body{
	margin:0;
	padding:0;
	font: normal 11px Tahoma;
	background-color: #FFFFFF;
	background-image: url(../images/bg_body.jpg);
	background-repeat: repeat-x;
}

#maincontainer{
width: 980px;
margin: 0;
}

#contentwrapper{
float: left;
width: 100%;
}

#contentcolumn{
margin: 0 190px 0 208px; /*"0 RightColumnWidth 0 LeftColumnWidth*/
}

#leftcolumn{
float: left;
width: 203px;
margin-left: -980px;
border-right:solid 5px #fff;
}

#rightcolumn{
width: 174px;
float: left;
margin-top: 10px;
margin-left: -178px;
background: #fff;
border-top:solid 1px #CCCCCC;
border-bottom:solid 1px #CCCCCC;
}

#contentcolumn #contentQuotes {
	background-image: url(../images/bg_quotes.jpg);
	background-repeat: no-repeat;
	height: 103px;
	padding:15px 0px 5px 5px;
	text-align:right;
}
#contentcolumn #contentLogin {
	padding:5px;
	height:55px;
}
#contentLogin1,#contentLogin2{
	float:left;
}
#contentLogin2{
	border-left: 1px solid #b1b1b1;	
	padding:10px;
	width:50%;
}
#contentIntro {
	height:102px;
	margin:0px 0px 20px 0px;
}

#contentIntro #FlashIntro{
	margin:0px;
	padding:0px;
	width:228px;
	height:103px;
}

#contentIntro2 {
	text-align:right;
	color: #fff;
}

#contentFeatured{
width: 100%;
margin: 0 0 10px 0px;
display: inline-block;
}

#contentFeatured:after{
content: “.”; 
display: block; 
height: 0; 
clear: both; 
visibility: hidden; 
} 
#contentSummary {
height:135px;
border-bottom:solid 1px #CCCCCC
}
#contentText:after{
content: “.”; 
display: block; 
height: 0; 
clear: both; 
visibility: hidden; 
} 
#contentFacilities {
	height: 15px;
	text-align:center;
	margin:10px 0px;
}

#RightSurvey{
margin: 0px;
padding:5px 10px;
background: #eee;
}
#RightStats{
margin: 0px;
padding:5px 10px;
}

#RightToggle{
margin: 10px 0;
padding:2px 10px;
background: #eaeaea;
font-weight:bold;
}

#footer{
	clear: left;
	width: 100%;
	color: #FFF;
	text-align: center;
	padding: 5px 0;
	margin:0;
	background-color: #76B119;
	background-image: url(../images/bg_footer.jpg);
	background-repeat: repeat-x;
	background-position: 0px 0px;
}
#footer a{
	color: #FFF;
}
