@charset "UTF-8";
/* CSS Document */

#body {
	text-align:center;
	background-color:#FFF;
	
}

#pagecontainer {
	display: inline-block;
	display: block;
	overflow: hidden;
	height:auto;
	width: 1005px;
	
	
}

#menubar {
	width: 1005px;
	height: 162px;
	vertical-align:top;
	padding:0;
	border:0;
	background-color:#000;

	
}

#menubarcontent {
	width: 1005px;
	height: 159px;
	vertical-align:top;
	border:0;
	padding:0;

	
}

#header {
	width: 1005px;
	height:177px;
	background-color:#FFF;
	text-align: left;
	font-family: Verdana, Geneva, sans-serif;
	font-size: 12px;
}

#spacer {
	width:1005px;
	height:5px;
	background-color:#000000;
}

#sectionheading {
	width:1005px;
	height: auto;
	text-align:left;
	padding-left:20px;
	padding-top:10px;
	padding-bottom:5px;
}

#sectionheadingstripe {
	width:1005px;
	height:3px;
	background-color:#EC008C;
}

#contentcontainer {
	width:1005px;
	height:auto;
}

#content {
	width: 764px;
	float:left;
	height:auto;
	
	
}

#homepagecontent {
	width: 1000px;
	float:left;
	height:auto;
	
	
}

#homelink {
	width: 40px;
	background-color:#FFF;
	float:right;
	height: 20px;
	font-family: Arial, Helvetica, sans-serif;
	margin:5px;
	color:#333;
	
}


#actualcontent {
	width: 720px;
	background-color:#FFF;
	float:left;
	height: auto;
	font-family: Arial, Helvetica, sans-serif;
	font-size:12px;
	text-align:justify;
	margin:25px;
	min-height:600px;	
}

#homepageactualcontent {
	width: 950px;
	background-color:#FFF;
	float:left;
	height: auto;
	font-family: Arial, Helvetica, sans-serif;
	font-size:12px;
	text-align:left;
	margin:25px;	
	
}



#homepagelatestnews {
	width:460px;
	float:left;
	height:auto;
	padding:5px;
	vertical-align:top;
	font-family: Arial, Helvetica, sans-serif;	
}

#homepageimpact {
	width:460px;
	float:right;
	height:auto;
	padding:5px;
	vertical-align:top;
	text-align: left;
	font-family: Arial, Helvetica, sans-serif;
}

#homepageleftcol {
	float:left;
	width:194px;
	height: 1000px;
	background-color:#FFF;
	
}

#leftcol {
	float:left;
	height: auto;
	width:221px;
	background-color:#FFF;
	padding-top: 20px;
	padding-left:20px;
	
}

#bottomline {
	float:left;
	width:950px;
	height: auto;
	
}
.boldblue14 {
	font-size: 14px;
	font-weight: bold;
	color:#7FD2EA;
}

.boldgrey15 {
	font-size: 15px;
	font-weight: bold;
	color:#333;
}

.boldgrey13 {
	font-size: 13px;
	font-weight: bold;
	color:#333;
}

.quote {
	font-style:italic;
	color:#333;
	text-indent:10px;
}

#footer {
	width:985px;
	height:10px;
	background-color:#FFF;
	font-family: Arial, Helvetica, sans-serif;
	font-size:10px;
	text-align:right;
	margin-top:35px;
	margin-bottom:5px;
	margin-right:20px;
	float:left;
}