@charset "utf-8";
body {
	background: #666666;
	background-color:#183440;
	margin: 0;
	padding: 0;
	text-align: center;
}
.oneColElsCtr #container {
	width: 966px;/* the auto margins (in conjunction with a width) center the page */
	border: 0px none #000000;
	text-align: left; /* this overrides the text-align: center on the body element. */
	background-image: url(../images/splashBKG.jpg);
	background-repeat: no-repeat;
	height: 720px;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
}
.oneColElsCtr #mainContent {
	padding: 0 0px; /* remember that padding is the space inside the div box and margin is the space outside the div box */
}
#nav1 {
	top: 110px;
	position: relative;

}
#nav2 {
	position: relative;
	top: 160px;

}
#nav3 {
	position: relative;
	top: 220px;

}
#nav4 {
	position: relative;
	top: 280px;

}

#footer {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	position: relative;
	width: 966px;
	top: 365px;
	font-weight: normal;
	color: #FFFFFF;
	}
/* Navigation Links*/
a { text-decoration: none; }
a:link {
	color: #FFFFFF;
	background-color: transparent;
	font-weight: bolder;
	font-size: 24px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
     }

a:visited {
	color: #FFFFFF;
	background-color: transparent;
	font-weight: bolder;
	font-size: 24px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
     }

a:hover {
	color: #FFFF99;
	opacity: .5;
	text-decoration: underline;
	background-color: transparent;
	font-weight: bolder;
	font-size: 24px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
}

a:active {
	color: #FFFFFF;
	background-color: transparent;
	font-weight: bolder;
	font-size: 24px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	 }
	 
a.special:link {
	color: #FFFFFF;
	background-color: transparent;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: normal;
     }

a.special:visited {
	color: #CCCCCC;
	background-color: transparent;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: normal;
     }

a.special:hover {
	text-decoration: underline;
	color: #FFFF99;
	background-color: transparent;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: normal;
     }

a.special:active {
	color: #FFFF99;
	background-color: transparent;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
     }
