@charset "utf-8";
/* CSS Document */

INPUT, SELECT, TEXTAREA {font-family: Verdana, Arial, Helvetica, sans-serif; font-size: 9pt; color:#333333; background-color: #EAF1BE; border: 1px solid #5C6916; font-weight: normal;}

body {
	background-color: #FFFFFF;
	text-align: center;
	margin: 15px 0;
	color:#333;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: .9em;
}
html {
	min-height: 100%;
	margin-bottom: 1px;
}
#wrapper {
	width: 900px;
	margin: 0 auto;
	text-align: left;
	background-color: #FFFFFF;
}
#masthead {
	background-color: #FFFFFF;
	background-image: url(images/logo.jpg);
	background-repeat: no-repeat;
	height: 150px;
	width: 850px;
	margin-left: 50px;
}
#navigation {
	background-color: #EAF1BE;
	text-align: center;
	height: 26px;
	width: 900px;
	}
#content {
	font-family: Tahoma, Verdana, Arial;
	font-size: 1em;
	line-height: 1.2em;
	color: #333333;
	background-color: #FFFFFF;
	text-align: justify;
	width: 860px;
	padding-top: 20px;
	padding-right: 20px;
	padding-bottom: 20px;
	padding-left: 20px;
}
#content li {
	font-family: Tahoma, Verdana, Arial;
	font-size: .9em;
	line-height: 1.8em;
}
#footer {
	font-family: Tahoma, Verdana, Arial;
	font-size: .75em;
	color: #666666;
	background-color: #FFFFFF;
	text-align: center;
	height: 30px;
	width: 900px;
	padding-top: 15px;
	padding-bottom: 10px;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: dashed;
	border-top-color: #CCCCCC;
}
p {
	font-size: .9em; 
	color: #333;
}
a:link {
	color:#899B20;
	text-decoration:none;
}
a:visited {
	color:#899B20;
	text-decoration:none;
}
a:active {
	color:#899B20;
	text-decoration:none;
}
a:hover {
	color: #666;
	text-decoration:underline;
}
h1 {
	color: #AAC128;
	font-size: 14px; 
	border-bottom: 1px solid #AAC128;
}
h2 {
	color: #AAC128;
	font-size: 12px; 
}
h3{
	color: #000;
	font-size: 11px; 
}
.emphasis {
	font: bold 1.2em Verdana, Arial, Helvetica, sans-serif;
	color: #AAC128;
	background-color: #FFFFFF;
}
.border {
	border: dashed 1px #5C6916;
}

.photos {
	border: 1px solid #FFF;
	margin: 10px; 
}
.borderright{
border-right: 1px solid #D0E16F;
}
.borderbottom{
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #D0E16F;
}
.iframe {
	border: 1px solid #5C6916;
	margin: 10px; 
}
