html, body {
	margin:0; padding:0;
	color: #407412;
	font-size: 10pt;
}

body {
	font-family:Verdana,Helvetica,sans-serif;
	text-align:center;
	background:#FFFF;
}

h1 {
  font-size: 12pt;
}

h1 a {
  font-size: 12pt;
  color: #407412;
  text-decoration: underline;  
}

h1 a:hover {
  font-size: 12pt;
  color: #407412;  
  text-decoration: none;
}

div#top-menu {
  padding-top: 5px;
  margin-bottom: 5px;
	width:100%; height:26px;
/*	margin:30px auto; */
	text-align:center;
	background-color: #c5d5b7;
	border-bottom: 1px #407412 solid;
}

div#top-menu a {
	font-size: 8pt;
  color: #407412;  
  text-decoration: underline;  
}

div#top-menu a:hover {
  font-size: 8pt;
  color: #407412;  
  text-decoration: none;
}

div#page-content {
  padding: 5px;
  margin: auto;
	width:790px;
	border-top: 0px;
}

div#page-footer {
	width:790px; height:17px;
  font-size: 8pt;
  padding-top: 5px;
	background-color: #c5d5b7;	
	border: 1px #407412 solid;
}

div.left-content {
	float:left;
	width:385px; 
	margin:0; padding:5px;
	padding-bottom:10px;
}

div.right-content {
	float:right;
	width:385px; 
	margin:0; padding:5px;
	padding-bottom:10px;
}

div#page-content img {
	border-width: 8px;
  border-color: #407412;

}
