body {
	background-color:#fff;
	margin:.1em;
}
h1 {
	font-family: Georgia, "Times New Roman", serif;
	font-size: 3em;
	font-weight: bold;
	line-height: normal;
	text-align: center;
	border: none;
	margin-top:1em;
	color: #C1D1BF;
}
h3 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 1.3em;
	font-weight: bold;
	line-height: normal;
	color: black;
}
h4 {
	font-family: Georgia, "Times New Roman", serif;
	font-size: 1.2em;
	font-weight: bold;
	line-height: normal;
	text-align: left;
	color: black;
	margin-top:.5em;
	margin-bottom:.5em;
}
h5 {
	font-family: Georgia, "Times New Roman", serif;
	font-size: 1.2em;
	font-weight: normal;
	line-height: normal;
	text-align: left;
	color: black;
	margin-top:.5em;
	margin-left:2em;
	margin-bottom:.5em;
}
p {
	font-family: Georgia, "Times New Roman", serif;
	font-size: 1em;
	font-weight: normal;
	line-height: normal;
	text-align: justify	;
	color: black;
	margin-top:.5em;
	margin-bottom:.5em;
}
ul {
	font-family: Georgia, "Times New Roman", serif;
	font-size: 1em;
	font-weight: normal;
	line-height: normal;
	text-align: left;
	color: black;
	list-style:none;
}

a:link
{
	color: #355333;
	text-decoration: none;
}

a:visited
{
	color: #444;
	text-decoration: none;
}

a:hover ,a:active
{
	color: #354333;
	text-decoration: underline;
}
#page
{
width: 90%;
margin: 2em auto;
background-color: #C1D1BF;
color: #333;
border: 1px solid gray;
line-height: 130%;
}
#header {
	height: 12em;
	padding: .5em;
	background-color: #556353;
	border-bottom: 3px solid #354333;
}
#header img {
	float:right;
	margin:1em;
	border: 4px solid #354333;
}
#leftnav {
	float: left;
	width: 9em;
	margin: 0;
	padding: 1em;
	background-color: #556060;
	border:thin solid #556060;
	
}
#leftnav h3 {
	font-family: Arial, sanserif;
	font-size: 1.1em;
	line-height: normal;
	text-align: center;
	padding:.5em;
	color: black;
	background:#B1D1AD;
	border: medium solid #354333;
	color: black;
}
#leftnav a:link
{
	color: black;
	text-decoration: none;
}

#leftnav a:visited
{
	color: black;
	text-decoration: none;
}

#leftnav a:hover ,a:active
{
	color: black;
	text-decoration: underline;
}
#mainbody
{
margin-left: 11em;
padding: 1em;
max-width: 60em;
}
#mainbody h3
{
	font-weight: bold;
	text-align: left;
	border:none;
	border-bottom: thin dashed black;
	background: none;
}
#mainbody img {
	float:right;
	margin:1em;
	border: 2px solid #354333;
}
#bottom
{
	margin-top:1.5em;
	width:100%;
	height:7em;
	background:#B1D1AD;
	border-top:3px solid #354333;
}
#bottom p
{
	font-size: .8em;
	font-weight: normal;
	line-height: normal;
	text-align: center;
	color: black;
	margin:.5em;
}
#bottom img 
{
margin:.5em;
}

.indent
{
	text-indent:2em;
	margin-left:3em;
	margin-right:2em;
	font-style:oblique;
}
