body {
	background-attachment: fixed;
	background-image: url(../images/Bottom_texture.jpg);
	background-repeat: no-repeat;
	background-size: cover;
	margin: 0px;
	padding: 0px;
}
h1 {
	font-family: "Times New Roman", Times, serif;
	font-size: 36px;
	font-weight: bold;
	font-style: italic;
	color: #336633;
	line-height: 32px;
	padding-bottom: 0px;
	margin-bottom: 0px;
	padding-top: 5px;
	margin-top: 5px;
}
h2 {
	font-family: "Times New Roman", Times, serif;
	font-size: 24px;
	font-weight: bold;
	font-style: italic;
	color: #336633;
	line-height: 22px;
}

#top {
	background-image: url(../images/top-background.png);
	background-repeat: repeat-x;
	height: 285px;
	width: 100%;
}
#header {
	position: relative;
	width: 1000px;
	height: 285px;
	margin: auto;
	background-image: url(../images/white-oak-plantation.png);
	background-repeat: no-repeat;
}
#slogan {
	position: absolute;
	top: 100px;
	left: 450px;
	font-family: "Times New Roman", Times, serif;
	font-size: 19px;
	font-weight: bold;
	color: #000000;
	font-style: italic;
}
#navigation {
	position: absolute;
	bottom: 0px;
	width: 1000px;
	margin: 0px auto 9px auto;
	font-family: "Times New Roman", Times, serif;
	font-size: 21px;
	font-weight: bold;
	color: #FFFFFF;
	text-align: center;
}
#navigation a {
	color: #FFFFFF;
	text-decoration: none;
	margin: 0px 8px 0px 8px;	
}
#navigation a:hover {
	color: #DFD1AE;
	
}
#mainArea {
	position: relative;
	width: 950px;
	height: auto;
	margin: 3px auto;
	background-color: #FFFFFF;
	border: medium solid #336633;
}
#mainTxt {
	width: 910px;
	padding: 10px 20px 5px 20px;
	height: auto;
}
#footer {
	width: 950px;
	margin: auto;
}
#footer p {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #000000;
	text-align: center;	
}
#footer p a {
	color: #000000;
	text-decoration: none;
	margin-left: 4px;
	margin-right: 4px;
}
#footer p a:hover {
	color: #000000;
	text-decoration: underline;
}

.basicTxt {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #333333;
}
.basicTxt a {
	color: #336633;
	font-weight: bold;
	text-decoration: underline;
}
.basicTxt a:hover {
	color: #999999;
	font-weight: bold;
	text-decoration: none;
}
.border {
	border: 1px solid #333333;
}
.vLarge {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 24px;
	font-weight: bold;
	color: #000000;
}
