@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-size:.8em;
	color:#660000;
	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;
	background-image: url(graphics/menu2.jpg);
	background-repeat: repeat;
	border-top-width: 2px;
	border-right-width: 1px;
	border-bottom-width: 2px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-top-color: #ecece4;
	border-right-color: #ecece4;
	border-bottom-color: #ecece4;
	border-left-color: #ecece4;
}


#navigation a:hover {
	background-color:#861A17;
	color: #ffffff;
	background-image: url(graphics/menu1.jpg);
	background-repeat: repeat;
}


#navigation a:active {
	background-color:#861A17;
	color: #ffffff;
	background-image: url(graphics/menu1.jpg);
	background-repeat: repeat;
}

#holder {
	width:100%;
	clear:both;
	background-color:#861A17
	}
	
#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;
	padding-right: 20%;
	padding-left: 1em;
}

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

#content ul {margin-left:2em}


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

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

#oneColumn {
	width:100%
}

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

#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
}

.announcement {
	font-size:2em; 
	color:#F00; 
	font-weight:bold
}

