@charset "utf-8";
* {
	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;
	}
	
#rightColumn{
	width:180px;
	float:right;
	}
#rightColumn p{
	padding:0px 20px 1em 25px;
	}
#logo {
	padding:29px 20px 90px 25px;
}

#leftColumn {
	float:left;
	width:570px;
	}
#content {
	float:left;
	width:500px;
	background:#fff;
	padding:40px 20px 40px 30px;
	}
#content p{
	padding: 0 0 1.2em 0;
	}
#content a{
	color: #3D8000;
	text-decoration:underline;
	}
/*#content a:hover{
	color: #3D8000;
	text-decoration:underline;
	}*/
#content h1{
	font-size:2.0em;
	font-weight:normal;
	line-height:120%;
	color:#4FA600;
	padding:0 0 0.5em 0;
	}
#content h2{
	font-size:1.2em;
	line-height:120%;
	color:#4FA600;
	padding:10px 0 0.5em 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;
	}
#footer a{
	padding:0px 5px 0px 5px;
	text-decoration:none;
	color:#333;
	}
#footer a:hover{
	text-decoration:underline;
	}
