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

.clear {
	clear:both;
	}
body {
	margin-top:0px;
	margin-bottom:0px;
	background-color: #333333;
	}
a, a img{
	border:none;
	text-decoration:none;
	color:#476F2D;
	}
a:hover {
	text-decoration: underline;
	}
h1 {
	font-family:Arial, Helvetica, sans-serif;
	font-size:14pt;
	font-weight:normal;
	color:#476F2D;
	margin-top:0px;
	}

h3 {
	font-family:Arial, Helvetica, sans-serif;
	font-size:12pt;
	font-weight:normal;
	color:#476F2D;
	margin:0px;
	}
p, li {	
	margin-left:8px;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:10pt;
	color:#333333;
	}
li {
	margin-bottom:5px;
	}
#wrapper {
	margin-left:auto;
	margin-right:auto;
	width:960px;
	border: #CCCCCC medium double;
	border-top: none;
	}
	
#top_vis {
	width:100%;
	height:224px;
	background-image:url(../images/top_vis_3.jpg);
	background-repeat:no-repeat;
	overflow:hidden;
	}

img#top_logo {
	width:165px;
	height:108px;
	}
div#site_title {
	position:absolute;
	margin-left:315px;
	margin-top:36px;
	color:#76a755;
	font-family:Arial, Helvetica, sans-serif;
	font-size:20pt;
	font-weight:normal;
	text-align:center;
	}
a.logo_link {
	width:165px;
	height:108px;
	position:absolute;
	margin-top:8px;
	margin-left:14px;
	display:block;
	}
#page_container {
	background:#EEEEEE;
	width:100%;
	padding:16px 0px 16px 0px;
	}
#content {
	width:70%;
	margin-left:auto;
	margin-right:auto;
	margin-top:0px;
	margin-bottom::0px;
	}
#footer {
	height:24px;
	width:100%;
	background-color:#DEB40D;
	}
span#copy {
	margin:4px 0px 0px 6px;
	display:block;
	float:left;
	font-family:Arial, Helvetica, sans-serif;
	font-size:10pt;
	color:#456B2C;
	}
a#webmaster {
	margin:4px 6px 0px 0px;
	display:block;
	float:right;
	font-family:Arial, Helvetica, sans-serif;
	font-size:10pt;
	color:#456B2C;
	}
