@charset "UTF-8";
body {
	margin: 0px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	color: #333333;
}
.small_type {
	font-size: 10px;
}
.body_text {
	padding-top: 10px;
	padding-left: 14px;
	padding-bottom: 10px;
}
.headline {
	font-size: 16px;
	color: #3C4E1D;
	
}

.clear {
	clear: both;
}

blockquote {
	border: 1px dashed #9c9d6e;
	background-color: #fdf7e5;
	font: 15px/22px Georgia, Times, serif;
	margin: 5px 10px 10px;
	padding: 0px 10px;
}

.quobox
{
	width: 300px;
	font: 1.55em Georgia, Times, serif;
	line-height: 1.5em;
	padding: 0px 10px 12px 8px;
	float: left;
}

.quobox_quo
{
	color: #9C8E2B;
	font-family: helvetica, arial,sans-serif;
	font-weight: bold;
	font-style: normal;
}

.quobox2
{
	width: 200px;
	line-height: 1.5em;
	padding: 10px;
	border: 1px solid #9c9d6e;
	float: right;
	font-family: helvetica, arial,sans-serif;
	font-size: x-small;
	margin-left: 30px;
	margin-bottom: 30px;
}

/******* nav *******/

.nav_line {
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #b7cbbf;	
	
}

.link_arrow_color {
	color: #CFAC29;
}

#navlist
{
	padding-left: 0;
	margin-left: 0;
	width: 170px;
}

#navlist li
{
	list-style: none;
	margin: 0;
	padding: 0.35em;

}

#navlist li a {
	text-decoration: none;
	color: #4C7D60;
}

#navlist li a:hover {
	text-decoration: underline;
	color: #4C7D60;
}

/******* footer *******/

#footer {
	font-size: 11px;
	color: #666666;
	padding-top: 5px;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #b7cbbf;
	width: 800px;
	margin-right: auto;
	margin-left: auto;
	padding-bottom: 20px;
}
#footer a {
	color: #666666;
	text-decoration: none;
	padding-left: 10px;
	padding-right: 10px;
	
}
.footer_line {
	text-decoration: none;
	padding-left: 10px;
	border-right: 1px solid #CCCCCC;
	
}

#footer a:hover {
	text-decoration: underline;

}