@charset "utf-8";
#menuContainer {
	width: 100%;
	height: 74px;
	margin-top: 20px;
}
#headerContainer {
	width: 100%;
}



body {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	color: #FFF;
	background-image: url(images/genBgrd.jpg);
	background-repeat: repeat-x;
	background-color: #012147;
}
#outerContainer {
	margin: auto;
	width: 900px;
}
#bodyContainer {
	width: 100%;
	padding-top: 20px;
}
.heading {
	font-size: 24px;
}
.subHeading {
	font-size: 18px;
}
#hpInnerBox {
	background-repeat: repeat-y;
	background-position: left top;
	width: 820px;
	border: 1px solid #50A7FE;
	padding: 20px;
	background-color: #104A8A;
	margin-top: 20px;
}
.hpInnerSubHeading {
	font-size: 18px;
	color: #50A7FE;
}
.hpInnerSubHeadingRed {
	font-size: 18px;
	color: #F00;
}
#footer {
	width: 96%;
	border-top-width: 1px;
	border-top-style: solid;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	border-top-color: #50A7FE;
	margin-top: 20px;
	padding: 10px;
}
.menuTextBlue {
	font-size: 14px;
	text-transform: uppercase;
	color: #79B2F0;
	font-weight: normal;
	text-decoration: none;
}
.menuTextWhite {
	font-size: 14px;
	text-transform: uppercase;
	color: #FFF;
	font-weight: normal;
	text-decoration: none;
}

.menuTextBlue:hover {
	color: #ffffff;
}
.menuArrowSpacing {
	margin-right: 5px;
}


#footer  a {
	color: #50A7FE;
	text-decoration: none;
}
#bodyContainer a {
	color: #50A7FE;
}
.highlightedText {
	color: #50A7FE;
}
