#homeContent {
	float: left;
	width: 960px;
	margin: 0;
	padding: 0;
	background-color: #bae7ee;
}

#homeContent .contentRow1 {
	width: 960px;
	float: left;
	background-image: url("./../images/leftnavbg.gif");
	background-repeat:repeat-y;
	background-position: left;
	border-bottom: 1px solid black;
}


	
#homeContent .nav {
	width: 210px;
	float: left; 
	}
	


#homeContent .GraphContent {
	width: 750px;
	height: 450px; 
	float: right;
	padding: 0px;
	line-height: 1.6em;
	color: #5f6062;
	font-size: 1.1em;
	background: #d8e9e8 url(./../images/tealGradient.gif) repeat-x center;
}
#homeContent .GraphContent h2 {
	color: #231f20;
	font-size: 1.3em;
}


#homeContent .contentRow2 {
	width: 960px;
	float: left;
	background: #d8e9e8;
	border-bottom: 1px solid black;
	position: relative;
}



#homeContent p {
	line-height: 1.6em; 
	color: black; /*#5f6062;*/
}

#homeContent .contentRow2 .WebLog {
	width: 435px;
	float: left;
	line-height: 1.8em;
	padding: 20px; 
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size: 1.1em;
	border-right: 1px solid black;
	text-align: left;
	position:relative;
	height: 240px;
		background-color: #daf0f5;

}
#homeContent .contentRow2 .WebLog ul {
	float:left;
	padding: 0;
	margin: 0;
	list-style: none;
}
#homeContent .contentRow2 .WebLog li {
	line-height: 1.3em; 
}
#homeContent .contentRow2 .WebLog a {
	line-height: 1.1em;
	color: #231f20;
}
#homeContent .contentRow2 .WebLog img {
	margin: 0 0 5px 15px; }

#homeContent .contentRow2 .WebLog .date {
	font-weight: bold; 
	margin: 0;}
#homeContent .contentRow2 .WebLog .title {
	font-weight: bold;
	margin-bottom: 5px;}
	
	#homeContent .contentRow2 .WebLog img.Action {
	position: absolute;
	bottom: 0;
	right: 0;}


#homeContent .contentRow2 .LatestNews {
	float: right;
	width: 440px;
	padding: 20px;
	line-height: 1.6em; 
	background-color: #daf0f5;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size: 1.1em;
	position:relative;
	height: 240px;
}
#homeContent .contentRow2 .LatestNews ul {
	margin: 0;
	color: #00788a;
	list-style: none;
	padding-top: 10px;
	
}
#homeContent .contentRow2 .LatestNews li {
	margin: 0 5px 5px 0px;
	clear: both;
	padding: 8px 0;
}
#homeContent .contentRow2 .LatestNews .date {
	float: left;
	width: 5em;
	line-height: 1.2em;
	text-align: left;
	border-right: 2px solid #00788a;
	font-weight: bold;
	
}


#homeContent .contentRow2 .LatestNews .headLine {
	float: left;
	line-height: 1.2em;
	margin-left: 10px;
	width: 320px;
}

#homeContent .contentRow2 .LatestNews img.Action {
	position: absolute;
	bottom: 0;
	right: 0;
	margin: 0 0 5px 15px;
	}

#homeContent  div.subscribe {
	width: 960px;
	background-color: #87d5e0;
	padding: 0;
	margin: 0;
}
#homeContent .subscribe h2 {
	color: #ffffff;
	font: normal normal normal 2.5em Georgia, "Times New Roman", Times, serif; 
	float: left;
	margin: 5px 0 5px 20px;
}
#homeContent .subscribe p {
	margin: 12px 30px;
	font-size: 1.5em; 
	color: #231f20;
	float: left;
}
#homeContent .subscribe a {
	color: #231f20;
	border-bottom: 1px dotted #231f20;
}
#homeContent .subscribe a:hover {
	text-decoration: none;
}
#homeContent .subscribe img {
	padding: 5px;
	margin-right: 5px;
}

