@charset "UTF-8";
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-size: 100%;
	vertical-align: baseline;
	background: transparent;
}
p {
	margin-bottom: 10px;	
}
body {
	background:#FFFFFF;
	background-image: url(images/background.jpg);
	background-repeat: repeat-x;
	background-position: top;
	text-align: center;
	min-width: 886px;
}

.container {
	margin:0 auto;
	width:886px;
	text-align: left;
	position: relative;
}
.header {
	background-image: url(images/header.jpg);
	background-repeat:no-repeat;
	float: left;
	clear: both;
	width:886px;
	height:200px;
	margin-bottom: 20px;
}
.mainNav {
	float: right;
	width: 480px;
	height: 24px;
	margin-top: 80px;
}
.mainNav li {
	display: inline;
	list-style:none;
	width: auto;
	padding: 0 5px 0 5px;	
}
#introSentence {
	margin-top: 125px;	
	width: 766px;
	padding: 0 60px 0 60px ;
}
#intro {
	background-image:url(images/small_box.jpg);
	background-repeat:no-repeat;
	width: 265px;
	height: 238px;
	float: left;
	padding: 10px;
	margin-bottom: 10px;
}
.map {
	float: right;
	clear: right;
	margin-bottom: 12px;
	
}
#renewable, #hydro {
	background-image: url(images/large_box.jpg);
	background-repeat:no-repeat;
	width: 417px;
	height: 238px;
	float: left;
	padding: 10px;
	float: left;
	clear: left;
}
#hydro {
	float: right;
	clear: right;
}
#assessment {
	float: left;
	clear: both;
	width: 846px;
	padding: 20px;
}
#content {
	width: 850px;
	padding: 12px;
	background: #fff;
	border: 1px solid  #358541;
	float: left;
	clear: both;
	margin: 5px;
}
.footer {
	background-image: url(images/footer.jpg);
	background-repeat: no-repeat;
	float: left;
	clear: both;
	width: 844px;
	height: 21px;
	padding: 20px;
	text-align:center;
}


body {
	font-family: Tahoma, Geneva, sans-serif;
	color: #358541;	
}
h2, h3 {
	font-size: 18px;
	font-weight: normal;
	line-height:120%;
	margin-bottom: 10px;
}
h2 {
	color: #006;	
}
h3 {
	color: #fff;	
}
h4 {
	color: #006;
	font-size: 14px;
	font-weight:bold;
}
.mainNav {
font-size: 12px;	
}
a:link {
	color: #036;
	text-decoration: none;
	font-weight:bold;
}
a:visited {
	text-decoration: none;
	color: #00457A;
	font-weight:bold;
}
a:hover {
	text-decoration: none;
	color: #358442;
	font-weight:bold;
}
a:active {
	text-decoration: underline;
	color: #00457A;
	font-weight:bold;
}
#intro, #renewable, #hydro, #assessment, #content {
	font-size: 13px;
	line-height:120%;
}
#introSentence {
	font-size: 22px;
	color: #358541;
}
#assessment {
	color: #fff;	
}
#assessment a:link {
	color: #fff;	
}
.footer {
	font-size: 10px;	
}

