body {
	line-height: 130%;
}

p>a {
	color: #5a843d;
}

p>a:hover { 
	background-color: #5a843d;
	color: #fff;
}

h1 {
	width: 350px;
	height: 70px;
	background-image: url("clean_energy_week.png");
	background-repeat: no-repeat;
	padding: 10px;
	padding-bottom: 0;
	float: left;
	text-indent: -90000px;
	}

h3 {
	height: 30px;
	width: 100%;
	margin: 30px 10px 0 10px;
	font-family: Verdana, Arial, sans-serif;
	font-size: 1.3em;
	color: #85b162;
	clear: both;
}

h4 {
	height: 15px;
	width: 100%;
	margin: 10px;
	font-family: Verdana, Arial, sans-serif;
	font-size: 1em;
	color: #333;
}
	
.underlinemenu{
font-weight: bold;
font-size:11px;
width: 400px;
margin: 50px 0px 0px 0px;
float: right;
overflow: auto;
height: 70px;
}

.underlinemenu ul{
padding: 6px 0 7px 0; /*6px should equal top padding of "ul li a" below, 7px should equal bottom padding + bottom border of "ul li a" below*/
margin: 0;
text-align: left; //set value to "left", "center", or "right"*/
}

.underlinemenu ul li{
display: inline;
}

.underlinemenu ul li a{
color: #494949;
padding: 6px 0px 4px 0px; /*top padding is 6px, bottom padding is 4px*/
margin-right: 10px; /*spacing between each menu link*/
text-decoration: none;
border-bottom: 3px solid gray; /*bottom border is 3px*/
}

.underlinemenu ul li a:hover, .underlinemenu ul li a.selected{
border-bottom-color: #5a843d;
}

#wrapper {
	width: 800px;
	margin: 0 auto;
	background-color: #fff;
}

#banner {
	width: 800px;
	clear: both;
	margin-top: -30px;
	padding: 0;
	overflow: auto;
}

p {
	font-family: Verdana, Arial, sans-serif;
	font-size: 1em;
	width: 760px;
	margin: 30px 10px 10px 10px;
	color: #333;
}

ul {
	font-family: Verdana, Arial, sans-serif;
}

#footer {
	font-size: .8em;
	color: #aaa;
	text-align: center;
	width: 100%;
	margin-top: 50px;
	font-family: Verdana, Arial, sans-serif;
}
