@charset "utf-8";
/* CSS Document */
body, html {height: 100%;}
#outer {height: 100%; overflow: visible;} /* or without overflow */
body {
	background-color: #06451A;
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	background-image: url(images/backshade.gif);
	background-repeat: repeat-y;
	background-position: center center;
	font-family: Georgia, "Times New Roman", Times, serif;
	color: #FFFFFF;
}
.mainbox {
	background-image: url(images/backimage.jpg);
	background-repeat: no-repeat;
	background-position: center bottom;
	width: 900px;
	background-color: #096826;
	background-attachment: fixed;
}
.headerbox {
	padding: 10px;
	text-align: center;
}
.maintextbox {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 14px;
	color: #FFFFFF;
	padding-top: 10px;
	padding-right: 100px;
	padding-bottom: 25px;
	padding-left: 100px;
	text-align: justify;
	font-weight: normal;
}
.toptextbox {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 16px;
	color: #FFFFFF;
	padding-top: 10px;
	padding-right: 100px;
	padding-bottom: 10px;
	padding-left: 100px;
	text-align: center;
	font-weight: normal;
}
a:link {
	color: #5ac878;
	font-weight: bold;
	text-decoration: none;
	font-family: Georgia, "Times New Roman", Times, serif;
}
a:visited {
	text-decoration: none;
	color: #5ac878;
	font-weight: bold;
	font-family: Georgia, "Times New Roman", Times, serif;
}
a:hover {
	text-decoration: underline;
	color: #5ac878;
	font-weight: bold;
	font-family: Georgia, "Times New Roman", Times, serif;
}
a:active {
	text-decoration: none;
	color: #5ac878;
	font-weight: bold;
	font-family: Georgia, "Times New Roman", Times, serif;
}

