.twoColFixLtHdr #container {
	width: 985px;
	text-align: left; /* this overrides the text-align: center on the body element. */
	margin-top: 30;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
	border: 1px solid #B3A99F;
	background-color: #003366;
} 
.twoColFixLtHdr #header {
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	width: 985px;
	height: 114px;
} 
.twoColFixLtHdr #containerblue {
	width: 985px;
	text-align: left; /* this overrides the text-align: center on the body element. */
	margin-top: 30;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
	background-color: #003366;
}

.twoColFixLtHdr #navbar {
	height: 25px;
	visibility: visible;
	border-right-style: none;
	border-left-style: none;
	width: 985px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #B3A99F;
	background-color: #003366;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #B3A99F;
}
.twoColFixLtHdr #sidebar1 {
	width: 226px;
	float: left;
	text-align: left;
	vertical-align: top;
	margin: 0px;
	padding: 0px;
	height: auto;
	background-color: #003366;
}
.twoColFixLtHdr  #content2col {
	background-color: #003366;
	height: auto;
	width: 719px;
	float: left;
	position: static;
	border-right-style: none;
	text-align: left;
	vertical-align: top;
	margin-right: 0px;
	border-top-style: none;
	border-bottom-style: none;
	border-left-style: none;
	padding: 20px;
}
.twoColFixLtHdr #searchpage {
	background-color: #001F4B;
	height: auto;
	width: 719px;
	float: left;
	position: static;
	border-right-style: none;
	text-align: left;
	vertical-align: top;
	margin-right: 0px;
	border-top-style: none;
	border-bottom-style: none;
	border-left-style: none;
	padding: 20px;
	background-image: url(assets/search_background.jpg);
}
.twoColFixLtHdr #appraisalpage {
	background-color: #001F4B;
	height: auto;
	width: 719px;
	float: left;
	position: static;
	border-right-style: none;
	text-align: left;
	vertical-align: top;
	margin-right: 0px;
	border-top-style: none;
	border-bottom-style: none;
	border-left-style: none;
	padding: 20px;
	background-image: url(assets/search_background.jpg);
}


.twoColFixLtHdr  #indexContent {
	background-color: #003366;
	height: auto;
	width: 758px;
	float: left;
	position: static;
	border-right-style: none;
	text-align: left;
	vertical-align: top;
	margin-right: 0px;
	border-top-style: none;
	border-bottom-style: none;
	border-left-style: none;
} 
.twoColFixLtHdr #listContent {
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	width: 945px;
	background-color: #003366;
	padding: 20px;
	text-align: center;
	vertical-align: top;
}
.twoColFixLtHdr #oneCol {
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	width: 985px;
	background-color: #003366;
	text-align: left;
	vertical-align: top;
}



.twoColFixLtHdr #footer {
	padding-right: 0px;
	padding-bottom: 0;
	padding-left: 0px;
	background-color: #003366;
	border-top-width: 1px;
	border-top-style: solid;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	border-top-color: #B3A99F;
	font-family: "Century Gothic", Tahoma, Arial;
	font-size: 12px;
	color: #FFFFFF;
	width: 985px;
} 

#footer p.renet_links {
margin:0px;
padding:0px;
}

.fltrt { /* this class can be used to float an element right in your page. The floated element must precede the element it should be next to on the page. */
	float: right;
	margin-left: 8px;
}
.fltlft { /* this class can be used to float an element left in your page */
	float: left;
	margin-right: 8px;
}
.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;
}

#content {
text-align:center;
padding:0px;
color:#FFFFFF;
}

#content a:link, #content a:visited, #content a:active {
color:#FFFFFF;
}

#content a:hover {
color:#FF8B3F;
}
