/* CSS Document */
body{
	/*background-color: #FFFFFF;*/
	background-color: #dedede;
	margin-top: 10px;
}
img{
	border: 0px;
	margin: 0px;
}
#mainPageContainer{
width: 950px;
left: 50%;
margin-left: -475px;
position:absolute;
background-color: White;
}
#PageHeader{
float: left;
width: 950px;
height: 130px;

}
#PageMenu{
	float: left;
	width: 950px;
	height: 22px;
	line-height: 22px;
	padding: 6px 0px 0px 0px;
	background-image: url(../images/menuBack.gif);
background-repeat: repeat-x;
text-align: left;
}
#MainContent{
float: left;
width: 900px;
margin: 25px 0px 25px 25px;
}

#MainContentLeftMenu{
	float: left;
width: 155px;
margin: 10px 0 0 0px;
text-align: left;
/*margin-left: 8px;*/
}
#MainContentRight{
	float: left;
	width: 900px;
	margin: 0px 0px 0px 0px;
	text-align: justify;
	}
#MainContentFooter{
	float: left;
width: 950px;
height: 30px;


}
#sitecontentleft{
	float: left;
	width: 388px;
	padding: 0 0 0 0;
	margin: 0 25px 0 0; 
}
#sitecontentleft2{
	float: left;
	width: 288px;
	padding: 0 0 0 0;
	margin: 0 25px 0 0; 
	color: #58585a;
}
#sitecontentleft2 h1{
font-size: 18px;
line-height: 22px;
margin: 0px 0px 24px 0px;
}
#sitecontentleft2 p{
font-size: 14px;
line-height: 18px;
text-align: left;
}
#sitecontentright{
	float: left;
	width: 130px;
	margin: 0 0 0 0px;
}
.betterMove{
font-size: 18px;
font-style: italic;
font-weight: bold;

}
#EITfooter{
float: left;
width: 950px;
text-align: center;
padding: 20px 0px 0px 0px;
color: #999999;
background-color: #dedede;
}
#EITfooter a:link, a:active, a:visited{
text-decoration: none;
color: #999999;
	
}
#EITfooter a:hover{
text-decoration: underline;
color: #505050;

}
#searchLeft{
width: 300px;
float: left;
margin: 0px 25px 0px 0px;	
}
#searchRight{
	width: 575px;
	float: left;
	margin: 12px 0px 0px 0px;	

}
.epcTab{
	border: 1px solid black;
}
.epcHead{
	border-bottom: 1px solid black;
	background-color: #0073BB;
}
.epcGraph{
	border-bottom: 1px solid black;
}
.epcCurrent{
	border-left: 1px solid black;
	border-bottom: 1px solid black;
}
.epcPotential{
	border-left: 1px solid black;
	border-bottom: 1px solid black;
}
.epcFooter{
}
#map{
	float: right;
}
#ContactCon{
	float: left;
	width: 530px;
}