html, body, ul, ol, li, p, h1, h2, h3, h4, h5, h6, form, fieldset {
margin: 0;
padding: 0;
border: 0;
}
body {
	background-color: #C9D0C0;
	font-family: Arial, Helvetica, sans-serif;
}
#container {
	background-color: #FFFFff;
	width: 900px;
	font-size: 90%;
	margin-top: 20px;
	margin-left: auto;
	margin-right: auto;
}
#top {
	text-align: center;
	padding-top: 0px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	font-size: large;
	clear: both;
	padding-bottom: 10px;
}

#topmenu {
	color: navy;
	height: 25px;
	background-color: #CAD1C1;
	font-size: 90%;
	font-style: normal;
	font-weight: bold;
	margin-right: 10px;
	margin-left: 10px;
}
.topmenu {
	float: left;
	padding-left: 5px;
	height: 22px;
	width: 169px;
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #FFFFDF;
	text-align: center;
	padding-top: 3px;
	color: #2D6FEC;
}
.topmenuselected {
	float: left;
	padding-left: 5px;
	height: 22px;
	width: 174px;
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #FFFFFF;
	text-align: center;
	padding-top: 3px;
	color: #FFFFFF;
	background-color: #2D6FEC;
}
a:link {
	text-decoration: none;
	color: #396834;
	font-weight: bold;
}
a:visited {
	text-decoration: none;
	color: #396834;
	font-weight: bold;
}
a:hover {
	color: #396834;
	text-decoration: underline;
	font-weight: bold;
}
#leftcontainer {
	float: left;
	width: 150px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	margin-top: 25px;
	margin-left: 10px;
	background-color: #ffffff;
	height: 300px;
	padding-top: 10px;
	padding-left: 0px;
	font-size: 90%;
	text-align: center;
	font-weight: bold;
	color: #333333;
	clear: both;
	padding-right: 5px;
	padding-bottom: 5px;
	vertical-align: middle;
}

#content {
	border-left-width: 1px;
	margin-left: 180px;
	width: 680px;
	color: #333333;
	margin-top: 25px;
	padding-left: 25px;
	padding-top: 0px;
}
#photofeature {
	float: right;
	padding-right: 25px;
	padding-top: 25px;
	padding-left: 25px;
}
#footer {
	border-top-width: 1px;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	color: #333;
	clear: both;
	font-size: 0.8em;
	margin: 0px;
	padding: 0.5em;
	text-align: center;
}
.clearfix:after {
    content: "."; 
    display: block; 
    height: 0; 
    clear: both; 
    visibility: hidden;
}
