
body{
	background-color: #666666;
	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:950px; /*adjust as needed*/
	/* required above ******************************/
	background-image:url("../images/wrapper_bg.gif");
	background-repeat:repeat-y;
	background-color: #B00C02;
	
	
}

#header{
	margin:0px; /*adjust as needed*/
	padding:0px; /*adjust as needed*/
	/* required above ******************************/
	padding-top:10px;
	height:185px;
	background-image:  url("../images/header_bar_bg.jpg");
	text-align: right;
	font-size: 9px;
	color: #FFFFFF;
}


#leftCol{
	float:left;
	display:none; /*adjust as needed*/
	margin:0px; /*adjust as needed*/
	padding:0px; /*adjust as needed*/
	/* required above ******************************/
	
	display:block;
	width:128px;
	/*background-image:  url(../images/subnav_bg.jpg);*/
}


#rightCol{
	float:right;
	display:none; /*adjust as needed*/
	margin:0px; /*adjust as needed*/
	padding:0px; /*adjust as needed*/
	/* required above ******************************/
	margin-left: 5px;
}

#mainCol{
	margin:0px; /*adjust as needed*/
	padding:0px; /*adjust as needed*/
	width:950px; /*adjust as needed*/
	/* required above ******************************/
	
	margin-left:128px;
	width:819px;
	background-color:#FFFFFF;
}

#mainCol #focusArea{
	width:inherit;
	display:none;
	/* required above ******************************/
}

#mainCol #focusArea #focusTable{
	width:100%;
}

#mainCol #content{
	padding:10px;
}

#footer{
	clear:both;
	/* required above ******************************/

}

#legal{
	text-align:center;
	font-size:10px;
}

#legal p{
	margin-top:5px;
	margin-bottom:0px;
}

/* add additional classes here ****************************/

#contactInfo{
	font-size:11px;
	color:white;
	margin-top:20px;
	margin-left:2px;
	text-align:center;
}

#contactInfo a{
	color:white;
}

#eoffice{
	text-align:center;
	margin-top:3px;
	margin-bottom:3px;
}