body {
	background-color: #003E2A;
	margin: 0px;
	padding: 0px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #444444;
}
a:link, a:visited {
	color: #046C47;
	text-decoration: underline;
}
p {
	margin-top: 0px;
}
th, td {
	vertical-align: top;
}
.copyright {
	font-size: 10px;
	line-height: 30px;
	color: #046C47;
}
.pageHeading {
	font-size: 34px;
	color: #147553;
	padding-top: 65px;
	padding-left: 25px;
	font-family: Georgia, "Times New Roman", Times, serif;
}
.smallerPageHeading  {
	font-size: 26px;
	color: #147553;
	padding-top: 65px;
	padding-left: 25px;
	font-family: Georgia, "Times New Roman", Times, serif;
}
.tinyPageHeading  {
	font-size: 18px;
	color: #147553;
	padding-top: 65px;
	padding-left: 25px;
	font-family: Georgia, "Times New Roman", Times, serif;
}
.floatright {
	float: right;
}
.floatleft {
	float: left;
}
#tableContent td {
	border-bottom-width: 1px;
	border-bottom-style: dashed;
	border-bottom-color: #C0DD95;
}
#tableContent p {
	margin: 0px;
}
#divDropShadow {
	margin-top: 5px;
	margin-right: auto;
	margin-left: auto;
	width: 860px;
	background-image: url(../images/wrapper-bg.gif);
	background-repeat: repeat-y;
}
#divTopShadow {
	background-image: url(../images/shadow-top.gif);
	background-repeat: repeat-x;
	height: 10px;
}
#shadowtl, #shadowbl {
	float: left;
}
#shadowtr, #shadowbr {
	float: right;
}
#divBotShadow {
	background-image: url(../images/shadow-bot.gif);
	background-repeat: repeat-x;
	height: 10px;
	background-color: #003E2A;
}
#divBotShadow a:link, #divBotShadow a:visited {
	color: #FFFFFF;
}
#divWrapper {
	width: 840px;
	margin-right: auto;
	margin-left: auto;
}
#divNav {
	background-image: url(../images/nav-bg.gif);
	background-repeat: repeat-x;
	height: 45px;
	margin: 0px;
	padding: 0px;
}
#divNav #navlft {
	float: left;
}
#divNav #NavIcon {
	margin-right: 12px;
	margin-left: 7px;
}
#divNav #navrgt {
	float: right;
}
#divFloatLft {
	float: left;
}
#divBody {
	background-color: #C0DD95;
	padding-bottom: 20px;
	margin: 0px;
	padding-top: 0px;
}
#divLftCol {
	width: 230px;
	margin-left: 20px;
	margin-right: 10px;
	float: left;
	display: inline;
}
#divLftColTxt {
	background-color: #FFFFFF;
	padding-right: 10px;
	padding-bottom: 10px;
	padding-left: 10px;
	vertical-align: top;
}
#divRgtCol {
	width: 555px;
	float: left;
	background-color: #FFFFFF;
}
#divHeading {
	height: 145px;
	background-image: url(../images/bg-heading.gif);
	background-repeat: no-repeat;
	background-position: 0px 54px;
	margin: 0px;
	padding: 0px;
}
#divHeading p {
}
#divRgtColTxt {
	background-color: #FFFFFF;
	padding-right: 10px;
	padding-bottom: 10px;
	padding-left: 10px;
	vertical-align: top;
	min-height: 215px;
	height: expression( this.scrollHeight < 215 ? "215px" : "auto" );
}
#heading {
	float: left;
	margin-top: 21px;
}
#divFooterLinks  {
	color: #FFFFFF;
	width: 800px;
	margin-right: auto;
	margin-left: auto;
	padding-left: 30px;
	padding-bottom: 20px;
	padding-right: 30px;
}
#divFooterLinks a:link, #divFooterLinks a:visited {
	color: #FFFFFF;
}
#divSpacer {
	clear: both;
}
