/* Main page layout */
body {
  background-color:#FFFFFF;
  color:#677D6B;
  font-family: Verdana, Geneva, Arial, helvetica, sans-serif;
  font-size:11px;
}

td {
	font-family: Verdana, Geneva, Arial, helvetica, sans-serif;
}

th {
	font-family: Verdana, Geneva, Arial, helvetica, sans-serif;
}
#page_top{
	background-color:#FFFFFF;
	padding:5px 5px 5px 5px;
	border-top:#B9CCB9 medium solid;
	border-left:#B9CCB9 medium solid;
	border-right:#B9CCB9 medium solid;
	border-bottom:#B9CCB9 medium solid;
	width:800px;
}
#footer{
	width: 798px;
	margin:5px 0 0 0;
	padding:5 0 5 0;
}
.page_column_left{
	padding:0px 0px 0px 5px;
	width:200px;
	float:left;
	height:250px;
}
.page_content{
	padding: 0 30px 0 10px;
	background-color:#FFFFFF;
}
.page_column_right{
	width:595px;
	float:right;
	height:250px;
}
.quote_content {
	background-color:#ffffff;
	padding: 0 20 0 0;
	}
/* anchor links */
a{
	font-weight:bold;
	text-decoration:none;
}
a:link {
	color:#008A91;
	font-size:11px;
}
a:visited {
	color:#27A6AC;
}
a:hover {
	color:#8DA18F;
}
/* text styles */
.white_text{color:#FFFFFF;}
.sage_text{color:#9DB4A0;}
.sage_text_head{color:#677D6B; font-weight:800;}
.sage_text_head1{color:#677D6B; font-weight:800; font-style:italic}
.dark_quote_text{color:#677D6B; font-style:italic}
.turquoise_text{color:#008A91;}
.accent_text {color:#677D6B;}
<!--517160
