#body {




}
#wrapper {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 1em;
	color: #000;
	background-color: #330033;
	text-align: center;
	margin: 0px auto;
	padding: 0px;
	height: auto;
	width: 800px;
	border-top-width: 20px;
	border-right-width: 0px;
	border-bottom-width: 0px;
	border-left-width: 0px;
	top: 20px;
	position: relative;
}
#masthead {
	text-align: left;
	margin: 0px;
	padding: 0px;
	height: 155px;
	width: 800px;
	background: #330033;
	float: left;
}
#menuArea {
	background-color: #330033;
	margin: 0px;
	padding: 0px;
	height: 220px;
	width: 137px;
	color: #FFF;
	font-family: Georgia, "Times New Roman", Times, serif;
	}

#leftColumn {
	margin: 0px;
	padding: 0px;
	height: auto;
	width: 137px;
	float: left;
	background-color: #330033;
}
#mainContent {
	background-color: #FFF;
	margin: 0px;
	padding: 0px 10px;
	float: left;
	height: auto;
	width: 643px;
}
#footer {
	background-color: #C38785;
	text-align: center;
	margin: 0px;
	padding: 0px;
	float: left;
	height: 25px;
	width: 800px;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 0.75em;
	color: #FFF;
}

#menuArea ul {
	margin: 0;
	padding: 20px 0 0;
	list-style: none;
	float: left;
}

#menuArea ul li {
	font-size: 0.9em;
	font-weight: bold;
	color: #FFF;
	background-color: #A1C271;
	background-repeat: no-repeat;
	text-align: center;
	margin: 0px;
	border-bottom-width: 6px;
	border-bottom-style: solid;
	list-style-type: none;
	border-bottom-color: #330033;
	display: block;
	float: left;
	width: 137px;
	position: static;
	font-family: Georgia, "Times New Roman", Times, serif;
}
#menuArea li {
	float: left;
	background-color: #A1C271;
}

#menuArea li a:link,#menuArea li a:visited {
	display:block;
	background:#330033;
	font: normal 1em/1.2 Georgia, "Times New Roman", Times, serif;
	text-decoration:none;
	color:#FFF;
}


#menuArea li a:hover,#menuArea li a:active {
	color:#FFF;
	background:#895867;
	font-weight: normal;
}



#menuArea ul .disableHover .disableHover {
	background-color: #330033;
	cursor: default;
}
.contentParagraphJustified {
	text-align: justify;
	font-weight: bold;
}
#spacer {
	background-color: #C38785;
	margin: 0px;
	padding: 0px;
	float: left;
	height: 10px;
	width: 800px;
}
.columnHeadingFont {
	font-size: 1.75em;
	color: #000;
}
.columnHeadingFontRed {
	font-size: 1.75em;
	color: #F00;
}

.rightJustifiedText {
	text-align: right;
}
.leftJustifiedText {
	text-align: left;
}
.centeredText {
	text-align: center;
}
.style4 {color: #FFFFFF; font-size: 36px; }
.contentParagraphJustifiedBody {
	font-size: .75em;
	text-align: justify;
	font-weight: lighter;
	font-style: normal;
	font-variant: normal;
	text-transform: none;
	color: #000;
}
.blackCenteredHeading {
	font-size: 1.5em;
	color: #000;
}
.blackCenterHeadingSmaller {
	font-size: 1.25em;
	color: #000;
}

