﻿body {
	margin: 3px;
	padding: 0;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10pt;
	color: #336633;
	line-height: normal;
}
maincontenth4 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-style: normal;
	line-height: normal;
	color: #336633;
	text-align: left;
}

div#header {padding: 1%;
text-align: center;
background-color: #ffffff;
margin-bottom: 5px}

div#footer {padding: 0;
text-align: justify;
padding-left: 0px;
padding-right: 0px;
clear: both;
background-color: #ffffff;
color: #000000;
font-family: Arial;
font-size: 8pt;
line-height: 1.4em}

div#maincontent {
	padding-left: 2%;
	padding-right: 2%;
	text-align: left;
	margin-right: 150px;
	margin-left: 150px;
	background-color: #ffffff;
	color: #336633;
	font-size: 10pt;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: normal;
	margin-bottom: 10px;
	border-left: solid #336633 1pt;
}

div#leftcolumn {position: absolute;
padding-top: 1%;
float: left;
text-align: left;
background-color: #ffffff;
width: 100px;
}

div#rightcolumn {padding-top: 0%;
padding-left: 3em;
float: right;
text-align: center;
margin-right: 20px;
background-color: #ffffff;
width: 100px;
}

/* Below is the code for the leftnavigational menu formatting */

ul {
	margin: 0;
	padding: 0;
	font-size: 12px;
	font-family: Arial;
	font-weight: bold;
	list-style: none;
	line-height: 20px;
	width: 50px;
	}
	
ul li {
		position: relative;
		}
		
/* Fix IE. Hide from IE Mac \*/
* html ul li { float: left; height: 1%; }
* html ul li a { height: 1%; }
/* End */		
		
li ul {
		position: absolute;
		left: 140px;
		top: 0;
		width: 350px;
		display: none;
		}
		
ul li a {
			display: block;
			text-decoration: none;
			color: #336633;
			padding: 0px;
			border: 0px;
			border-bottom: 0;
			}
			
/* Fix IE. Hide from IE Mac \*/
* html ul li { float: left; }
* html ul li a { height: 1%; }
/* End */

ul {
	margin: 0;
	padding: 0;
	list-style: none;
	width: 150px;
	border-bottom: 0px;
	}
	
li:hover ul, li.over ul { 
			display: block;
			background: #99CC99;
			}
h1 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 18px;
	font-weight: bold;
	color: #336633;
}
h2 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	font-weight: normal;
	color: #336633;
}
h3 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: normal;
	color: #336633;
}
