/* CSS Document */
body{
background:url(images/bg.jpg);
background-repeat:repeat-x;
background-color:#5b5f3b;
}
.black {
	font-family:Verdana, Arial, sans-serif;
	font-size: 11px;
	color: #2c2728;
	line-height: 15px;
}

.black a:link {
  color:#e95f2b;
  font-weight:bold;
  text-decoration:none;
}

.black a:visited {
  color:#e95f2b;
  font-weight:bold;
  text-decoration:none;
}

.black a:hover {
  color:#9F0B1A;
 font-weight:bold;
  text-decoration:none;
}


.green {
	font-family:Verdana, Arial, sans-serif;
	font-size: 11px;
	color: #3A731C;
	line-height: 15px;
}

.green a:link {
  color:#9F0B1A;
  font-weight:bold;
  text-decoration:none;
}

.green a:visited {
  color:#9F0B1A;
  font-weight:bold;
  text-decoration:none;
}

.green a:hover {
  color:#e95f2b;
 font-weight:bold;
  text-decoration:none;
}



.orange {
	font-family:Verdana, Arial, sans-serif;
	font-size: 11px;
	color: #e95f2b;
	line-height: 15px;
}

.orange a:link {
  color:#9F0B1A;
  font-weight:bold;
  text-decoration:none;
}

.orange a:visited {
  color:#9F0B1A;
  font-weight:bold;
  text-decoration:none;
}

.orange a:hover {
  color:#e95f2b;
 font-weight:bold;
  text-decoration:none;
}



.header {
	font-family:Verdana, Arial, sans-serif;
	font-family:Georgia, "Times New Roman", Times, serif;
	font-style:italic;
	font-size: 24px;
	color: #ff7532;
}
.month {
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size: 18px;
	color: #ff7532;
	font-style:italic;
}



.navmonth {
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size: 12px;
	color: #e95f2b;
	font-style:normal;
	font-weight:bold;
	letter-spacing:1px;
}
.navmonth a:link {
  color:#9F0B1A;
  font-weight:bold;
  text-decoration:none;
}

.navmonth a:visited {
  color:#9F0B1A;
  font-weight:bold;
  text-decoration:none;
}

.navmonth a:hover {
  color:#e95f2b;
 font-weight:bold;
  text-decoration:none;
}




.county {
	font-family:Verdana, Arial, sans-serif;
	font-size: 9px;
	color: #2c2728;
	font-style:normal;
	font-weight:normal;
	text-transform:uppercase;
	letter-spacing:.5px;
}


	
.subhead {
	font-family:Verdana, Arial, sans-serif;
	font-size: 11px;
	color: #3A731C;
	font-weight:bold;
}


li {
	list-style-image: url(images/bullet.jpg);
	margin-left:-25px;
	
}

	
