* { margin: 0; padding: 0; }

body {
	background-attachment: fixed;
	background-image: url(../_img/pageBG.jpg);
	background-repeat: no-repeat;
	background-color: #193F7E;
	margin-top: 15px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 15px;
	font-family: Tahoma, Arial, sans-serif;
	font-size: 0.7em;
}
p {
	padding-top: 8px;
	padding-bottom: 8px;
}
h1 {
	font-size: 1.9em;
	color: #456C91;
	font-weight: normal;
}

#mainContainer {
	margin: auto;
	width: 979px;
}
#mainBgTop {
	background-image: url(../_img/mainBgTop.png);
	background-repeat: no-repeat;
	height: 10px;

}
#mainBgMid {
	background-image: url(../_img/mainbgMid.png);
	background-repeat: repeat-y;

}
#mainBgBottom {
	background-image: url(../_img/mainBgBottom.png);
	background-repeat: no-repeat;
	height: 10px;

}
#topContainer {
	height: 41px;
}
#topNav {
	font-family: Tahoma, Arial, sans-serif;
	font-size: 11px;
	color: #FFFFFF;
	float: left;
	width: 390px;
	padding-top: 12px;
	padding-left: 30px;
}
#topNav a {
	color: #FFFFFF;
	text-decoration: none;
}
#topNav a:hover {
	color: #FCB052;
	text-decoration: none;
}

#awards {
	float: left;
	width: 499px;
	text-align: right;
	padding-right: 60px;
}
#mainNav {
	background-color: #1A364B;
	background-image: url(../_img/mainNavBg.gif);
	background-repeat: repeat-x;
	height: 25px;
	width: 942px;
	border: 1px solid #FFFFFF;
	margin: auto;
}
#topLogoContainer {
	margin: auto;
	height: 28px;
	width: 194px;
	background-color: #FFFFFF;
	background-image: url(../_img/topLogo.gif);
	background-repeat: no-repeat;
	padding-top: 9px;
	padding-left: 750px;
}
#homePage {
	background-image: url(../_flash/photos/1.jpg);
	background-repeat: no-repeat;
	margin: auto;
	height: 420px;
	width: 944px;
	background-color: #FFFFFF;
	background-position: 3px;
}
#homePageContainer {
	margin: auto;
	width: 944px;
	background-color: #FFFFFF;
	overflow: hidden;
}
#homePageCol1 {
	float: left;
	width: 255px;
	padding-right: 20px;
	padding-left: 20px;
	padding-top: 20px;
}
#homePageCol2 {
	float: left;
	width: 254px;
	padding-right: 20px;
	padding-left: 20px;
	padding-top: 20px;
}
#homePageCol3 {
	float: left;
	width: 312px;
	background-color: #DFE4E8;
	padding-right: 20px;
	padding-left: 20px;
	padding-top: 20px;
	padding-bottom: 18px;
}
#hompageBottomCurve {
	background-image: url(../_img/contentBottomCurve.png);
	background-repeat: no-repeat;
	margin: auto;
	height: 16px;
	width: 944px;
}

#subPage {
	margin: auto;
	width: 884px;
	background-color: #FFFFFF;
	padding-top: 180px;
	padding-right: 30px;
	padding-left: 30px;
	background-image: url(../_img/subPageBanner.jpg);
	background-repeat: no-repeat;
	overflow: hidden;
}
#subPage li {
	margin-left: 20px;
}
#subPageBottomCurve {
	background-image: url(../_img/contentBottomSubCurve.png);
	background-repeat: no-repeat;
	margin: auto;
	height: 16px;
	width: 944px;
}


#footer {
	margin: auto;
	width: 900px;
	text-align: center;
	color: #FFFFFF;
	padding-right: 22px;
	padding-left: 22px;
}
#footer a {
	color: #FFFFCC;
	text-decoration: none;
}
#footer a:hover {
	color: #B35A00;
	text-decoration: none;
}


#contentContainer {
	margin: auto;
	width: 944px;
}
.searchBox {
	height: 18px;
	width: 128px;
	border: 1px solid #000000;
}
