body {
	font-family : Arial, Helvetica, sans-serif;
	font-size : 12pt;
	background-color: #8FBC8F;
}

body.admin {
	font-family : Arial, Helvetica, sans-serif;
	font-size : 12pt;
	background-color: White;
}

a {
	color : #336600;
	text-decoration: underline;
}

a.footerlink {
	color: #c0c0c0;
	font-weight: bold;
}

table.main {
	border-top : thin solid #006400;
	border-right : thin solid #006400;
	border-left : thin solid #006400;
	border-bottom : thin solid #006400;
}


table.ExtraPage { 
   background-color: #EDE7D0;	 
	float: right;  
	margin-top: 10px;  
	margin-left: 10px;  
	margin-bottom: 10px;  
	padding-bottom: 2px;  
	padding-left: 2px;  
	padding-right: 2px;  
	padding-top: 2px;  
	width: 200px;                      
}

td.topnav {
	background-image: url(images/bgcolor.jpg);
	color: White;
}

a.topnav {
	color: White;
	font-weight: bold;
	padding-left : 2px;
	padding-right : 2px;
	text-decoration: none;	
}

a.topnav:hover {
	color: Yellow;
	font-weight: bold;
	padding-left : 2px;
	padding-right : 2px;
	text-decoration: none;	
}

#subNav {
	background-color:#007136;
	width: 180px;
	float:left;
}

#contentArea {
	background-image:url(images/contentback.jpg);
	background-repeat : repeat-y;
	margin-top:5px;
}

#contentArea2 {
	margin-top:5px;
}

#maincontent {
	width:547px;
	padding-bottom : 10px;
	padding-left : 10px;
	padding-right : 10px;
	padding-top : 10px;
	float:left;
}

#maincontent2 {
	width:727px;
	padding-bottom : 10px;
	padding-left : 10px;
	padding-right : 10px;
	padding-top : 10px;
	float:left;
}

td.extranav { 
	font-family : Arial, Helvetica, sans-serif;
	font-size : 9pt;
	text-align: justify;
}

th {
	background-color: #c0c0c0;
	font: Verdana;
	font-size: 10px;
	color: White;
}

th.menu2 {
	background-color: #f5f5f5;
	font: Verdana;
	font-size: 18px;
	color: Black;
}

td.title {
	padding-bottom: 5px;
}


td.contactus {	
	text-align: right;
	background-color: White;
	padding-right: 20px;
	border-bottom-style: solid;
	border-bottom-color: #330066;
	border-bottom-width: 3px;
	padding-top: 5px;
}


td {
	font-family : Arial, Helvetica, sans-serif;
	font-size : 10pt;
}

ul.subnav {
	list-style-type: none;
	margin: 0;
	padding: 0;
}

ul.subnav a{
	margin: 0;
	padding: 0;
	display: block;
	width:180px;
	height:18px;
	line-height: 18px;
	color: White;
	font-weight:bold;
	font-size: 11px;
	background-color: #01A451;
	text-indent: 10px;
	text-decoration: none;
	border-bottom:1px solid White;
}
ul.subnav a:hover, .selected a {
	background-position: right bottom;
	color: #000000;
}


