body {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #000;
	background: #88A357;
	text-align:center;
	
}

a:link {
	color: #0A2972;
	text-decoration: none;
}
a:visited {
	text-decoration: none;
	color: #0A2972;
}
a:hover {
	text-decoration: underline;
	color: #0A2972;
}
a:active {
	text-decoration: none;
	color: #0A2972;
}

#container { 
	width: 972px;
	height: 692px;
	margin: 0 auto; 
	text-align: left;
	border: #536340;
	border-width: 20px;
	border-style:solid;
	background:#FFF;
	
}

#mainContent { 
	margin: 8px 0px 20px 10px;
	float:left;
	width:150px;
} 

#rightContent { 
	margin: 10px 10px 20px 0px;
	float:right;
	width:770px;
	height:485px;
} 

#header { 
	background:#FFFFFF url(images/header.gif) no-repeat center;
	height:165px;
	margin: 10px 10px 10px 10px;
} 
#menu { 
	margin: 0;
	width: 100%;
	background:#FFFFFF url(images/menu.gif) no-repeat left;
	height:26px;
	line-height:26px;
	font-weight: bold; 
	color: #0A2972;
} 

#menu ul {
 text-align:center;
 }

#menu li {
	display: inline;
	color: #0A2972;
}
#menu li a {
	color: #0A2972;
	text-decoration: none;
	margin-right: 40px;
}
#menu li a:hover {
text-decoration: underline;
color: #0A2972;       
}

#footer { 
	margin: 30px 0 0 0px;
	
	text-align: center;
	font-size:10px;
	clear:both;
	background:#FFFFFF url(images/footer.gif) no-repeat left;
	height:242px;
} 

#footer2 { 
	text-align: center;
	font-size:10px;
	clear:both;
	color:#fff;
} 

#footer2 a {
	color: #fff;
}

#footer2 a:hover {
text-decoration: underline;
color: #fff;
              
}
