body {
	margin: 0px;
	padding: 0px;
	background-color: #F2DFBB;
	background-image: url(../images/template/bannerBackground.jpg);
	background-repeat: no-repeat;
	background-position: center top;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #422513;
	line-height: 20px;
}
a {
	color: #CC7521;
}
a:hover {
	color: #926C3C;
}

.siteWrapper {
	width: 1024px;
	margin-right: auto;
	margin-left: auto;
}
.contentWrapper {
	float: left;
	width: 1024px;
}
.banner {
	height: 273px;
	width: 1024px;
	background-image: url(../images/template/banner.jpg);
	background-repeat: no-repeat;
	background-position: right;
}
#flashBanner {
	display: none;
}

.logo {
	float: left;
}

.mainNav {
	background-image: url(../images/template/mainNavBack.gif);
	background-repeat: repeat-x;
	height: 32px;
	width: 1024px;
	text-align: center;
}
.subNav {
	float: right;
	width: 208px;
	margin-top: 20px;
	margin-right: 48px;
}

.contentArea {
	background-image: url(../images/template/contentAreaBottom.gif);
	width: 646px;
	margin-left: 35px;
	background-repeat: no-repeat;
	background-position: bottom;
	background-color: #F7ECD6;
	float: left;
	padding-bottom: 40px;
	padding-right: 30px;
	padding-left: 30px;
	min-height: 360px;
}
.contentTopper {
	background-color: #4F5C04;
	height: 3px;
	width: 706px;
	margin-top: 20px;
	margin-left: 35px;
}
.footer {
	width: 400px;
	padding-left: 35px;
	padding-top: 15px;
	padding-bottom: 15px;
	float: left;
	font-size: 10px;
	color: #5A1F00;
}
.footer a {
	color: #5A1F00;
}
.footer a:hover {
	color: #926C3C;
}
.pageTitles {
	margin-top: 24px;
	margin-bottom: 5px;
}
.mainImageLeft {
	float: left;
	margin-right: 15px;
	margin-left: -30px;
}
.mainImageRight {
	margin-right: -30px;
	margin-left: 15px;
}
.error {
	color: #FF0000;
}
.smallCopy {
	font-size: 11px;
	line-height: normal;
}
