#container {
	background-color: #FFFFFF;
	margin: 0 auto;	
	text-align: left;
	width: 700px;}

#header {
	background: #407040;
	background-image: url(headlogo.jpg);
	height: 80px;
	margin: 0;}

#content {
	color: #000000;
	float:right;
	line-height: 1.4em;
	padding: 10px 20px 10px 35px;
	text-align: justify;
	width: 445px;}
#content img {
	border: none;}
.pic {
	margin: 0px 10px 0px 10px;}

#navigation {
	background: #FFFFFF;
	float: left;
	width: 200px;
	padding: 10px 0px 0px 0px;}
#navigation a {
	display: block;
	color: #000000;
	font-weight: bold;
	font-size: 1.3em;
	letter-spacing: 0.2em;
	line-height: 1.6em;
	text-decoration: none;}
#navigation a:hover {
	color: #659933;}
#navigation a#active {
	color: #407040;
	text-decoration: none;}

#extra {
	background: #FFFFFF;
	clear: left;
	float: left;
	margin: 10px 0px 20px 0px;
	text-align: center;
	width: 200px;}

#footer {
	background: #407040;
	color: #659933;
	clear: both;
	line-height: 1.8em;
	margin: 0;
	text-align: center;
	width: 100%;}
#footer a {
	display: inline;
	color: #659933;
	text-decoration: none;}

body {
	background-color: #F8F8F8;
	font: 80% Arial, Helvetica, sans-serif;
	text-align: center;}
h1, h2, h3, h4 {
	color: #407040;}
td {
	vertical-align: top;}
#content li {
	list-style-type: square;
	list-style-position: inside;
}
#navigation li {
	list-style-type: none;}

@media print {
#navigation, #extra, #header, #footer {
	display: none;}
#content {
	color: #000000;
	font-family: "Times New Roman", Times, serif;
	padding-top: 1em;
	width: 100%;}
a {
	color: #000000;
	text-decoration: none;}
}
