body {
	margin: 0;
	padding: 0;
	font: smaller Helvetica, Arial, sans-serif;
	color: #000000;
	background: #dcceab;
	background-image: url(images/Bkgd.png);
	
	background-position: center;
}
h2 {color: #df7b1b;}
h3 {color: #df7b1b;}
a {color: #df7b1b; font-weight: bold;}
#masthead {height: 300px;
  margin: 0 auto;
  margin-top: 25px;
  padding: .35em 0 .25em 0;
  background-color: white;
  width: 900px;
  text-align: center; vertical-align: top;}
  
#mainnav {background: white; text-align: center; width: 900px; margin: 0 auto;}
#mainnav a {line-height: 30px;
	text-align: center;
	padding: 6px 12px 6px 12px;
	color: #05244c;
	font-size: 135%;
	text-decoration: none;
	letter-spacing: .07em;
	font-weight: bold;}
#mainnav a:link {
	
	color: #05244c;
	
}
#mainnav a:visited {color: #05244c; } 
#mainnav a:hover {color: gray; background: #fff; font-style: italic;} 
#mainnav a:active {color: gray; } 

.mainnav-down {background: white; text-align: center; width: 900px;}	


  
#container {margin:0 auto; margin-bottom: 25px; text-align: left; width: 900px; background-color: white; padding: 0px;}
  
#leftcontent {position: relative; margin: 15px 10px 10px 15px; width: 500px; float: left; background: white;}
#rightcontent {position: relative; width: 340px; margin: 15px 15px 10px 0px; float: right; background: white; padding-left: 12px;}
#fullcontent {clear: both; width: 870px; margin: 15px 15px 10px 15px; background: white; float: right;}	