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

.Banner {
	height: 85px;
	position: absolute;
	top: 0px;
	right: 0px;
	background-color: #1a4783;
	width: 100%;
	text-align: center;
	background-image: url(images/banners/headerBG.png);
}
.NavBar {
	height: 45px;
	position: absolute;
	top: 85px;
	right: 0px;
	width: 100%;
	background-image: url(images/navbar/navBG.png);
}
.Slideshow {
	height: 244px;
	position: absolute;
	top: 130px;
	right: 0px;
	width: 100%;
	text-align: center;
}
.MainBody {
	position: absolute;
	top: 374px;
	width: 100%;
	left: 0px;
	height: 200px;
}
.MainBody2 {
	position: absolute;
	top: 130px;
	width: 100%;
	left: 0px;
	height: 200px;
}
