<STYLE>
a { text-decoration: none}
a:link {  text-decoration: none}
a:visited {  text-decoration: none}
a:hover {  text-decoration: underline
}

body {
	font-family:Verdana, Arial, Helvetica, sans-serif; 
	background-color:#D7D6B9;
	margin:0px;
	padding:0px;
	width:100%;
}

.panel-link {  
	font-family:Verdana, Arial, Helvetica, sans-serif; 
	font-size:12px; 
	font-style:normal; 
	line-height:18px; 
	font-weight:normal; 
	color:#000000; 
	text-decoration:none ; 
}

.green_header {
	font-size:30px;
	font-style:normal;
	line-height:24px;
	color: #006400;
	font-weight:normal;
	font-family:Garamond, Times New Roman, Times, serif;
}

.orange_header {  
	font-family:Garamond, Times New Roman, Times, serif;
	font-size:18px; 
	font-style:normal; 
	line-height:24px; 
	color:#7A7537; 
	font-weight:bold; 
	text-decoration:none
}

p {  
	font-family:Garamond, Times New Roman, Times, serif;
	font-size:14px; 
	line-height:16px; 
	color:#000000; 
	font-weight:normal; 
	text-align:center
}

.green_italic {  
	font-family:Garamond, Times New Roman, Times, serif;
	font-size:30px; 
	font-style:italic; 
	color:#006400; 
	font-weight:bold
}

.left-text {  
	font-family:Verdana, Arial, Helvetica, sans-serif; 
	font-size:12px; 
	line-height:normal; 
	color:#C5C298
}

.paneltext {
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:10px;
	line-height:12px;
	font-style:normal;
	font-weight:normal;
	color:#000000;
	text-decoration: none;
}

.maintext {
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:12px;
	font-style:normal;
	line-height:22px;
	font-weight:normal;
	color:#000000;
	text-decoration:none;
}

.bigmaintext {
	font-family:Garamond, Times New Roman, Times, serif;
	font-size:18px;
	font-style:normal;
	line-height:24px;
	font-weight:bold;
	color:#000000;
}
	
.whitebold {
	font-family:Garamond, Times New Roman, Times, serif;
	font-size:20px;
	font-style:normal;
	font-weight:bold;
	line-height:24px;
	color:#FFFFFF;
}

.blackbold {
	font-family:Garamond, Times New Roman, Times, serif;
	font-size:20px;
	font-style:normal;
	font-weight:bold;
	color:#000000;
}

.tinytext {
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:70%;
	font-style:normal;
	font-weight:normal;
	color:#000000;
}

.menuBlack {
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:12px;
	font-style:normal;
	font-weight:bold;
	color:#000000;
}	

.greenlink {
	font-family:Garamond, Times New Roman, Times, serif;
	font-size:18px;
	font-style:normal;
	line-height:24px;
	font-weight:bold;
	text-decoration:none;
	color:#006400;
}

.whitelink {
	font-family:Garamond, Times New Roman, Times, serif;
	font-size:18px;
	font-style:normal;
	line-height:24px;
	font-weight:bold;
	text-decoration:none;
	color:#FFFFFF;
}

.adtext {
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:12px;
	color:#000000;
	line-height:18px;
	text-align:left;
	text-decoration:none;
	padding-left:10px;
}


/*** HEADER MENU ***/

#navcontainer ul
{
	font-family:Verdana, Arial, Helvetica, sans-serif;
	padding-left:0;
	margin-left:0;
	margin-top:0;
	margin-bottom:0;
	background-color:#006400;
	color:White;
	float:left;
	width:100%;
}

#navcontainer ul li { display: inline; }

#navcontainer ul li a {
	font-size:12px;
	padding:1em 2.2em;
	background-color:#006400;
	color:White;
	text-decoration:none;
	float:left;
}

#navcontainer ul li a:hover {
	background-color:#ECEAB7;
	color:#000000;
}
</STYLE>