@charset "utf-8";
/* CSS Document */

* {
	font-family: Arial, Helvetica, sans-serif;
	}
	
#mainnav, .mainnav {
	color: #53690b;
	font-size: 11px;
	font-weight: bold;
	text-decoration: none;
}

a.mainnav, a.mainnav:link, a.mainnav:active, a.mainnav:visited {
	color: #53690b;
	font-size: 11px;
	font-weight: bold;
	text-decoration: none;
}

a.mainnav:hover {
	color: #53690b;
	font-size: 11px;
	font-weight: bold;
	text-decoration: underline;
}



p, td, table, li, ul {
	color: #4c4c4c;
	font-size: 12px;
	
}

h1, h2, h3 {
	color: #535353;
	}
	
h1 {
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 24px;
	font-weight: bold;
	}
	
h2 {
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: bold;
	line-height: 0em;
	margin-top: 15px;
	padding-top: 15px;
	margin-bottom: 0px;
	padding-bottom: 0px;
	}

a, a:link, a:visited, a:active {
	color: #88ab16;
	text-decoration: underline;
	font-weight: bold;
	}
a:hover {
	text-decoration: none;
	}
.headertext {
	color: #53690b;
	font-weight: bold;
	text-align: right;
	padding-right: 20px;
	text-transform: uppercase;

}

#footernav, .footernav {
	font-size: 11px;
	}
	
a.footernav, a.footernav:link, a.footernav:visited, a.footernav:active {
	color: #4c4c4c;
	text-decoration: none;
	font-weight: normal;
	}
	
a.footernav:hover {
	color: #4c4c4c;
	text-decoration: underline;
	font-weight: normal;
	}
	
.contenttable {
	padding-left: 20px;
	padding-top: 50px;
	padding-bottom: 50px;
	margin-top: 70px;
	margin-left: 20px;
	margin-bottom: 40px;
	}