body {
	background: url(../images/body.jpg) repeat-x;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #134371;
	line-height: 18px;
}
a {
	color: #00549e;
	text-decoration: none;
}
a:hover {
	color: #6298C4;
}

#wrapper {
	background: #FCFDFF url(../images/background.jpg) no-repeat center top;
	width: 700px;
	margin: 0 auto;
}
#logo {
	float: left;
	margin-top: 50px;
	margin-left: -5px;
}
#date {
	float: right;
	margin-right: -3px;
}
nav {
	background: rgb(222,226,237); /* Old browsers */
	background: -moz-linear-gradient(top,  rgba(222,226,237,1) 0%, rgba(167,177,196,1) 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(222,226,237,1)), color-stop(100%,rgba(167,177,196,1))); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top,  rgba(222,226,237,1) 0%,rgba(167,177,196,1) 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top,  rgba(222,226,237,1) 0%,rgba(167,177,196,1) 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top,  rgba(222,226,237,1) 0%,rgba(167,177,196,1) 100%); /* IE10+ */
	background: linear-gradient(to bottom,  rgba(222,226,237,1) 0%,rgba(167,177,196,1) 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#dee2ed', endColorstr='#a7b1c4',GradientType=0 ); /* IE6-9 */
	float: left;
	padding: 6px 0;
	width: 700px;
}
nav li {
	float: left;
	padding: 8px 30px;
	border-right: 2px solid #919191;
	font-weight: bold;
	font-size: 18px;
}
nav li.last {
	border-right: none;
}
nav ul{
	width: 518px;
	margin: 0 auto;
}
.clear{
	clear:both;
}
section {
	min-height: 720px;
	padding: 20px;
}
section ul {
	margin-left: 20px;
	margin-bottom: 20px;
}
section p {
	margin-bottom: 20px;
}
section h2 {
	margin-bottom: 20px;
	font-size: 16px;
}
#join {
	width: 500px;
	margin: 0 auto;
	text-align: center;
	color: #930;
	font-weight: bold;
}
#facebook {
	float: right;
	margin-left: 10px;
	margin-right: 10px;
	margin-top: 10px;
	text-align: center;
	font-size: 14px;
	font-weight: bold;
}
footer {
	text-align: center;
	padding-bottom: 15px;
}
#counties {
	padding-top: 20px;
}
#counties a {
	width: 330px;
	float: left;
	text-align: center;
	height: 190px;
}
fieldset {
	width: 600px;
	padding: 15px 30px 20px 15px;
	clear: both;
	=margin-top: 15px;
	margin: 0 auto;
	color: #134371;
	font-weight: bold;
	font-size: 14px;
}
#contact label{
	float: left;
	width: 100px;
}
#contact p {
	padding-bottom: 5px;
}
h3 {
	font-size: 18px;
	margin: 15px 15px; 15px 23px;
}
#local {
	width: 500px;
	margin: 0 auto;
	text-align: center;
}
#contact {
	margin-left: 90px;
}
