html {
	background: url(greenish.gif) repeat;
}
body {
	position: relative;
	width: 850px;
	margin: 0 auto;
        font-size: 12px;
        font-family: georgia, serif;
}
body a:link {
	font-weight: bold;
	color: #024607;
	text-decoration: none;
}
body a:visited {
	font-weight: bold;
	color: #024607;
	text-decoration: none;
}
body a:hover {
	font-weight: bold;
	color: #F9F404;
	text-decoration: none;
}
body a:active {
	font-weight: bold;
	color: #F9F404;
	text-decoration: none;
}
h1 {
	font-size:138.5%;  
        color: #000;
}
h2 {
	font-size:123.1%; 
        color: #000;
}
h3 {
	font-size:108%;  
        color: #000;
}
h4 {
	font-size:105%;  
        color: #000;
}
blockquote,ul,ol,dl {
	/*giving blockquotes and lists room to breath*/
	margin:1em;
}
ol,ul,dl {
	/*bringing lists on to the page with breathing room */
	margin-left:2em;
}
ol li {
	/*giving OL's LIs generated numbers*/
	list-style: decimal outside;	
}
ul li {
	/*giving UL's LIs generated disc markers*/
	list-style: disc outside;
}
dl dd {
	/*giving UL's LIs generated numbers*/
	margin-left:1em;
}
#whole {
        width: 850px;
        margin: 0px;
	padding: 0px;
	background-color: #fff;
}
#header {
        width: 850px;
	height: 150px;
        margin: 0px;
	padding: 0px;
	background: url(ghctop.gif) no-repeat;
}
#tagline {
        width: 850px;
	height: 30px;
        margin: 0px;
	padding: 0px;
	background: url(tagline.gif) no-repeat;
}
#header ul {
	position: absolute;
	left: 175px;
	top: 32px;
	margin-left: 40px;
	font-weight: bold;
	list-style: none;
	whitespace: nowrap;
	display: inline;
}
#header li {
	margin-top: 15px;
	font-weight: bold;
	list-style: none;
	whitespace: nowrap;
	display: inline;
}
#header a:link {
	font-weight: bold;
	color: #000;
	text-decoration: none;
}
#header a:visited {
	font-weight: bold;
	color: #000;
	text-decoration: none;
}
#header a:hover {
	font-weight: bold;
	color: #F9F404;
	text-decoration: none;
}
#header a:active {
	font-weight: bold;
	color: #F9F404;
	text-decoration: none;
}
#mainbody {
        width: 850px;
	height: 550px;
        margin: 0px;
	padding: 0px;
	background-color: #2bbd09;
	clear: both;
	float: left;
}
#leftside {
        width: 600px;
	height: 550px;
        margin: 0px;
	padding: 0px;
	background-color: #2bbd09;
	clear: none;
	float: left;
}
#rightside {
	width: 250px;
	height: 550px;
        margin: 0px;
	padding: 0px;
	background-color: #2bbd09;
	clear: none;
	color: #000;
        float: right;
}
.listing {
        position: relative;
        left: 6px;
	font-weight: bold;
        margin-top: 10px;
}
.rightborder {
	width: 240px;
	height: 540px;
	border: solid 1px #25a308;
	margin: 4px;
	padding: 0px;
}
.bigborder {
	border: solid 1px #25a308;
	margin: 4px;
	padding: 0px;
	height: 540px;
}
.bigborder2 {
	border: solid 1px #25a308;
        background: #25a308;
	margin: 4px;
	padding: 0px;
	height: 540px;
}
.rightblank {
	width: 220px;
	height: 520px;
	border: solid 2px #25a308;
	background-color: white;
	margin: 4px;
	padding: 4px;
}
.lilborder {
	border: solid 2px #25a308;
	margin: 4px;
	padding: 4px;
	height: 520px;
	background: url(bluprint3.jpg) no-repeat;
}
#footer {
        width: 850px;
	height: 60px;
        margin: 0px;
	padding: 0px;
	background-color: #25a308;
	clear: both;
	float: left;
}
#footer ul {
	position:relative;
	left:-20px;
	top:5px;
	margin-top 15px;
	font-weight: bold;
	list-style: none;
	whitespace: nowrap;
	display: inline;
}
#footer li {
	font-weight: bold;
	list-style: none;
	whitespace: nowrap;
	display: inline;
}
#footer a:link {
	font-weight: bold;
	color: #000;
	text-decoration: none;
}
#footer a:visited {
	font-weight: bold;
	color: #000;
	text-decoration: none;
}
#footer a:hover {
	font-weight: bold;
	color: #F9F404;
	text-decoration: none;
}
#footer a:active {
	font-weight: bold;
	color: #F9F404;
	text-decoration: none;
}
.amhere {
/*	color: #25a308;*/
/*	font-weight: normal;*/
        color: #1F7305;
}
.padded {
        margin: 30px;
        color: #024607;
        text-align: justify;
}
.highlight {
        color: #F9F404;
        font-weight: bold;
}
.whitebg {
        background-color: white;
        margin: 9px;
        padding: 5px;
	position:relative;
	left:3px;
}
.indented {
        margin-left: 10px;
}
b {
        color: #000;
        font-size: 14px;
}
.montage1 {
        background: url("wind.jpeg") top no-repeat;
        width: 220px;
}
.montage2 {
        background: url("solar.jpeg") top no-repeat;
        width: 220px;
}
.montage3 {
        background: url("efficient.jpeg") top no-repeat;
        width: 220px;
}
.montage4 {
        background: url("training.jpeg") top no-repeat;
        width: 220px;
}
.montage5 {
        background: url("plc.jpeg") top no-repeat;
        width: 220px;
}

.bolder {
        font-weight: bolder;
}