
body{
	background-color: #666666;
	background-image:  url("../images/body_bg.jpg");
	background-repeat: repeat-x;
	font-family: Arial, Helvetica, sans-serif;	
	font-size:12px;
	padding-left: 0px;
	margin-left:5px;
}

#wrapper{
	margin:0 auto;
	width:950px; /*adjust as needed*/
	/* required above ******************************/
	background-color:#FFFFFF;
	border:1px solid #FFFFFF;
	
	background-image: url("../images/subnav2_bg.gif");
	background-repeat: repeat-y;
}

#header{
	margin:0px; /*adjust as needed*/
	padding:0px; /*adjust as needed*/
	/* required above ******************************/

	height: 134px;
}


#leftCol{
	float:left;
	display:none; /*adjust as needed*/
	margin:0px; /*adjust as needed*/
	padding:0px; /*adjust as needed*/
	/* required above ******************************/
	
	display:block;
	width:118px;
	
}


#rightCol{
	float:right;
	display:none; /*adjust as needed*/
	margin:0px; /*adjust as needed*/
	padding:0px; /*adjust as needed*/
	/* required above ******************************/
	background-color:#FFFFFF;
}

#mainCol{
	margin:0px; /*adjust as needed*/
	padding:0px; /*adjust as needed*/
	width:950px; /*adjust as needed*/
	/* required above ******************************/
	padding-right:0
	px;
	margin-left:119px;
	width:828px;
	background-color:#FFFFFF;
}

#mainCol #focusArea{
	width:inherit;
	display:none;
	/* required above ******************************/
	
}

#mainCol #focusArea #focusTable{
	width:100%;
}


#mainCol #content{
	padding-top:5px;
	/* required above ******************************/
	padding-bottom:5px;
	padding-left:5px;
	padding-right:5px;
}


#footer{
	clear:both;
	/* required above ******************************/
	border-top-color: #FFFFFF;
	border-top-style: solid;
	border-top-width: 1px;

	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-top:20px;
	margin-left:2px;
	text-align:center;
}

#eoffice{
	text-align:center;
	margin-top:3px;
	margin-bottom:3px;
}