@charset "utf-8";
/* CSS Document */
body {
	font-family: Tahoma, Helvetica, Arial, sans-serif;
	margin-top: 0px;
	text-align: center;
	color: #333333;
	background-color: #FFFFFF;
	background-image: url(images/background.gif);
}
html {
	min-height: 100%;
	margin-bottom: 1px;
}
#wrapper {
	background-color: #FFF;
	margin: 0 auto;
	text-align: left;
	width: 900px;
}
#topper {
	background-color: #D7DCB9;
	height: 110px;
	width: 900px;
}
#masthead {
	background-color: #FFFFFF;
	width: 900px;
	height: 256px;
	border-top: 1px solid #CACEAE;
}
#topnav {
	background-color: #336633;
	height: 20px;
	width: 900px;
	font-size: 12px;
	font-family: Tahoma, Helvetica, Arial, sans-serif;
	color: #FFFFFF;
	border-top: 1px solid #E0E9E0;
	border-bottom: 1px solid #E0E9E0;
}
#contenthome {
	float:left;
	font-family: Tahoma, Helvetica, Arial, sans-serif;
	font-size: 0.8em;
	color: #333333;
	background-color: #FFF;
	width: 609px;
	padding-top: 20px;
	padding-right: 20px;
	padding-bottom: 20px;
	padding-left: 20px;
	text-align: justify;
}
#homeright{
	float:right;
	width: 250px;
	border-left: 1px solid #99B299;
	background-color: #E0E9E0;
}
#footer {
	font-size:0.6em;
	color: #FFF;
	background-color: #336633;
	text-align: center;
	clear: both;
	width: 900px;
	height: 50px;
	padding-top: 0px;
	border-top: solid 1px #FFF;
}
#contentother {
	font-family: Tahoma, Helvetica, Arial, sans-serif;
	font-size: 0.9em;
	color: #333333;
	background-color: #D7DCB9;
	width: 895px;
	padding-top: 20px;
	padding-right: 20px;
	padding-bottom: 20px;
	padding-left: 20px;
	text-align: justify;
}

a:link {
	color:#336633;
}
a:visited{
	 color:#336633;
}
a:active {
	color:#336633;
}
a:hover {
	color:#000;
	text-decoration:none;
}	
h1 {
	font-family: Tahoma, Helvetica, Arial, sans-serif;
	font-size: 1.1em;
	font-weight: bold;
	color: #336633;
}
h2 {
	font-family: Tahoma, Helvetica, Arial, sans-serif;
	font-size: 1em;
	font-weight: bold;
	color: #003333;
	font-style: italic;
}
.border {
	border: 1px solid #CCC;
}
.table {
	border: 1px solid #CCC;
	background-color: #F1F5F1;
}
hr {
	color: #336633;
	height: 1px;
	width: 500px;
	text-align: center;
}
.small {
	font-family: Tahoma, Helvetica, Arial, sans-serif;
	font-size: 10px;
	color: #FFF;
}
a.small:link {
    font-size: 10px;
	color: #FFF;
	text-decoration: none;
}
a.small:visited {
	font-size: 10px;
	color: #FFF;
	text-decoration: none;
}
a.small:hover {
	font-size: 10px;
	color: #9898BA;
	text-decoration: none;
}
a.small:active {
	font-size: 10px;
	color: #FFF;
	text-decoration: none;
}
.other {
	font-family: Tahoma, Helvetica, Arial, sans-serif;
	font-size: 12px;
	color: #336633;
}
.emphasis {
	font-family: Tahoma, Helvetica, Arial, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #336633;
}
.smaller{
	font-family: Tahoma, Helvetica, Arial, sans-serif;
	font-size: 11px;
	color: #336633;
}
.flash{
	border: 1px solid #336633;

}
.gallery {
	border: 1px solid #336633;
}
