@charset "utf-8";@import url(navigation.css);
* {
	margin: 0;
	padding: 0;
	border:0;
	}
html[xmlns^="http"]
	{
	overflow-y: scroll;
	}
a:focus {
	outline: none;
}
body{
	text-align: center;
	background: #fff;
	font-family:Arial, Tahoma, Helvetica, sans-serif;
	color: #333;
	line-height: 140%;
	font-size:14px;
	}

#wrapper{
	margin: 2px auto;
	text-align:left;
	width:770px;
	background:url(bg_wrapper.gif) top left repeat-y;
	}
#innerWrapper{
	width:750px;
	border-top:#4FA600 3px solid;
	margin:0 10px 0 10px;
	}
#head{
	position:relative;
	width:750px;
	height:146px;
	background:url(bg_head.gif) top left no-repeat;
	}
#mainnavigation {
	float:left;
	margin-top:95px;
}
#rightColumn{
	width:180px;
	float:right;
	padding-top:20px;
	}
#rightColumn p{
	padding:0px 20px 10px 25px;
	}
#hrTxt a{
	position:absolute;
	top:20px;
	left:30px;
	display:block;
	text-indent:-9999px;
	width:250px;
	height:50px;
	}
#logo a{
	position:absolute;
	top:22px;
	left:590px;
	display:block;
	text-indent:-9999px;
	width:130px;
	height:50px;
	}
#leftColumn {
	float:left;
	width:570px;
	}
#content {
	float:left;
	width:520px;
	padding:20px 0px 20px 30px;
	z-index:2;
	}
#content p{
	padding: 0 0 10px 0;
	}
#content a{
	color: #3D8000;
	text-decoration:underline;
	}
#content h1{
	font-size:20px;
	font-weight:normal;
	line-height:120%;
	color:#4FA600;
	padding:0 0 15px 0;
	}
#content h2{
	font-size:17px;
	line-height:120%;
	color:#4FA600;
	padding:5px 0 5px 0;
	}
#content h3{
	color:#555;
	font-size:1em;
	padding:5px 0 0.4em 0;
	}
		
#footer{
	clear:both;
	width:730px;
	height:35px;
	font-size:11px;
	line-height:120%;
	background:url(bg_footer.gif) top left no-repeat;
	padding:35px 0 0 40px;
	z-index:1;
	}
#footer a{
	padding:0px 5px 0px 5px;
	text-decoration:none;
	color:#333;
	}
#footer a:hover{
	text-decoration:underline;
	}
