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

#countytable {
	width: 614px;
	margin: 20px 20px 0px 0px;
	}
#countymenu {
	width: 99px;
	padding: 0px 20px;
	}
#countyheading {
	font-family: "trebuchet MS", verdana, sans-serif;
 	font-size: 24px;
	text-transform: uppercase;
	color: #3f4e5e;
	margin: 3px 0px 20px 0px;
	}
#countycontent {
	width: 434px;
	padding: 0px 20px 0px 20px;
	background-color: #B7C8E1;
	font-family: "trebuchet MS", verdana, sans-serif;
 	font-size: 12px;
	line-height: 16px;
	color: #3f4e5e;
	border-left: solid 1px #dbe3f0;
	}
#countycontent a, #countycontent a:active, #countycontent a:visited {
	text-decoration: underline;
	color: #78281e;
	}
#countycontent a:hover {
	text-decoration: underline;
	color: #3f4e5e;
	}