body {
	background-color:#F8F8B2;
	color:#000;
	font-size:12px;
	font-family:Arial, Helvetica, sans-serif;
	margin:0px;
	font-weight:bold;
	}

#container {
	width:972px;
	margin:0 auto;
	background-color:#fff;
	border:1px solid #000;
	}
	
#header {
	width:100%;
	height:270px;
	background-image:url(images/header.jpg);
	}
	
#sidebar_left {
	width:206px;
	height:347px;
	background-image:url(images/navigation_background.jpg);
	float:left;
	}
	
#sidebar_right {
	width:292px;
	float:right;
	}
	
#content {
	width:449px;
	float:left;
	padding-left:25px;
	background: url(images/solar_panel_bg.jpg) no-repeat right top;
	}
	
#footer {
	clear:both;
	padding-top:10px;
	}
	
#footer2 {
	width:100%;
	text-align:center;
	font-size:12px;
	color:#000;
	}
	
#footer2 a {
	font-size:12px;
	color:#000;
	padding:0 5px 0 5px;
	text-decoration:none;
	font-weight:bold;
	}
	
#footer2 a:hover{
	color:#5AAD31;
	text-decoration:underline;
	font-weight:bold;
	}
	
	
.side_image {
	margin-top:30px;
	margin-left:20px;
	}
	
.dhweblogo {
	margin-top:10px;
	}
.bold_head {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: bold;
}
.heading {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 24px;
	font-style: normal;
	font-weight: normal;
}
h1 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	font-weight: bold;
}
h2 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: bold;
}

A:link {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: bold;
	text-decoration: underline; 
	color: green;
}
A:visited {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: bold;
	text-decoration: underline; 
	color: green;
}
A:active {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: bold;
	text-decoration: underline; 
	color: green;
}
A:hover{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: bold;
	text-decoration: underline; 
	color: red;
}


