@charset "UTF-8";
/* CSS Document */


p,h2,h3,h4,li {
font: 100% Helvetica, Arial, Verdana, sans-serif;
line-height:150%;
letter-spacing: 150%;
}
h3 {
font-family: Geneva, Arial, Helvetica, sans-serif;
	color: #666666;
	font-size: xx-large;
	font-weight: bold;
	padding-top:12px;
	margin:0px;
}
body {
	background-image: url('../test/images/BG.jpg');
	background-repeat: repeat-x;
	background-attachment: fixed;
	background-color: #020d12;
	margin: 0; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	padding: 0;
	text-align: center; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
	color: #000000;
	margin-top: 10px;
}
.oneColFixCtr #container {
	width: 780px;  /* using 20px less than a full 800px width allows for browser chrome and avoids a horizontal scroll bar */
	background: #FFFFFF;
	margin: 0 auto; /* the auto margins (in conjunction with a width) center the page */
	border: 0px solid #000000;
	text-align: left; /* this overrides the text-align: center on the body element. */
}
.oneColFixCtr #header {
	padding: 5px 10px 0px 480px;
	min-height: 130px;
	background:url(../test/images/logo.jpg) no-repeat;
	vertical-align:bottom;
}

.oneColFixCtr #linkbar {
	padding: 0px; 
	font: 100% Helvetica, Arial, Verdana, sans-serif;
	background-color:#fff8d7;
}
#linkbar a{
text-decoration:none;
color:#000000;
display:block;
padding-top:5px;
padding-bottom:5px;
}
#linkbar table td {
	border-right:dashed 1px #999999;
}
#linkbar table td.noborder {
border:none;
}
#linkbar a:hover{
background-color:#feea87;
}
.oneColFixCtr #content {
	padding-top: 0px;
	padding-right: 20px;
	padding-bottom: 25px;
	padding-left: 20px;
	
}
.oneColFixCtr #title {
padding-left: 20px;
padding-bottom: 0px;
}
.countyHeader {
font: 100% Helvetica, Arial, Verdana, sans-serif;
	color: #666666;
	font-weight: bold;
	font-size: 90%
}
.style10 {
font: 100% Helvetica, Arial, Verdana, sans-serif;
	font-size: 80%
}
-->
</style>