body {
	margin: 0px;
	color: #3F4B00;
	font: 62.5% Arial, Helvetica, sans-serif;
}
a:link, a:visited {
	color: #92A716;
	text-decoration: none;
}
a:hover {
	text-decoration: underline;
}
h1 {
	margin: 0px;
	padding: 0px;
	font: normal 1em/1.5em Verdana, Arial, Helvetica, sans-serif;
}
h2 {
	font-size: 1.3em;
}
.smalltext {
	font-size: 0.8em;
}
.redtext {
	color: #990000;
}
.clear {
	clear: both;
}
#divTopStripe {
	background-image: url(../images/slice-top.jpg);
	background-repeat: repeat-x;
	height: 23px;
}
#divWrapper {
	margin-bottom: 10px;
	font-size: 1.25em;
	line-height: 1.35em;
	width: 790px;
}
#divLeftCol {
	float: left;
	margin-left: 20px;
	width: 201px;
}
#divNav {
	margin-top: 18px;
	margin-bottom: 25px;
}
#divClient {
	background-image: url(../images/slice-newsbg.gif);
	background-repeat: repeat-y;
	padding: 5px;
}
#divCenterCol {
	float: left;
	width: 49px;
	padding-top: 70px;
}
#divRgtCol {
	float: left;
	width: 500px;
}
#divContent {
	background-color: #f8f9f0;
	border-right-width: 1px;
	border-left-width: 1px;
	border-right-style: solid;
	border-left-style: solid;
	border-right-color: #D7ECC2;
	border-left-color: #D7ECC2;
	padding-top: 8px;
	padding-right: 5px;
	padding-bottom: 1px;
	padding-left: 5px;
	min-height: 550px;
	height: expression( this.scrollHeight < 580 ? "580px" : "auto" );
	background-image: url(../images/content-bg.jpg);
	background-repeat: no-repeat;
	background-position: bottom;
}
.GreenBar {
	background-image: url(../images/grnbar-bg.gif);
	background-repeat: no-repeat;
	background-position: right top;
	padding-left: 8px;
	border-bottom: 1px solid #AFBD21;
	color: #FFFFFF;
	font: normal 1em/1.5em Verdana, Arial, Helvetica, sans-serif;
}
