body{
	background-color:#D9D9D9;
	padding:0px;
	margin:0px;
	width:100%;
	height: 100%;
	font-family: Verdana;
	font-size: 12px;
}
.mainpage
{
	position: relative;
	width: 900px;
	margin: 0 auto 0 auto;
	background-color: #f3f2d1;
}
.grayTopBar
{
	background-color: #4b3d3d;
	height:15px;
	width: 900px;
	position:relative;
    color: white;
    text-align: right;
	font-weight: bold;
}
.blueTopBar
{
	position: relative; 
	width: 900px;
	height: 100px;
	margin: 0px auto 0px auto;
	padding: 0px;
	background-color:  #47575f;
}
.logo
{
	position: relative;
	padding: 0px 0px 0px 0px;	
	background : #47575f;
}
.topImages
{
	position: absolute;
	right: 0px;
	top:0px;
	padding: 0px;	
	margin: 0px 0px 0px 0px;
}
.whiteNavBar {
	height: 16px;
	background-color : #ffffff;
	width : 900px;
}
.missionText {
	margin: 10px 10px 10px 10px;
	padding: 5px 5px 5px 5px;
	background-color: #ffffff;
	color : #212121;
	font-family : Verdana;
	font-size : 11px;
	font-style : normal;
	width:385px;
	
}
.infoBox1
{
	position:absolute;
	width: 137px;
	height: 290px;
	left: 420px;
	top:300px;
	background-color: #FFFFFF;
	text-align: center;	
}
.infoBox2
{
	position:absolute;
	width: 137px;
	height: 290px;
	left: 582px;
	top:300px;
	background-color: #FFFFFF;
	text-align: center;
}
.infoBox3
{
	position:absolute;
	width: 137px;
	height: 290px;
	left: 744px;
	top:300px;
	background-color: #FFFFFF;
	text-align: center;
}
.boxImages
{
	padding:1px 1px 1px 1px;
}
.boxImage2
{
img {
border-width: 2px;
border-color: #47575f;
border-style: solid;
}
	
padding:1px 1px 1px 1px;
}
.linkRed
{
	color : red;
	font-family : Verdana;
	font-size : 14px;
	font-style : bold;
	text-decoration : none;
	text-align: center;
}

.linkRed:hover
{
	text-decoration : underline;
}
.linkWhite
{
	color : white;
	font-family : Verdana;
	font-size : 12px;
	font-style : bold;
	text-decoration : none;
	text-align: center;
}

.linkWhite:hover
{
	text-decoration : underline;
	color: #D9D9D9;
}
.grayBottomBar
{
	background-color: #4b3d3d;
	height:15px;
	width: 900px;
	position:relative;
    color: white;
    font-weight: bold;
}
.copyright
{
	position: absolute;
	left: 0px;
}
.bottomLinks
{
	position: absolute;
	right: 10px;
}
.thecontent{
	margin:15px 15px 15px 15px;
	background-color: #FFFFFF;
	color : #2B0000;
	font-size : 12px;
	font-style : normal;
	text-decoration : none;
	padding : 5 5 5 5;
}
a.thecontent{
	color: #213788;
}
a:hover.thecontent{
	color: #212121;
}
.pageHeading{
	margin: 0px 0px 0px 0px;
	font-family : Verdana;
	font-size : 20px;
	color : #47575f;
	font-style : normal;
	font : bold normal;
	font-weight : bold;
	padding : 0 0 0 0;
}
.imageFloat{
	float : right;
	margin : 5px 15px 0px 15px;
}
.imageFloatLeft{
	float : left;
	margin : 5px 15px 0px 15px;
}
.rightBox{
	float : right;
	margin : 5px 5px 0px 5px;
	border : 1px solid #47575f;
	width : 270px;
	padding : 5px 5px 0px 5px;
}
table{
	border : 1px solid #47575f;
}
td{
	border : 1px solid #47575f;
}
a
{
	color: #213788;
}
a:hover
{
	color: #212121;
}