@charset "utf-8";
.pageBody {
	background-color: #152056;
}
.topBanner {
	background-color: #538bb9;
	background-image: url(../Images/topbg.gif);
	background-repeat: repeat-x;
	height: 240px;
}

.topContainer {
	width: 950px;
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
	padding-top: 10px;
}
.insideLeftTopBanner {
	width: 27px;
	background-image: url(../Images/topleft.gif);
	height: 147px;
	float: left;
}

.insideRightTopBanner {
	width: 27px;
	background-image: url(../Images/topright.gif);
	height: 147px;
	float: right;
}

.insideCentreTopBanner {
	height: 127px;
	float: left;
	width: 646px;
	text-align: center;
	padding-top: 20px;
}


.searchBox {
	height: 147px;
	float: left;
	width: 250px;

}


.pageContent {
	height: 100%;
	float: left;
	width: 908px;
	background-color: #FFF;
	position: relative;
	border-right-width: 1px;
	border-left-width: 1px;
	border-right-style: solid;
	border-left-style: solid;
	border-top-color: #000;
	padding-top: 10px;
	padding-right: 20px;
	padding-bottom: 10px;
	padding-left: 20px;
}

.homePageContentContainer {
	height: 100%;
	float: left;
	width: 948px;
	background-color: #FFF;
	position: relative;
	border-right-width: 1px;
	border-left-width: 1px;
	border-right-style: solid;
	border-left-style: solid;
	border-top-color: #000;
	
}

.homePageContent {
	height: 100%;
	float: left;
	width: 570px;
	background-color: #FFF;
	position: relative;
	padding-top: 10px;
	padding-bottom: 10px;
	padding-left: 20px;
}

.titleArea {
	height: 46px;
	position: relative;
	width: 950px;
	float: left;
	text-align: center;
	font-family: "Times New Roman", Times, serif;
	font-size: 28px;
	vertical-align: middle;
	color: #FFF;
}


.bottomBanner {
	background-color: #538bb9;
	background-image: url(../Images/bottombg.gif);
	background-repeat: repeat-x;
	height: 20px;
}
.bottomContainer {
	background-color: #FFF;
	width: 950px;
	float: left;
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
}
.insideLeftBottomBanner {
	width: 17px;
	background-image: url(../Images/bottomleft.gif);
	height: 20px;
	float: left;
}

.insideRightBottomBanner {
	width: 17px;
	background-image: url(../Images/bottomright.gif);
	height: 20px;
	float: right;
}

.insideCentreBottomBanner {
	height: 20x;
	float: left;
	width: 916px;

}

h1 {
	font-size: 16px;
	font-style: normal;
	font-weight: bold;
	color: #8E8244;
}

.menuArea {
	height: 42px;
	width: 950px;
	float: left;
	text-align: center;
}


