body,td,th {
	font-size: 14px;
	color: #000000;
	font-family: Helvetica, Arial, sans-serif;
	text-align:justify;
}
body {
	background-color: #CEC3AD;
}
.headerBG{
	background-image:url(images/headerbg.png);
	background-repeat:repeat-x;
	height:250;
	vertical-align:bottom;
	text-align:center;
	padding-bottom:19px;
}
.bodyBG{
	background-image:url(images/bodybg.png);
	background-repeat:repeat-x;
	background-color:#FFFFFF;
	height:410;
}

.menuContent{
	padding:10px;
	padding-top:15px;
	padding-right:0px;
}
.menuButton{
	background-image:url(images/menuRegular.png);
	background-repeat:no-repeat;
	background-position:center;
	width:218;
	height:40px;
	font-size:16px;
	color:#FFFFFF;
	text-align:center;
	font-weight:bold;
}
.menuButton a{
	text-decoration:none;
	color:#FFFFFF;
}
.menuButton a:hover{
	text-decoration:underline;
	color:#FFFFFF;
}

.menuButtonSelected{
	background-image:url(images/menuSelected.png);
	background-repeat:no-repeat;
	background-position:center;
	width:218;
	height:40px;
	font-size:16px;
	color:#FFFFFF;
	text-align:center;
	font-weight:bold;
}
.menuButtonSelected a{
	text-decoration:none;
	color:#FFFFFF;
}
.menuButtonSelected a hover{
	text-decoration:none;
	color:#FFFFFF;
}

.bodyContent{
	vertical-align:top;
	padding:15px;
	padding-top:0px;
	text-align:justify;
}
.sectionHeader{
	color:#1E6239;
	font-size:18px;
	font-weight:bold;
}
.footerItems{
	font-size:12px;
	color:#2C5A1E;
	text-align:center;
}
.footerItems a{
	text-decoration:none;
	color:#2C5A1E;
}
.footerItems a:hover{
	text-decoration:underline;
	color:#2C5A1E;
}
-->
