body {
	background-color: #B9B38F;
	width: 770px;
	margin: 0 auto 0 auto;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	height: 100%;
}

div#sidebar {
	color: #515C0E;
	font-weight: bold;
	float: right;
	background: #CFC9A7;
	height: 364px;
	width: 205px;
}

div#footerlogobox {
	float: right;
	width: 205px;
	height: 4.4em;
	background: #CFC9A7;
}


div#main_container:after {
    content: "."; 
    display: block; 
    height: 0; 
    clear: both; 
    visibility: hidden;
}

a {
	text-decoration: none;
	color: #9C0808;
	font-weight: bold;
}

a img {
	border: none;
}

a:hover {
	text-decoration: underline;
}

#utilNav a:link, #utilNav a:visited {
	color: #FFFFFF;
	text-decoration: none;
	font-weight: normal;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
}

#utilNav a:hover {
	text-decoration: underline;
}

#utilNav {
	padding: 8px 5px 8px 5px;
	background-color: #9D0A0E;
	text-align: right;
	color: #fff;
}

#utilNav form {
	display: inline;
}

img#banner {
	border-top: 1px solid #D2CCA8;
	border-bottom: 1px solid #D2CCA8;
	display: block;
}

div#topNav {
	height: 26px;
	background: #728022;
	text-align: center;
	border-bottom: 1px solid #616D1D;
	font-size: 11px;
	padding-top: 4px;
	height: auto;
}

div#topNav a.nav:link, div#topNav a.nav:visited, div#topNav a.navON {
	font-family: Arial, Helvetica, sans-serif;
	color: #fff;
	font-weight: bold;
	line-height: 200%;
	padding: 4px 8px 5px 8px;
	white-space: nowrap;
}

div#topNav a.nav:hover, div#topNav a.navON {
	background-color: #444D14;
	text-decoration: none;
}

td.nowrap {
	white-space: nowrap;
}

.floatLeft {
	float: left;
}

.floatRight {
	float: right;
}