
body{
	background-color: #FFF;
	background-image:url(../images/pageBG.jpg);
	background-repeat: repeat-x;
	font-family: Arial, Helvetica, sans-serif;	
	font-size:12px;
	border-top:6px solid #C00;
	margin:0px;
	padding:0;
}

#wrapper{
	margin:0 auto;
	width:965px; /*adjust as needed*/
	/* required above ******************************/
	
	background-color:#FFFFFF;
	
	background-image:url(../images/wrapperBG.jpg);
	background-repeat:no-repeat;
}



#leftCol{
	float:left;
	display:none; /*adjust as needed*/
	/*margin-left:-10px;*/ /*adjust as needed*/
	padding:0px; /*adjust as needed*/
	/* required above ******************************/
	
	display:block;
	width:140px;
	margin-top:0px;
}


#header{
	margin:0 0 20px 0; /*adjust as needed*/
	padding:0px; /*adjust as needed*/
	/* required above ******************************/
	/*background-image:url(../images/cap_top.jpg);
	background-repeat:no-repeat;*/
	height:268px;


}



#rightCol{
	float:right;
	display:none; /*adjust as needed*/
	margin:0px; /*adjust as needed*/
	padding:10px; /*adjust as needed*/
	/* required above ******************************/

}

#mainCol{
	margin:0px; /*adjust as needed*/
	padding:0px; /*adjust as needed*/
	width:800px; /*adjust as needed*/
	/* required above ******************************/

	
	margin-left:148px;
	
}
*html #mainCol{
	margin:0px; /*adjust as needed*/
	padding:0px; /*adjust as needed*/
	width:790px; /*adjust as needed*/
	/* required above ******************************/

	
	margin-left:148px;
	
}
*+html #mainCol{
	margin:0px; /*adjust as needed*/
	padding:0px; /*adjust as needed*/
	width:790px; /*adjust as needed*/
	/* required above ******************************/

	
	margin-left:148px;
	
}
#mainCol #content{
	padding: 15px;
}
	
#mainCol #focusArea{
	width:inherit;
	display:none;
	/* required above ******************************/
	
}

#mainCol #focusArea #focusTable{
	width:100%;
	margin-left:5px;
}

#footer{
	clear:both;
	/* required above ******************************/
	padding: 0px;
	height: 28px;
}

#legal{
	text-align:center;
	font-size:10px;
}

#legal p{
	margin-top:5px;
	margin-bottom:0px;
}

/* add additional classes here ****************************/

#header #capTop{

	background-image: url(../images/cap_top.jpg);
	background-repeat: no-repeat;
}
#header #capMiddle{
	
	background-image: url(../images/cap_middle.png);
	background-repeat: no-repeat;

}
#header #capBtm{
	
	background-image: url(../images/cap_bottom.png);
	background-repeat: no-repeat;

	
}

/* add additional classes here ****************************/

#contactInfo{
	margin-top:20px;
	margin-left:40px;
	text-align:center;
	color: #666;
	font-size: 11px;
}

#eoffice{
	text-align:center;
	margin-top:3px;
	margin-bottom:3px;
	margin-left:40px;
}
#contactInfo a{
	color: #666;
}
.clearboth{
	clear:both;
}

#top {
	margin-top:20px;
}

#top #logo {
	margin:10px 0 0 10px;
	float:left;
}

#top #title {
	font-family:Georgia, "Times New Roman", Times, serif;
	width:810px;
	float:right;
}

#top #title h3 {
	font-size:32px;
	color:#000;
	padding:0;
	margin:25px 0 0 0;
}

#top #title h4{
	font-size:17px;
	color:#C00;
	padding:0;
	margin:0;
}
	
.clearing {
	clear:both;
}

#mainColTop {
	display:none;
}
	
	
