/* CSS Document */
body {	text-align:center;
		font-family:Verdana, Arial, Helvetica, sans-serif; 
		font-size:12px;
}	
a:link {
	color: #000000;
	text-decoration: none;
}
a:visited {
	text-decoration: none;
	color: #000000;
}
a:hover {
	text-decoration: underline;
	color: #000000;
}
a:active {
	text-decoration: none;
	color: #FFFFFF;
}
h1 {font-size:20px;
	font-family: Arial, Helvetica, sans-serif;}
.small {font-size: 9px}
.style14 {color: #666666}
.style16 {font-family: Arial, Helvetica, sans-serif; font-size: 22px; }
.style5 {font-size: 10}
.style6 {font-size: 13px}
.style8 {font-size: 13px; font-style: italic; }
.style3 {font-family: Arial, Helvetica, sans-serif}
.style9 {font-size: 10px}
.style1 {	font-size: 12px;
	font-weight: bold;
}

INPUT { background-color: white;
border-color: efefef;
color: black;
font-family: arial, verdana, ms sans serif;
font-size: 7pt;
overflow:visible; 
}

/*set header values*/
#header { margin: auto; padding: 0; text-align: center; width: 992px; background: #4b8c61; }

/*set values for menu*/
#menu {background: #339966; width: 992px; margin: auto; padding: 4px; text-align:left}

/*set values for navleft*/
#navleft	{width: auto; margin: 5px; background: #82b894; padding: 5px}

/*set values for rightpan*/
#rightpan	{width: 150px; background: #71a583; height: 300px; margin: 5px; text-align:center}

/*set values for main*/
#main {background: #E6FFF5; width: 1000px;  text-align:justify; margin:auto}

/*set values for footer*/
#footer {background: #4b8c61; width: 992px; margin: auto; padding: 4px; text-align: center; clear:both}
