@charset "UTF-8";
/* CSS Document */

body {
	background-color:#ecece4; 
	font-size:100%;
	text-align:center;
	margin:0;
	padding:0
	}
	
a:link {
	font-family:Verdana, Geneva, sans-serif;
	font-size:.8em;
	color:#660000;
	font-weight:bold;
	text-decoration:none
}

a:visited {
	font-family:Verdana, Geneva, sans-serif;
	font-size:.8em;
	color:#660000;
	font-weight:bold;
	text-decoration:none
}

a:hover {
	font-family:Verdana, Geneva, sans-serif;
	font-size6600008em;
	color:#000000;
	font-weight:bold;
	text-decoration: underline
}

a:active {
	font-family:Verdana, Geneva, sans-serif;
	font-size:.8em;
	color:#660000;
	font-weight:bold;
	text-decoration:none
}	

#wrapper {
	width: 100%;
	min-width:760px;
	margin:0 auto;
	text-align:left
}

#banner {
	width: 100%;
	height:88px;
	background-color:#ffffff;
}


#navigation {
	width: 100%;
	clear:both;
	background-color:#A39989;
	
}


#navigation a {
	font-family:Verdana, Geneva, sans-serif;
	font-size:.8em;
	color:#ffffff;
	padding: 1em;
	background-color:#A39989;
	text-decoration: none;
	float: left;
	border-right: 1px solid #ffffff;	
}


#navigation a:hover {
background-color:#861A17;
color: #ffffff;
}


#navigation a:active {
background-color:#861A17;
color: #ffffff;
text-decoration:underline
}

#holder {
	width:100%;
	clear:both;
	background-color:#d9d5c3
	}
	
#leftColumn {
	width:220px;
	float:left;
	background-color:#861A17
}

#leftColumn h1 {
	font-family:"Times New Roman", Times, serif;
	font-size:1.25em;
	color:#CDC9C1;
	padding:0 .5em
}

#leftColumn p {
	font-family:Verdana, Geneva, sans-serif;
	font-size:.9em;
	color: #eeeeee;
	line-height:140%;
	padding:0 1em
	
}	

#content {
	margin-top:0;padding-top:0;
	margin-left:220px;
	background-color:#d9d5c3;
}


#content  p, li {
	font-family:Verdana, Geneva, sans-serif;
	font-size:.75em;
	color: #222222;
	line-height:160%;
	padding:0 1em
}

#content ul {margin-left:2em}


#content h1 {
	font-family:"Times New Roman", Times, serif;
	font-size:1.5em;
	letter-spacing:2px;
	color:#333333;
	padding:0 .5em
}


#content h1.align {padding-top: .5em}








#oneColumn {
	width:100%
}


#footer {
	clear:both;
	width:100%;
	height:30px;
	background-color:#ffffff;
	text-align:center
}



#footer p {
	font-family:Verdana, Geneva, sans-serif;
	font-size:.7em;
	padding: 0.5em;
	color:#333333
}

#copyright {
	clear:both;
	font-family:Verdana, Geneva, sans-serif;
	font-size:.7em;
	color:#333333;
	text-align:center
	}
	
.firstPara {margin-top:.5em}



.current { background-color:#861A17}

.goinggreen {color:#006600; font-weight:bold}

.energy {color:#FF6600; font-weight:bold}