@charset "UTF-8";
/* CSS Document */

body {
	background-image: url(images/pagebg.gif);
	background-repeat: repeat-y;
	background-position: center;
	margin-top: 0px;
}

.Footertext {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 17px;
	color: #000000;
}

.Footersmalltext {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 12px;
	color: #000000;
}
.Greenheader {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 17px;
	font-weight: bold;
	color: #3c725a;
}
.Brownheader {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 17px;
	font-weight: bold;
	color: #330000;
}
.Whiteheader {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 17px;
	font-weight: bold;
	color: #FFFFFF;
}
.Greensubheader {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 13px;
	font-weight: bold;
	color: #3c725a;
}
.Brownsubheader {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 13px;
	font-weight: bold;
	color: #330000;
}
.Whitesubheader {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 13px;
	font-weight: bold;
	color: #FFFFFF;
}
.Greenbold {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 11px;
	font-weight: bold;
	color: #3c725a;
}
.Brownbold {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 11px;
	font-weight: bold;
	color: #330000;
}
.Medbrownbold {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 11px;
	font-weight: bold;
	color: #9f6e59;
}
.Whitebold {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 11px;
	font-weight: bold;
	color: #FFFFFF;
}
.maintext {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #000000;
}
a:link {
	color: #9f6e59;
}
a:visited {
	color: #9f6e59;
}
a:hover {
	color: #333333;
	text-decoration: underline;
}
a:active {
	color: #660000;
	text-decoration: underline;
}
#welcomebox{
	width: 393px;
	padding-left: 10px;
	padding-top: 0px;
	padding-right: 5px;
	text-align: justify;
}
#newsbox{
	width: 393px;
	padding-left: 10px;
	padding-top: 0px;
	padding-right: 5px;
}
#dashbox{
	height: 100%;
	border-right-width: 1px;
	border-right-style: dashed;
	border-right-color: #333333;
	padding-bottom: 100%;
}