
body {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	background-color: #D2C4A6; 
}

td {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
}

th {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
}

.bodystyle {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
}

.small {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 9px;
}

.medium {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
}

.big {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
}

.xbig {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 24px;
}

.expanded {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 24px;
	letter-spacing: 2px;
}

.justified {
	font-family: Arial, Helvetica, sans-serif;
	text-align: justify;
}

.footer {
	font-family: "Times New Roman", Times, serif;
	font-size: 9px;
	color: #999999;
}

.box1 {
	padding: 3px;
	border-width: medium;
	border-style: solid;
	border-color: #CCCCCC #666666 #666666 #CCCCCC;
}

.box2 {
	font-style: italic;
	word-spacing: 2pt;
	padding: 3px;
	border: 1px solid;
}

a.nav:link {
	color: #003366;
	padding: 2px;
	font-size: 10px;
	text-decoration: none;
}

a.nav:visited {
	color: #003366;
	padding: 2px;
	font-size: 10px;
}

a.nav:hover {
	color: #FFFFFF;
	background-color: #A88560;
	padding: 2px;
	font-size: 10px;
}
.homepagetext {
	line-height: 14px;
	font-weight: normal;
	color: #FFFFFF;
	text-align: left;
	font-size: 13px;
	font-family: Arial, Helvetica, sans-serif;
}
#container {
	width: 850px;
	margin-right: auto;
	margin-left: auto;
	background-image: url(images/fauxcolumn.jpg);
	background-repeat: repeat-y;
	position: relative;
}
#navigation {
	float: left;
	height: auto;
	width: 172px;
}
#content_area {
	float: right;
	width: 650px;
	padding: 10px;
}
#footer {
	width: 850px;
	margin-right: auto;
	margin-left: auto;
	margin-top: 5px;
	margin-bottom: 20px;
}
#header {
	height: 203px;
	width: 850px;
	position: relative;
}
.clearfloat { /* this class should be placed on a div or break element and should be the final element before the close of a container that should fully contain a float */
	clear:both;
    height:0;
    font-size: 1px;
    line-height: 0px;
}
.style1 {color: #003366}
