



html,body {
	margin-top: 30px;
	padding: 0;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 8pt;
	color: #666666;
	background-color: #679966;
}
a.topnav:link {font-family: Arial, Helvetica, sans-serif;font-size: 9pt;color: #666666;text-decoration: none;}
a.topnav:hover {font-family: Arial, Helvetica, sans-serif;font-size: 9pt;color: #666666;text-decoration: underline;}
a.topnav:active {font-family: Arial, Helvetica, sans-serif;font-size: 9pt;color: #666666;text-decoration: none;}
a.topnav:visited {font-family: Arial, Helvetica, sans-serif;font-size: 9pt;color: #666666;text-decoration: none;}

.nolink {font-family: Arial, Helvetica, sans-serif;font-size: 9pt;color: #000000;text-decoration: none;}

a.inpage:link {font-family: Arial, Helvetica, sans-serif;font-size: 10pt;color: #378450;text-decoration: none;}
a.inpage:hover {font-family: Arial, Helvetica, sans-serif;font-size:10pt;color: #378450;text-decoration: underline;}
a.inpage:active {font-family: Arial, Helvetica, sans-serif;font-size: 10pt;color: #378450;text-decoration: none;}
a.inpage:visited {font-family: Arial, Helvetica, sans-serif;font-size: 10pt;color: #378450;text-decoration: none;}

table {height: 100%;}

td {text-align: center;vertical-align: top;}

#container {
	position: relative;
	text-align: left;
	margin-left: auto;
	margin-right: auto;
	width: 760px;
	background-color: #FFFFFF;
	}
#container2 {
	position: relative;
	text-align: left;
	margin-left: auto;
	margin-right: auto;
	width: 760px;
	background-color: #FFFFFF;
	}
#logo {
	position: relative;
	float: right;
	width: 760px;
	height:95px;
	border-bottom:2px solid #000000;
	background-color : #CFEAD7;
}

#topmenu {
	position: relative;
	float:left;
	background-color : #FFFFFF;
	width: 760px;
	height:20px;
	
}

	#topmenu-item {
	position: relative;
	float:left;
	padding:5px;
		
}

#container-inner {
	position: relative;
	float:left;
	width:760px;
	background-color : #FFFFFF;
}
#container-inner h1 {color: #666666; font-size: 12pt;font-weight:bold;}

		
		#leftcontent {
			position: relative;
			float:left;
			color: #FFFFFF; 
			font-size: 10pt;
			font-weight:normal;
			
			}
		#rightcontent {
			position: relative;
			float:left;
			width:500px;
			padding:20px;
			color: #666666; 
			font-size: 10pt;
			font-weight:normal;
			}
				
/*Footer Control */
#footer {
	position:relative;
	display:block;
	float:left;
	width:740px;
	height:36px;
	background-color: #FFFFFF;
	padding-top: 10px;
	padding-left:20px;
	font-size: 8pt;
	color: #666666;
}
a:link {font-family: Arial, Helvetica, sans-serif;color: #666666;text-decoration: none;}
a:hover {font-family: Arial, Helvetica, sans-serif;color: #666666;text-decoration: underline;}
a:active {font-family: Arial, Helvetica, sans-serif;color: #666666;text-decoration: none;}
a:visited {font-family: Arial, Helvetica, sans-serif;color: #666666;text-decoration: none;}
/*End Footer Nav */


/* Text Control*/
.subheader {
	font-weight: bold;
	color: #FFFFFF;
}
.BodyBold {
	font-size: 110%;
	font-weight: bold;
	color: #FFFFFF;
}
.BodyBold2 {
	font-size: 110%;
	font-weight: bold;
	color: #FFFFFF;
}
.green {
	color: #378450;
}
.greenbold {
	color: #378450;
	font-weight : bold;
}
