.floatleft {
	float: left;
}
body {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	margin-top: 30px;
}
a:link, a:visited {
	color: #EB7224;
	text-decoration: none;
}
a:hover {
	text-decoration: underline;
}
p {
	margin-top: 0px;
	margin-bottom: 0px;
}
h1, h2, h3, h4, h5, h6, ul {
	margin-top: 0px;
	margin-bottom: 0px;
}
h1 {
	font-family: "Century Gothic", Arial, Helvetica, sans-serif;
	font-size: 24px;
	color: #598E38;
}
h2 {
	font-size: 16px;
	font-family: "Century Gothic", Arial, Helvetica, sans-serif;
	font-weight: bold;
}
h3 {
	font-family: "Century Gothic", Arial, Helvetica, sans-serif;
	font-weight: bold;
	font-size: 12px;
}
td, th {
	vertical-align: top;
}
.floatright {
	float: right;
}
.smalltext {
	font-size: 10px;
}
#divSpacer {
	clear: both;
}
#divWrapper {
	background-image: url(../images/bgslice.gif);
	background-repeat: repeat-y;
	width: 865px;
	margin-right: auto;
	margin-left: auto;
}
#divLeftCol {
	width: 218px;
	float: left;
}
#divNav {
	background-image: url(../images/nav-slice.gif);
	background-repeat: repeat-y;
}
#divLeftColTxt {
	background-image: none;
	background-repeat: no-repeat;
	padding-left: 30px;
	padding-top: 10px;
	padding-bottom: 20px;
}
#divRgtCol {
	float: left;
	width: 496px;
	margin-bottom: 40px;
	position: relative;
}
#divContent {
	background-image: url(../images/content-slice.gif);
	background-repeat: repeat-y;
	padding-left: 25px;
	padding-right: 25px;
	width: 446px;
	min-height: 435px;
	height: expression( this.scrollHeight < 435 ? "435px" : "auto" );
	margin: 0px;
	padding-top: 0px;
	padding-bottom: 10px;
}
#divContentLft {
	width: 285px;
	min-height: 420px;
	height: expression( this.scrollHeight < 420 ? "420px" : "auto" );
	float: left;
	border-right-width: 2px;
	border-right-style: solid;
	border-right-color: #588A38;
	padding-right: 5px;
}
#divContentRgt {
	float: left;
	padding-top: 20px;
	padding-left: 5px;
	width: 149px;
}
#divFooter {
	background-image: url(../images/layout-redslice.gif);
	background-repeat: repeat-y;
	min-height: 70px;
	height: expression( this.scrollHeight < 70 ? "70px" : "auto" );
	padding-bottom: 10px;
}
#divFooterLinks {
	padding-right: 28px;
	padding-left: 28px;
	padding-top: 10px;
	color: #EB7224;
	text-align: center;
}
#divFooterLinks a:link, #divFooterLinks a:visited {
	color: #FFFFFF;
}
