body {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 14px;
	background-color: #EBEBD8;
	padding: 20px;
	margin: 10px;
}

#mainTable {
	width: 700px;
	border: 1px solid #525D39;
	align: center;
		/*/*/line-height: 1.5em; /* */
 }
 
#mainTable td {
 	/*Pads each table cell in modern browsers*/
 }

#maincontent {
 	width: 500px;
	vertical-align: top;
	border-left: 1px dotted #EBEBD8;
	padding: 16px;
 	font-size: 14px;	/*/*/font-size: 100%; /* */
 } 
 
#maincontent a:link,  {
 	color: #006633;
	text-decoration: underline;
	
}

#maincontent a:hover, a:visited {
	color: #009933;
	text-decoration: underline;
}
 
#sidebar {
 	padding: 10px;
	width: 200px;
 	font-size: 12px;
	vertical-align: top;
	horizontal-align: center;
	/*/*/font-size: 85%; /* */
 }

#header {
 	padding: 0px;
	background-color: #FFFFFF;
	border-bottom: 1px solid #525D39;

 }
 
#footer {
	padding: 1px;
	background-color: #006633;
	color: #D9D9B3;
	font-size: 10px;
	border-top: 1px solid #000000;
	text-align: center;
	/*/*/font-size: 90%; /* */ 
 }
 
 td, p, ul {
	font-family: Georgia, "Times New Roman", Times, serif;
	border-bottom-width: thin;	
 }
 
 h1:first-child {margin-top: 0;}	/*starts first h1 in TD flush top*/
 h2:first-child {margin-top: 0;}/*starts first h2 in TD flush top*/
 h3:first-child {margin-top: 0;} /*starts first h3 in TD flush top*/
 h1 { 	font-size: 160%; 
 		color: #006633;}
 h2 { font-size: 140%; 
 		color: #006633;}
 h3 { font-size: 120%;
 		color: #006633;}
 
 #sidebar a {
	padding: 3px;
	display: block;
	border: 2px solid #FFD75A;
	color: #006633;
	text-decoration: none;
	text-transform: capitalize;
	text-align: center;
	line-height: 1em;
	width: 160px;
	
 }

#sidebar a:link, #sidebar a:visited {{
 	padding: 3px;
	display: block;
	border: 2px solid #FFD75A;
	color: #006633;
	text-decoration: none;
	text-transform: capitalize;
	text-align: center;
	line-height: 1em;
	width: 160px;
	background-color: #EBEBD8;
 }
 
 #sidebar a:hover {
 	padding: 3px;
	display: block;
	border: 2px solid #FFD75A;
	color:#EBEBD8;
	text-decoration: none;
	text-transform: capitalize;
	text-align: center;
	line-height: 1em;
	width: 160px;
	background-color: #006633;
 }
 
 
 #footer a:link {
 	color: #FFD75A;
	text-decoration: none;

}

#footer a:hover {
	color:#FFD75A;
	text-decoration: underline;
 }



