body {
	font-family: "Times New Roman", Times, serif;
	font-size: 12px;
	font-style: normal;
	line-height: normal;
	font-weight: normal;
	color: #000000;
	background-color: #E3E0D2;
	margin: 0px;
}

a:link {
	color: #993300;
	text-decoration: underline;
}
a:visited {
	color: #993300;
}
a:hover {
	color: #CC6600;
}
a:active {
	color: #CC6600;
}


p {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 12px;
	font-style: normal;
	line-height: 17px;
	font-weight: normal;
	color: #000000;
	margin: 10px;
	text-align: left;
	}
	
.maintext { padding: 10px;}	

.footer {
	font-family: "Times New Roman", Times, serif;
	font-size: 10px;
	color: #333;
	text-align: left;
	margin: 10px 20px 10px 20px;
	
}
.credits {
	font-family: "Times New Roman", Times, serif;
	font-size: 10px;
	color: #000;
	text-align: center;
	margin: 10px 0px 10px 0px;
	background-color: #FFFFFF;
}

.credits a:link {
	color: #993300;
	text-decoration: none;
}
.credits a:visited {
	color: #993300; text-decoration: none;
}
.credits a:hover {
	color: #CC6600;
}
.credits a:active { 
	color: #CC6600; text-decoration: none;
}



h1 {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 14px;
	color: #000033;
	font-weight: bold;
	margin-left: 10px;	
	text-align: left;
}
 
h2 {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 12px;
	color: #993333;
	font-weight: bold;
	margin-left: 10px;
	text-align: left;
}
.white {
	font-family: "Times New Roman", Times, serif;
	font-size: 11px;
	color: #FFFFFF;
	padding: 20px 0px 20px 0px;
	text-align: center;
}

.white1 {
	font-family: "Times New Roman", Times, serif;
	font-size: 12px;
	color: #FFFFFF;
	padding: 10px 5px 0px 5px;
	text-align: center;
}
.white2 {
	font-family: "Times New Roman", Times, serif;
	font-size: 12px;
	color: #FFFFFF;
	padding: 0px 10px 0px 10px;
	text-align: center;
}

p.white1 a:link { color: #FFCC66;}
p.white1 a:visited { color: #FFCC66;}
p.white1 a:hover { color:#FF9900;}

#titlebox { 
	padding-top: 10px;
}


ul li {text-align: left;}


.counties {text-align: center;}



#thicktabs{
	margin: 0;
	padding: 0;
	float: left;
	font: 11px Georgia,"Times New Roman", Times, serif;
	text-align:center;
	text-transform:uppercase;
	font-weight: 300;
	
}

#thicktabs li{
display: inline; text-align: center;
}

#thicktabs li a{
	float: left;
	color: #666633;
	padding: 8px 1px; /*padding of tabs*/
	text-decoration: none;
	background: transparent url(images/tan-up.gif) top right no-repeat;
	display: block;
	width: 87px;
	height: 30px;
	border-top: 1px solid #fff; /*top border style*/
	border-bottom: 6px solid #807348; /*thick bottom border below tabs*/
	border-left: 1px solid #fff;
	border-right: 1px solid #000;
	vertical-align: middle;
}

#thicktabs li a#leftmostitem{ /*Extra CSS for left most menu item*/
border-left: 2px solid #ffffef; /*left border style*/
}



#thicktabs li a#rightmostitem{ /*Extra CSS for right most menu item*/
border-right: 3px solid #666; /*right border style*/
background-position: top left; /*Position background image to the left instead of default right, to hide indented underline for this link*/
}

#thicktabs li a:visited{
color: #666633;
}

#thicktabs li a:hover{
color: #666633;
background-image: url(images/tan-over.gif); /*background image swap on hover*/
}
