body {
	background: #ffffff;
	margin: 0 auto;
	text-align: justify;
	font-size: 13px;

}

div.blue {
	width: 288px;
	background: #419fd9 url('gfx/blue_bgd.jpg') top left repeat-y;
	margin-bottom: 10px;
}

div#body {
	background: #ffffff url('gfx/tree.png') 50px bottom no-repeat;
	padding-top: 20px;
}

div.button_on {
	text-align: center;
	margin-top: 10px;
	height: 33px;
	background: #e2e3e5 url('gfx/button_bgd.gif') top left repeat-x;
	float: left;
}

div.button_on p {
	margin: 0px;
	padding: 4px 0px 0px 0px;
}

div.button_off {
	text-align: center;
	margin-top: 10px;
	height: 33px;
	float: left;
}

div.button_off p {
	margin: 0px;
	padding: 4px 0px 0px 0px;
}

div#copy {
	font-family: Arial;
	font-size: 0.8em;
	color: #000000;
	text-align: right;
}

div.floatfix {
	clear: both;
	height: 0px;
}

div#footer {
	height: 60px;
	background: #f8f8f8 url('gfx/menu_bgd.jpg') top left repeat-x;
	padding-left: 20px;
	padding-right: 20px;
}

div.green {
	width: 288px;
	background: #6ca34d url('gfx/green_bgd.jpg') top left repeat-y;
	margin-bottom: 10px;
}

div.red {
	width: 288px;
	background: #b30b3b url('gfx/red_bgd.jpg') top left repeat-y;
	margin-bottom: 10px;
}

div#green_bar {
	background-color: #005a13;
	height: 20px;
}

div#green_bar_small {
	background-color: #005a13;
	height: 5px;
	clear: both;
}

div#logo {
	text-align: right;
	margin-top: 10px;
}

div#menu {
	margin-top: 5px;
	height: 50px;
	width: 740px;
	background: #f8f8f8 url('gfx/menu_bgd.jpg') top left repeat-x;
	text-align: center;
}

div.more {
	text-align: right;
	background-repeat: no-repeat;
	background-position: top right;
	height: 24px;
	margin-right: 10px;
	padding-right: 10px;
	padding-top: 3px;
}

div#news {
	margin-top: 20px;
	margin-right: 30px;
	width: 420px;
	float: left;
}

div.news_body {
	margin-bottom: 5px;
	clear: both;
}

div.ren {
	border-left: 1px solid #ffffff;
	margin-left: 90px;
}

div#renewables {
	margin-top: 20px;
	float: left;
}

div#search {
	float: left;
	margin-top: 5px;
}

div.submenu_off {
	width: 222px;
	height: 42px;
	margin-bottom: 3px;
	background: transparent url('gfx/button.png') top left no-repeat;
}

div.submenu_off:hover {
	background-position: bottom left;
}

div.ren_off {
	width: 222px;
	height: 42px;
	margin-bottom: 3px;
	background-color: transparent;
	background-position: top left;
	background-repeat: no-repeat;
}

div.ren_off:hover {
	background-position: bottom left;
}

div.submenu_on {
	width: 222px;
	height: 42px;
	margin-bottom: 3px;
	background: transparent url('gfx/button.png') bottom left no-repeat;
}

div.ren_on {
	width: 222px;
	height: 42px;
	margin-bottom: 3px;
	background-color: transparent;
	background-position: bottom left;
	background-repeat: no-repeat;
}

div#submenus {
	margin: 0px 30px 20px 0px;
	width: 222px;
	float: left;
}

div#text {
	margin-top: 0px;
	float: left;
	width:480px;
	margin-bottom: 20px;

}

div#wrapper {
	position: relative;
	margin: 15px auto;
	background-color: #ffffff;
	width: 740px;
	text-align: left;
}

img.news_img {
	border:6px solid #ecedee;
	float: left;
	margin: 0px 10px 5px 0px;
}

img.body_img {
	border:6px solid #ecedee;
	float: right;
	margin: 0px 0px 0px 10px;
}

input.submit {
	font-family: Arial;
	font-size: 1em;
	color: #000000;
	background-color: #eceeee;
	border: 0px;
	height: 23px;
	width: 80px;
}

input.search {
	font-family: Arial;
	font-size: 1em;
	border: 1px solid #c2c5c7;
	padding: 3px;
	height: 15px;
}

a:link, a:visited {
	font-family: Arial;
	font-size: 1em;
	color: #005a13;
}

a:hover {
	text-decoration: none;
}

a.menu_on:link, a.menu_on:visited, a.menu_on:hover {
	font-family: 'Century Gothic';
	font-size: 1.4em;
	color: #005a13;
	text-decoration: none;
}

a.menu_off:link, a.menu_off:visited, a.menu_off:hover {
	font-family: 'Century Gothic';
	font-size: 1.4em;
	color: #000000;
	text-decoration: none;
}

div.submenu_off a:link, div.submenu_off a:visited, div.submenu_off a:hover {
	font-family: 'Century Gothic';
	font-size: 1.3em;
	color: #000000;
	text-decoration: none;
	display: block;
	padding-top: 10px;
	padding-left: 20px;
}

div.submenu_off:hover a {
	color: #ffffff;
}

div.ren_off a:link, div.ren_off a:visited, div.ren_off a:hover {
	font-family: 'Century Gothic';
	font-size: 1.3em;
	color: #000000;
	text-decoration: none;
	display: block;
	padding-top: 10px;
	padding-left: 50px;
}

div.ren_off:hover a {
	color: #ffffff;
}

div.submenu_on a:link, div.submenu_on a:visited, div.submenu_on a:hover {
	font-family: 'Century Gothic';
	font-size: 1.3em;
	color: #ffffff;
	text-decoration: none;
	display: block;
	padding-top: 10px;
	padding-left: 20px;
}

div.ren_on a:link, div.ren_on a:visited, div.ren_on a:hover {
	font-family: 'Century Gothic';
	font-size: 1.3em;
	color: #ffffff;
	text-decoration: none;
	display: block;
	padding-top: 10px;
	padding-left: 50px;
}

p {
	font-family: Arial;
	font-size: 1em;
	color: #000000;
	padding: 0px 0px 10px 0px;
	margin: 0px;
}

p.ren {
	font-family: Arial;
	font-size: 1em;
	color: #ffffff;
	padding: 0px 5px 10px 5px;
	margin: 0px;
}


h1 {
	font-family: 'Century Gothic';
	font-size: 1.5em;
	font-weight: normal;
	color: #005a13;
	padding: 0px 0px 10px 0px;
	margin: 0px;
}
