body {
	margin: 0px;
	padding: 0px;
	background-color: #DCD6BC;
	background-image: url(../images/bodyBG.jpg);
	background-position: top;
	background-repeat: repeat-x;
	color: #000000;
	font-family: Helvetica, Verdana, Arial, sans-serif;
	font-size: 12px;
}

h1 {
	margin: 0px;
	color: #333333;
	font-size: 16px;
	font-weight: bold;
}

h2 {
	margin: 0px;
	color: #955B33;
	font-size: 14px;
	font-style: italic;
	font-weight: bold;
}

h3 {
	color: #FFFFFF;
	font-size: 14px;
	font-weight: bold;
}

img {
	border: 0px;
}

a {
	text-decoration: none;
	color: #955B33;
}

a:hover {
	text-decoration: underline;
}

.clear {
	clear: both;
}

.imgLeft {
	float: left;
	margin: 0px 10px 0px 0px;
}

.imgRight {
	float: left;
	margin: 0px 10px 0px 0px;
}

.imgCenter {
	margin-left: auto;
	margin-right: auto;
}

#container {
	margin: 10px 0px 0px 0px;
	padding: 0px;
	margin-left: auto;
	margin-right: auto;
	width: 898px;
	border: 1px solid #705F43;
	background-image: url(../images/contentBG.jpg);
	background-repeat: repeat-y;
}

#header {
	margin: 0px;
	padding: 0px;
	width: 898px;
	height: 70px;
	background-color: #F5F6ED;
}

#headerLeft {
	color: #CC0000;
	font-size: 36px;
	font-style: italic;
	float: left;
}

#headerRight {
	width: 330px;
	text-align: right;
	float: right;
	font-weight: bold;
	font-style: italic;
	line-height: 17px;
}

#headerRight h2 {
	margin: 8px 5px 0px 0px;
	padding: 0px;
	color: #705F43;
	font-size: 14px;
	font-style: italic;
	font-weight: bold;
}

#mainImage {
	width: 898px;
	height: 101px;
	background-image: url(../images/mainImage.jpg);
	background-repeat: no-repeat;
}

#contentArea {
	width: 898px;
	background-image: url(../images/leftImage.jpg);
	background-position: bottom left;
	background-repeat: no-repeat;
}

#leftArea {
	width: 174px;
	background-color: #955B33;
	float: left;
}

#leftNav {
	margin: 0px 0px 0px 0px;
	width: 174px;
	background-color: #955B33;
	line-height: 17px;
}

#leftNav a {
	padding: 10px 0px 10px 20px;
	font-size: 14px;
	color: #FFFFFF;
	font-weight: bold;
	display: block;
	text-decoration: none;
}

#leftNav a:hover{
	background-color: #6995A3;
}

#leftNav a.active {
	background-color: #6995A3;
}

#mainContent {
	padding: 0px 20px 20px 20px;
	width: 483px;
	border: 1px solid #705F43;
	border-top: 0px;
	border-bottom: 0px;
	float: left;
	line-height: 17px;
}

#rightContent {
	padding: 0px;
	width: 199px;
	background-color: #6995A3;
	background-image: url(../images/rightContentBG.jpg);
	background-position: top;
	background-repeat: repeat-x;
	float: left;
	color: #FFFFFF;
	line-height: 20px;
}

#rightContent h2 {
	margin: 0px;
	padding: 25px 0px 25px 0px;
	border-bottom: solid 1px #FFFFFF;
	color: #FFFFFF;
	font-size: 20px;
	font-style: italic;
	font-weight: bold;
}

#rightContentText {
	padding: 10px;
	width: 179px;
	text-align: center;
	font-size: 16px;
	font-style: italic;
	font-weight: bold;
}

#rightContentText p {
	line-height: 24px;
}

#footer {
	padding: 7px 0px 0px 0px;
	width: 898px;
	height: 24px;
	background-color: #705F43;
	text-align: center;
	color: #FFFFFF;
}

#footer a {
	color: #FFFFFF;
}

#belowFooterText {
	margin-left: auto;
	margin-right: auto;
	width: 900px;
	color: #333333;
}

#footerLeft {
	margin: 3px 0px 0px 0px;
	width: 440px;
	background-color: #DCD6BC;
	text-align: right;
	float: left;
}

#footerRight {
	margin: 3px 0px 0px 0px;
	width: 440px;
	background-color: #DCD6BC;
	float: right;
}

#textBoxLeft {
	float: left;
	width: 200px;
	padding: 5px;
}

#textBoxRight {
	float: right;
	width: 260px;
	padding: 5px;
}