@charset "utf-8";

/* CSS Document */

#Container {
	margin: auto;
	width: 940px;
/*	border: 2px solid #003F90;*/
}


#TopSection {
	margin-bottom: 5px;
	padding: 5px;
	background: url(../Images/DesignImages/Web_Header.png) no-repeat bottom center;
}


#MiddleSection {
	margin-bottom: 5px;
	background: url(../Images/DesignImages/LeftBackGround.gif) repeat-y left;
	min-height: 460px;
}


#BottomSection {
	position: relative;
	clear: both;
	padding: 5px;
	background: #073285 url(../Images/DesignImages/BottomBanner2.gif) repeat-x top;
	height: 20px;
}

