/* CSS Document */
/*** TEMPLATE STYLES - Designed By Chase Weston ***/
body {
	background-color:#eef1e8;
	background-image:url(../images/background.jpg);
	background-repeat:repeat-x;
	height:439px;
	font-family:Arial, Helvetica, sans-serif;
	font-size:10px;
	color:#000000;
	margin:auto;
	padding:auto;
}
.BodyText    { font-family: Arial; font-size: 10pt; text-align: justify }
p {
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	color:#000000;
	line-height:normal;
}
#header {
	background-image:url(../images/LogoHeader.jpg);
	background-repeat:no-repeat;
	width:800px;
	height:81px;
}
#navigation {
	background-image:url(../images/navigationBG.jpg);
	background-repeat:no-repeat;
	width:800px;
	height:24px;
}
#homeBTN {
	width:95px;
	height:17px;
	float:left;
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	text-decoration:none;
	color:#FFFFFF;
	margin-top:3px;
	padding-top:2px;
	margin-left: 20px;
}
:hover#homeBTN {
	background-color:#cbd6af;
	width:95px;
	height:17px;
	float:left;
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	text-decoration:none;
	color:#FFFFFF;
	margin-top:3px;
	padding-top:2px;
	margin-left: 20px;
}
#otherBTN {
	width:95px;
	height:17px;
	float:right;
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	text-decoration:none;
	color:#FFFFFF;
	margin-top:3px;
	padding-top:2px;
}
:hover#otherBTN {
	background-color:#cbd6af;
	width:95px;
	height:17px;
	float:right;
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	text-decoration:none;
	color:#FFFFFF;
	margin-top:3px;
	padding-top:2px;
}

#banner {
	background-image:url(../images/bannerBG.jpg);
	background-repeat:no-repeat;
	width:800px;
	height:242px;
}

#contentContainer {
	width:800px;
}

#titleBanner {
	background-image:url(../images/TitleBG.jpg);
	background-repeat:no-repeat;
	width:800px;
	height:37px;
	font-family:Arial, Helvetica, sans-serif;
	font-size:16px;
	color:#a86f08;
	font-weight:bold;
	padding-left: 20px;
	padding-top:7px;
}

#contentTXT {
	width:800px;
}

#footerBG {
	background-image:url(../images/footerBG.jpg);
	background-repeat:repeat-x;
	height:87px;
}
#footer {
	background-image:url(../images/footer.jpg);
	background-repeat:no-repeat;
	width:800px;
	height:87px;
	font-family:Arial, Helvetica, sans-serif;
	font-size:10px;
	color:#FFFFFF;
	text-decoration:none;
}
#footerTXT {
	padding-top: 27px;
}
#footerLinks {
	font-family:Arial, Helvetica, sans-serif;
	font-size:10px;
	color:#FFFFFF;
	text-decoration:none;
}
