body {
        color:#000000;
	background-color:#66CC33;
	font-size:0.7em;
	margin: 0;
	text-align:center;
	font-family: Verdana, Arial, Helvetica, sans-serif;
}

a {
	color:#000099;
	text-decoration:none;
        font-weight: bold;
}

a:hover {
                color: #FF9900;
	text-decoration: none;
}


#bodyDiv {
	text-align: left;
	margin: 0 auto;
	width: 750px;
	color: #000000;
	background-color: #FFFFFF;
	border-left: 1px solid #66CC33;
	border-right: 1px solid #66CC33;
}


#header {
	background-repeat:no-repeat;
	background-color: #639A00;
}

#headMain {
	height:70px;
	width: 100%;
	background-repeat: no-repeat;

}

#headMenu {
	height:32px;
	width: 100%;
	font-size: 1.2em;
	font-family:	Verdana, Arial, Helvetica, sans-serif;
	

}

	#headMenu ul {
	        text-align: right;
		text-transform:uppercase;
		height:15px;
		padding: 10px 10px 0 0;
		margin: 0 0 0 0;
		
	}
	
	#headMenu li {
		display:inline; 
	}
	
		#headMenu li a {	
			
			font-weight: bold;
		}

		#headMenu li a:hover {	
			color:#000099;
			
		}

#contentDiv {
	
}

h2 {
	font-family:  verdana, tahoma, helvetica, arial, sans-serif;
	color: #639A00;
	font-size:1.5em;
	border-bottom: 1px solid #000000;
}

h3 {
	font-family:  Verdana, Arial, Helvetica, sans-serif;
	color: #639A00;
	font-size:1.2em;
	border-bottom: 1px solid #000000;
}

h4 {
	font-family:  Verdana, Arial, Helvetica, sans-serif;
	color: #639A00;
	font-size:1.1em;
	border-bottom: 1px solid #000000;
}

h5 {
	font-family:  Verdana, Arial, Helvetica, sans-serif;
	color: #639A00;
	font-size:1em;
}

#contentMain, #contentLeft {
	margin: 1px 0 1px 0;
	padding: 10px;
}

#contentLeft {
	width: 29%;
	max-width: 29%;
	float: left;

}

#contentMain {
	background-color:#FFFFFF;
	width:64%;
	
	float: right;
	border-left: 1px solid #000000;
}



#footer {
	clear: both;
	color: #000099;
	background-color: #669900;
	width: 100%;
	height: 15px;
	text-align:center;
	font-weight: bold;
}
