body{

	color: #000000;
	background-color: #00703C;
	}

#container{margin: 15px 0 0 15px; width:800px;}

#content {border-collapse: separate; border-spacing: 4px;}

#header { background-color:#ffffff;
	width: 600px; text-align:center; vertical-align:center; font: bold 12pt Arial; color:#ffffff; padding-top: 10px; padding-bottom: 10px;
	}
	
#mid { width: 600px; background-color:#ffffff; font: 10pt Arial; color:#000000; padding: 5px 10px 10px 10px; text-align: left; vertical-align:top; }
	
#footer { background-color:#ffffff;
	font: 8pt Arial; color: #000000; width: 600px;  padding-top: 5px; padding-bottom: 5px; text-align:center; vertical-align: bottom;
	}
	
	#footer A:link {
		text-decoration: underline;
		color:#000000;
	}
	#footer A:visited {
		text-decoration: underline;
		font-weight: none;
		color:#00703C;
	}
	#footer A:active {
		text-decoration: underline;
		color:#00703C;
	}
	#footer A:hover {
		text-decoration: none;
		color:#00703C;
	}

#navcenter {font: bold 10pt Arial; width:150px; text-align: right; background-color:#ffffff; height:100%; vertical-align: top; margin: 0 5px 0 0;}
		#navcenter ol {
		margin: 0;
		padding: 0;
		list-style: none;
		width: 150px;
		background-color:#ffffff;
		height:100%;
		}
		#navcenter ol li {
		position: relative;
		}
		#navcenter li ol {
		position: absolute;
		left: 148px;
		top: 0;
		display: none;
		}
		#navcenter ol li a {
		display: block;
		text-decoration: none;
		color: #00703C;
		background: #ffffff;
		padding: 5px;
		border: 0;
		}
		#navcenter ol li a:hover{
		background: #00703C;
		color: #ffffff;
		}
		#navcenter li:hover ol {
		display: block;
		background: #ffffff;
		color: #ffffff;
		}
	/* Fix IE. Hide from IE Mac \*/
	* html ol li { float: left; height: 1%;}
	* html ol li a { height: 1%; }
	/* End */

A:link {
	text-decoration: underline;
	color:#00703C;
	}
A:visited {
	text-decoration: underline;
	font-weight: none;
	color:#000000;
	}
A:active {
	text-decoration: none;
	color:#000000;
	}
A:hover {
	text-decoration: underline;
	color:#000000;
	}

h1{
	font: bold 12pt Arial;
	text-align: center;
	margin-top:5px;
	text-transform:uppercase;
	}
h2{
	font: bold 12pt "Arial";
	}
