@charset "utf-8";
/* CSS Document */


img, input, div{ behavior: url("iepngfix.htc") }

body {
font-family:Arial, Helvetica, sans-serif;
font-size: 12px;
margin-top:0px;
background-image:url(../images/structure/mainbg.jpg);
background-repeat:repeat-x;
background-color: #8C8C8C;


}

#border {

border: orange 3px solid;
background-color:#FFFFFF;
padding:2px;


}


#container{
width: 870px;
height:auto;
margin:25px auto 0 auto;

}

#header{
width: 863px;
height: 138px;
background-image: url(../images/structure/header.png);
background-repeat:no-repeat;
}

#middleBg{
width: 863px;
background-image:url(../images/structure/middleBG.png);
background-repeat: repeat-y;
height: auto;

}

#footerContainer{
width: 863px;
height: 45px;
background-image:url(../images/structure/footer.png);
background-repeat:no-repeat;
}


#content{
width: 840px;
padding: 10px;
margin: 0 auto 0 auto;


}

#footerContent{
width: 810px;
margin: 0 auto 0 auto;
padding: 15px 0 0 0;
}



#footerContent a {
color:#000000;

}
#footerContent a: hover{
color:#000000;
text-decoration: none;

}

#navContainer{
width: 526px;
height:24px;
position: absolute;
margin: -20px 0 0 315px;

}

/* -------------------------------------
/*  Navigation
/* -------------------------------------*/

#nav_wrap a {
	width:auto;
	
	height:					23px;
	display:				block;
	text-decoration:		none;
	font-family:			"Times New Roman", Times, serif;
	font-size:				14px;
	font-style:				italic;
	color:					#003359;
	float:					left;
	text-align:				center;
	padding-right: 3px;
	
}


