@charset "utf-8";
/* CSS Document */

body
{
	margin:auto 0;
	padding:0;
	background-color: #2c496d;
	margin-left:auto;
	margin-right:auto;
}

#wrapper{
background-image:url(../images/CSSBG/mainbg.jpg);
background-repeat:repeat-y;
width:1101px;


}


#banner{
	background-image: url(../images/CSSBG/banner.jpg);
	width: 1100px;
	height: 243px;
}


#horbar{
background-image:url(../images/CSSBG/horbar.jpg);
background-repeat:no-repeat;
height: 40px;
padding-left:32%;
text-align:center;
}


#navbar{
	background-image: url(../images/CSSBG/nav.jpg);
	width:154px;
	height:auto;
	float:left;
}
	
	
#bodyWrapper
{
	background-image:url(/images/CSSBG/mainbg.jpg);
	background-repeat:repeat-y;
	width:1100px;
}


#mainbody{
	background-image: url(../images/CSSBG/BODY.jpg);
	width:920px;
	height:auto;
	float:left;
	/*height:100%;*/
	}
	
	
	#mid{
	background-image:url(../images/CSSBG/mid.jpg);
	width:1100px;
	height:100%;
	}
	
#footer{
	background-image: url(../images/CSSBG/footer.jpg);
	background-repeat:no-repeat;
	width:1100px;
	height:78px;
	}
	
#content{
	width:860px;
	color: #000066;
	font:"Times New Roman", Times, serif;
	font-size:16px;
	margin-left:10px
}
	
	a:active, a:link, a:visited
{
    color: #0066cc;
    text-decoration: underline;
}
a:hover
{
   
}