/* CSS Document */
body{
	background-color: #ffffff;
	font-family: Arial, Helvetica, sans-serif;
	margin-top: 10px;
}
img{
	border: 0px;
}
a:link{
	text-decoration: underline;
}
a:hover{
	text-decoration: underline;
}
a:active{
	text-decoration: underline;
}
a:visited{
	text-decoration: none;
}

#wrapper{
	width: 585px;
	margin: 0 auto;
	text-align:center;
}
#container{
	width: 585px;
	padding: 0px;
	float: left;
}
#top_logo{
	background-image: url("images/top_logo.jpg");
	background-repeat: no-repeat;
	height: 76px;
	width: 585px;
	float: left;
}
#top_image{
	width: 585px;
	height: 175px;
	float: left;
}
#top_nav{
	width: 585px;
	height: 16px;
	border-bottom: 1px solid;
	border-color: #37AF37;
	float: left;
}
#top_nav ul{
	list-style: none;
	margin: 0px;
	padding-left: 0px;
}
#top_nav li{
	list-style-position: inside;
	padding-right: 30px;
	margin: 0px;
	float: left;
}
#top_subnav{
	width: 585px;
	height: 22px;
	float: left;
}
#top_subnav ul{
	list-style: none;
	margin: 0px;
	padding-left: 0px;
}
#top_subnav li{
	list-style-position: inside;
	padding-right: 15px;
	margin: 0px;
	float: left;
}
#content_left{
	width: 318px;
	float: left;
	padding-top: 10px;
	padding-bottom: 10px;
	text-align: left;
}
#content_left p{
	padding-top: 4px;
}
#content_left ul{
	list-style-image: url("images/point.gif");
}
#content_right{
	width: 250px;
	float: right;
	padding-top: 10px;
	padding-bottom: 10px;
	padding-left: 8px;
	text-align: left;
}
#content_right p{
	margin-top: 2px;
}
#footer{
	width: 585px;
	height: 16px;
	border-top: 2px solid;
	border-color: ##37AF37;
	float:left;
}
#footer_left{
	text-align: left;
	float: left;
}
#footer_right{
	text-align: right;
	float: right;
}
#footer_add{
	width: 585px;
	padding-top: 8px;
	text-align: left;
	float: left;
}
.scrolltext{
	font-size: 12px;
	color: #000000;
	text-align: left;
	border: 0px;
	width: 318px;
	overflow: auto;
	position: static;
	height: 290px;
	scrollbar-face-color: #37AF37;
	scrollbar-hightlight-color: #37AF37;
	scrollbar-shadow-color: ##37AF37;
	scrollbar-3dlight-color: #37AF37;
	scrollbar-arrow-color: #ffffff;
	scrollbar-track-color: #ffffff;
	scollbar-darkshadow-color: #37AF37;
	padding-top: 5px;
	padding-bottom: 5px;
	padding-right: 5px;
}
.blackcopy{
	font-size: 11px;
	color: #000000
}
.smallcopy{
	font-size: 10px;
	color: #000000;
}
.smallgreen{
	font-size: 10px;
	color: #37AF37;
}
.greencopy{
	font-size: 14px;
	color: #006600;
	font-weight: bold;
}
.form{
	border: 1px solid;
	border-color: #37AF37;
	font-size: 10px;
	color: #000000;
	background-color: #FFFFFF;
}
.button{
	border: 1px solid;
	border-color: #37AF37;
	font-size: 11px;
	color: #006600;
	background-color: #CBFFB9;
}
.link{
	color: #000000;
	text-decoration: underline;
}
.link:active{
	color: #000000;
	text-decoration: underline;
}
.link:hover{
	color: #37AF37;
	text-decoration: underline;
}
.link:visited{
	text-decoration: underline;
}
		
	
