html, body {
	margin: 0px;
	background-color: #336633;
	text-align: center;
	font-family: Verdana, sans-serif;
	line-height: 1.2;
}
#columnContainer {
	width: 824px;
	margin-left: auto;
    margin-right: auto;
	overflow: hidden;
}
#lightGreenBox {
    width: 822px;
    background-color: #51A150;
	margin-left: auto;
    margin-right: auto;
	text-align: center;
	padding-bottom: 5000px;
	margin-bottom: -4990px;
}
#mainTable {
	width: 802px;
	background-color: #FFFDDD;
	margin-left: auto;
    margin-right: auto;
	text-align: center;
}
#logoContent {
	width: 782px;
	height: 80px;
	border: 0px solid #DDDDDD;
	margin-left: auto;
    margin-right: auto;
}
#logoImage {
	float: left;
	margin-top: 20px;
	border: 0px;
}
#menuBar {
	width: 782px;
	height: 25px;
	background-color: #C1A0AA;
	margin-left: auto;
    margin-right: auto;
}
div .menuItem, div .selectedMenuItem {
	width: 128px;
	height: 21px;
	margin-left: 2px;
	position: relative;
	top: 2px;
	float: left;
	text-align: center;
	font-size: 11px;
	color: #FFFFFF;
	line-height: 21px;
}
div .menuItem {
	background-color: #805874;
}
div. selectedMenuItem {
	background-color: #C1A0AA;
}
#menuBar a {
	display: block;
	width: 100%;
	height: 100%;
	text-decoration: none;
	color: #FFFFFF;
}
#menuBar a:hover {
	background-color: #C1A0AA;
}
#mainContent {
	width: 782px;
	background-color: #FFFDDD;
	margin-top: 10px;
	margin-left: auto;
    margin-right: auto;
	border: 0px solid green;
}
.frontPageImage {
	width: 258px;
	float: left;
	margin-left: 2px;
}
#contactMenu, #footer {
	width: 782px;
	margin-top: 20px;
	margin-left: auto;
	margin-right: auto;
	font-size: 11px;
	border: 0px solid red;
}
#contactMenu {
	color: #333333;
}
#contactMenu a {
	text-decoration: none;
	color: #333333;
}
#contactMenu a:hover {
	color: #805874;
}
#footer {
	color: #999999;
}
#contentFrame {
	width: 510px;
	margin-left: 10px;
	float: left;
	border: 1px solid #999999;
}
#contentText {
	margin: 20px;
	text-align: left;
	font-size: 11px;
	color: #333333;
	border: 0px solid black;
}
#contentTextColumn1 {
	width: 200px;
	float: left;
	margin: 0px;
	border: 0px solid blue;
}
#contentTextColumn2 {
	width: 250px;
	float: left;
	margin: 0px;
	border: 0px solid green;
}
#contentTextColumn3 {
	width: 87px;
	float: left;
	margin-right: 10px;
	margin-bottom: 10px;
	border: 0px solid red;
}
#contentTextColumn4 {
	width: 350px;
	float: left;
	margin-bottom: 10px;
	border: 0px solid green;
}
.titleText {
	font-weight: bold;
	font-size: 12px;
	color: #999999;
}
#subMenuContainer {
	width: 256px;
	float: left;
	margin-left: 2px;
}
#subMenuFrame {
	margin: 0px;
	border: 1px solid #999999;
}
#subMenuText {
	margin: 20px;
	text-align: right;
	font-size: 11px;
	color: #333333;
}
.subMenuSelectedText {
	color: #805874;
}
#subMenuText a {
	text-decoration: none;
	color: #333333;
}
#subMenuText a:hover {
	color: #805874;
}
.servicesPageImage {
	width: 258px;
	float: left;
	margin-top: 10px;
}
.eventsPageImage {
	width: 510px;
	float: left;
	margin-left: 10px;
	margin-top: 1px;
}
.eventsPageImage2 {
	width: 510px;
	float: left;
	margin-left: 2px;
	margin-right: 8px;
	margin-top: 1px;
}
.textlink {
	color: #805874;
}
.productImage {
	border: 1px solid #CDCDCD;
}