@charset "UTF-8";
/* CSS Document */


html, body {
	margin: 0px;
	background-color: #ffffff;
	margin-top: 0px;
	font-family: Arial, Helvetica, Century Gothic;
  	font-size: 12px;
	color: #000000;
	line-height: 18px;
	font-style:normal;
}
div#wrapper{
	width:860px;
	height: 100%;
	margin: 0px auto;
}
div#nav {
	width: 860px;
	margin: 0px auto;
}
div#con {
	width: 800px;
	margin: 0px auto;
	
}
div#body {
	width: 796px;
	min-height: 490px;
	margin: 0px auto;
	background-color: #fdeff3;
	border: 2px solid #d1d1d1;
	border-collapse:collapse;
}
div#content {
	width: 770px; 
	margin: 0px auto;
	margin-top: 15px;
	margin-bottom: 15px;
}
div#conleft {
	width: 370px;
	float: left;
	margin-left: 5px;
}
div#conright {
	width: 380px;
	float: right;
	
}
div#greenbar {
	width: 840px;
	height: 10px;
	background-color: #177c5a;
	margin: 0px auto;
	margin-top: 10px;
	float: left;
	margin-left: 10px;
	clear:both;
}
.headtxt {
	font-family: Georgia, Helvetica, Arial, Trebuchet MS, Lucida Grande;
  	font-size: 16px;
	color: #177c5a;
	line-height: 19px;
	font-style:normal;
	font-weight:bold;
}
.greentxt {
	font-family: Arial, Helvetica, Century Gothic;
  	font-size: 12px;
	color: #177c5a;
	line-height: 19px;
	font-style:normal;
	font-weight:bold;
}
a:link, a:visited, a:active  {
	color: #000000;
	text-decoration: none;
}
a:hover {
	text-decoration: underline;
	color: #177c5a;

}
ul {
	list-style-type: disc;
	list-style-position: outside;
	margin-top: 0px;
	margin-bottom:5px;
}
ol {
	list-style-type: decimal;
	list-style-position: outside;
	margin-top: 5px;
	margin-bottom: 5px;
}