
body{
	background-color: #676767;
	background-image:  url("../images/body_bg.jpg");
	background-repeat: repeat-x;
	font-family: Arial, Helvetica, sans-serif;	
	font-size:12px;
}

#wrapper{
	margin:0 auto;
	width:1050px; /*adjust as needed*/
	/* required above ******************************/
	
	background-color:#FFFFFF;
	border:1px solid #FFFFFF;
	
}

#header{
	margin:0px; /*adjust as needed*/
	padding:0px; /*adjust as needed*/
	/* required above ******************************/
	background-color:#336699;
}


#leftCol{
	float:left;
	display:none; /*adjust as needed*/
	margin:0px; /*adjust as needed*/
	padding:0px; /*adjust as needed*/
	/* required above ******************************/
	
	display:block;
}


#rightCol{
	float:right;
	display:none; /*adjust as needed*/
	margin:0px; /*adjust as needed*/
	padding:0px; /*adjust as needed*/
	/* required above ******************************/
}

#mainCol{
	margin:0px; /*adjust as needed*/
	padding:2px; /*adjust as needed*/
	width:1043px; /*adjust as needed*/
	/* required above ******************************/
}

#mainCol #content{
	margin-left:10px;
	margin-right:10px;
}

#mainCol #focusArea{
	width:inherit;
	display:none;
	/* required above ******************************/
}

#mainCol #focusArea #focusTable{
	width:100%;
}


#footer{
	clear:both;
	/* required above ******************************/
	background-color:#336699;
	padding: 2px;
	height: 26px;
}

#legal{
	text-align:center;
	font-size:10px;
}

#legal p{
	margin-top:5px;
	margin-bottom:0px;
}

/* add additional classes here ****************************/

#contactInfo{
	font-size:11px;
	margin:0px;
	margin-top:20px;
	margin-bottom:30px;

}


#contactInfo #contact1{
	float:left;
	margin-left:20px;
	height:100px;
}

#contactInfo #contact2{
	 text-align:center;
	 height:100px;
}

#contactInfo #contact3{
	float:right;
	margin-right:20px;
	height:100px;
}

#eoffice{
	float:left;
	margin-right:20px;
	height:100px;
}
