@charset "ISO-8859-1";
body {
	background-color: #EAEAEA;
	margin: 0px;
	color: #0D490D;
}

.titlebox {
	text-align: center;
	vertical-align: middle;
	padding-top: 30px;
	padding-bottom: 30px;
}
.hometitlebox {
	background-color: #094005;
	text-align: center;
	vertical-align: bottom;
	padding-top: 30px;
	padding-bottom: 5px;
	margin-bottom: 30px;
}

.textbox {
	text-align: left;
	padding-top: 40px;
	padding-bottom: 10px;
}

.para-center {
	text-align: center;
	vertical-align: top;
}

a:link {
	color: #800000;
}

a:visited {
	color: #800000;
}

a:hover {
	color: #8E7900;
}
.navbox {
	font-family: Copperplate, "Trajan Pro", "Bookman Old Style", "Times New Roman", serif;
	font-size: large;
	font-weight: bold;
	border: 1px solid #004000;
}


.nav {
	text-decoration: none;
	text-align: center;
	vertical-align: middle;
	padding-top: 10px;
	padding-right: 15px;
	padding-bottom: 10px;
	padding-left: 15px;
}

.nav a {
	color: #800000;
	text-decoration: none;
}

.nav a:visited {
	color: #800000;
	text-decoration: none;
}

.nav a:hover {
	color: #8E7900;
	text-decoration: none;
}

.nav a:active {
	color: #8E7900;
	text-decoration: none;
}
.sublink {
	font-size: medium;
	text-decoration: none;
	text-align: center;
	padding-bottom: 10px;
	font-weight: normal;
}

.sublink a {
	font-size: medium;
	text-decoration: none;
	text-align: center;
	padding-bottom: 10px;
	font-weight: normal;
}



.pagetitle {
	font-size: x-large;
	text-align: center;
	font-weight: bold;
}

.sectiontitle {
	font-size: large;
	text-align: center;
	font-weight: bold;
}
.top {
	font-size: small;
	text-align: right;
}

.copyrightbox {
	font-size: small;
	margin-top: 30px;
	margin-bottom: 10px;
}
