@charset "utf-8";

body {
	font-size: 12px;
	font-weight: 300;
	color: #FFFFFF;
	background-color: #000000;
	margin-right: 10px;
	margin-left: 10px;
	padding-right: 20px;
	padding-left: 20px;
	font-family: Arial, Helvetica, sans-serif;
}

/* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	

#container {
	background-color: #000000;
	border: thin solid #006633;
	width: 950px;
}
#topbanner {
	background-image: url(../images/logo.png);
	background-repeat: no-repeat;
	background-position: center;
	height: 141px;
}
#horizontalmenu {
	width: inherit;
	font-family: "Times New Roman", Times, serif;
	font-size: 14px;
	font-variant: small-caps;
	color: #FFFFFF;
	word-spacing: 2px;
	font-weight: bold;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #FFFFFF;
	width: 850px;
	vertical-align: top;
	text-align: center;
	display: inherit;
	background-position: center top;
	height: 16px;
	padding-bottom: 5px;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #1f6835;
	margin-left: 25px;
	padding-right: 20px;
		text-decoration: none;
}
#horizontalmenu a:link {
	color: #FFFFFF;
	text-decoration: none;
	padding-right: 12px;
	padding-left: 12px;
}

#horizontalmenu a:visited {
	color: #FFFFFF;
	padding-right: 12px;
	padding-left: 12px;
		text-decoration: none;
	}

#horizontalmenu a:hover {
	color: #FFFFFF;
	background-color: #1f6835;
	text-decoration: none;
	padding-right: 12px;
	padding-left: 12px;
}



#footer {
	font-size: 12px;
	color: #FFFFFF;
	padding-right: 12px;
	padding-left: 12px;
	text-decoration: none;
	font-variant: small-caps;
	background-position: 12px;
}

#footer a:link, a:visited {
	color: #FFFFFF;
	padding-right: 12px;
	padding-left: 12px;
		text-decoration: none;
}

#footer a:hover {
	color: #FF9933;
	background-color: #1f6835;
	padding-right: 12px;
	padding-left: 12px;
	}
	
a:link, a:visited {
	color: #FFFFFF;
	padding-right: 12px;
	padding-left: 12px;
		text-decoration: none;

}

a:hover {
	color: #FF9933;
	background-color: #1f6835;
	padding-right: 12px;
	padding-left: 12px;
	}

p {
	font-size: 14px;
	padding-right: 40px;
	padding-left: 50px;
	text-align: justify;
}
h1 {
	font-family: "Times New Roman", Times, serif;
	font-size: 24px;
	font-weight: 500;
	color: #FF9933;
	padding-left: 50px;
	padding-top: 25px;
	background-position: left;
}
h2 {
	font-size: 20px;
	color: #CCCCCC;
	padding-left: 30px;
	font-weight: 300;
	background-position: left;
}

h3 {
	font-size: 16px;
	color: #ffffff;
	padding-left: 50px;
	font-weight: 300;
	background-position: left;
}
.photo {
	padding: 5px;
	border: thin dotted #336633;
	margin-right: 10px;
	margin-left: 10px;
}

div#links a img {height: 0; width: 0; border-width: 0;}
div#links a:hover img {position: absolute;
    top: 190px; left: 55px; height: 50px; width: 50px;}
div#links a:hover {color: #411; background: #AAA;
   border-right: 5px double white;}
.formcontainer {
	background-position: center center;
}
