/* CSS Document */
html, body, ul, ol, li, p, h1, h2, h3, h4, h5, h6, form, fieldset {
margin: 0;
padding: 0;
border: 0;
}	
body{
	background-color:#F0F1D5;
	color:#000000;
	font-family:Arial, Helvetica, sans-serif;
	margin: 0px;
	padding: 0;
	text-align: left;
	font-size: 12px;
	background-image: url(images/top-bkgd.gif);
	background-repeat: repeat-x;
}
h1 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 18px;
	font-weight: bold;
	font-variant: small-caps;
	padding: 10px 0px 8px 10px;
	color: #652100;
}
h2 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: bold;
	padding: 10px 0px 1px 10px;
	color: #2A7C59;
}
h3 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	font-weight: bold;
	color: #006633;
	text-align:center;
	padding: 5px 0px 1px 0px;
}
h4 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	font-weight: bold;
	padding: 3px 2px 3px 0px;
	text-align: center;
}
h5 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	padding: 0px 6px 2px 0px;
	text-align: left;
}
h6 {
	color: #063;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: bold;
	padding: 4px 10px 1px 10px;
}
p {
	padding: 3px 0px 6px 10px;
}
form {
	font-size: 11px;
	font-weight: bold;
}
ul {
	list-style-type: none;
}
a{
	color: #006633;
	text-decoration: none;
	}
a:hover, a:focus{
color: #000000;
}
#nav ul li{
	display: inline;
	font-weight: bold;
	background-color: #FFFFFF;
}
#nav ul li a{
	font-size: 11px;
	color: #652100;
	text-decoration: none;
	padding: 0 25px 0 25px;
	text-align: center;
	width: 9em;
} 
#nav ul li a:hover, #nav ul li a:focus{
	color: #B8C12A;
}
#subnav ul li{
	display: inherit;
	font-weight: bold;
}
#subnav ul li a{
	font-size: 11px;
	text-decoration: none;
	padding: 0 5px 0 0;
	width: 9em;
} 
#subnav ul li a:hover, #nav ul li a:focus{
	color: #FFFFFF;
}
#ftr ul li{
	padding: 4px 0 0 0;
	display: inline;
	font-size: 10px;
	font-weight: bold;
	width: auto;
}
#ftr ul li a{
	color: #000000;
	text-decoration: none;
	padding: 0 5px 0 5px;
	text-align: center;
	width: 9em;
	border-right: 1;
	border-right-color: #000000;
} 
#ftr ul li a:hover, #nav ul li a:focus{
	color: #2A7C59;
}
#other{
	background:#F0F1D5;
}
#loc a{
	font-weight: bold;
	text-decoration:underline;
}
#feature a{
	font-weight: bold;
	text-decoration:none;
	background-color: #999900;
	width: 20em;
}
.location{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: bold;
	padding: 3px 0px 2px 0px;
	text-align: center;
	line-height:18px;
}
.dashbox {
	padding: 0px;
	border: 2px dotted #B8C12A;
	font-weight: bold;
	background-color: #ffffff;
	text-align:center;
	font-size:14px;
}
.btn {
	padding: 0px;
	font-size:14px;
	font-weight: bold;
	text-align:center;
	color: #000000;
}
.btn a{
	color: #000000;
}