body {
	background-color: #D2F5FF;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #666666;
	letter-spacing: 1px;
}

div .spacer {
	clear: both;
}

.prop {
    float: left;
    width: 1px;
}

.min400px {
    height: 400px;
}

.propDivFix {
	float: right;
	width: 99%;
}
 
.textheading {
	font-weight: bold;
	color: #1E6630;
}	

.contentbody {
	background-color: white;
	width: 725px;
	margin: auto;
	border-right: 2px solid #CCC;
	border-bottom: 2px solid #CCC;
}

.leftcolumn {
	width: 160px;
	background-color: #E5FFD2;
}

.toptext {
	height: 20px;
	background-color: #55912B;
	border-bottom: 5px solid #CAFFA5;
	padding-top: 4px;
	padding-left: 8px;
	padding-right: 8px;
	color: #CAFFA5;
	font-style: italic;
	font-size: 13px;
	font-weight: bold;
	text-align: right;
}

.toplogo {
	height: 90px;
	background-color: #E5FFD2;
}

.leftnav a {
	display: block;
	width: 142px;
	height: 20px;
	/* background-color: #CAFFA5; */
	color: #55912B;
	text-decoration: none;
	border-left: 1px solid white;
	border-top: 1px solid white;
	padding-top: 4px;
	padding-bottom: 2px;
	padding-left: 10px;
	padding-right: 6px;
	font-size: 13px;
	font-weight: bold;
	margin-right: 1px;
}

.leftnav a:Hover {
	background-color: #55912B;
	color: white;
}	

.leftText {
	padding-top: 21px;
	padding-left: 10px;
	font-size: 11px;
	font-weight: bold;
	color: #55912B;
	padding-bottom: 20px;
	border-top: 1px solid white;
}	

.leftText a {
	text-decoration: none;
	color: #55912B; 
}

.leftText a:Hover {
	color: black;
}

.button1 {
	background-color: #70FF0A;
}

.button2 {
	background-color: #7FFF24;
}

.button3 {
	background-color: #8EFF3E;
}

.button4 {
	background-color: #9DFF58;
}

.button5 {
	background-color: #ACFF72;
}

.button6 {
	background-color: #BBFF8C;
}

.button7 {
	/* Median color */
	background-color: #CAFFA6;
}

.button8 {
	background-color: #D9FFBF;
}

.button9 {
	background-color: #E8FFD9;
}

.contentTop {
	height: 22px;
	color: #999999;
	background-color: #CCCCCC;
	padding-top: 5px;
	padding-left: 8px;
	background-position: left;
	background-image: url("/images/gray-gradient.gif");
}

.contentTop a {
	text-decoration: none;
	color: #666666;
	font-weight: bold;
}

.contentTop a:Hover {
	color: black;
}

.contentMain {
	padding: 14px;
	min-height: 400px;
	line-height: 16px;
}

.contentMain p {

}

.contentMainHeading {
	font-size: 16px;
	font-weight: bold;
	color: #1E6630;
	border-bottom: 1px solid #1E6630;
	width: 335px;
}

.contentRight {
	float: right;
	width: 175px;
	padding: 8px;
}

.contentRight p {
	margin: 5px;
}

.contentRight a {
	text-decoration: none;
	color: #55912B;
}

.contentRight a:Hover {
	color: black;
}

.contentRightHeading {
	color: #1E6630;
	border-bottom: 1px solid #1E6630;
	font-weight: bold;
}

.contentRightHeading a {
	text-decoration: none;
	color: #1E6630;
}

.contentRightHeading a:Hover {
	color: black;
}

.footer {
	height: 22px;
	color: #666666;
	background-color: white;
	padding-top: 5px;
	margin-left: 8px;
	margin-right: 8px;
	border-top: 1px solid #CCCCCC;
	text-align: center;
}

.footer a {
	text-decoration: none;
	color: #666666;
}

.footer a:Hover {
	color: black;
}