@charset "UTF-8";
/* CSS Document */
/* Rev: 07/31/2011 */
body {
	background-color: #001727;
	margin: 0px;
}

#banner {
	background-image:url(images/Banner.jpg);  
	background-repeat: no-repeat;
	height: 97px;
	width: 1024px;
	margin: 0px;
}
/* nav bar related */
div#menu {
	background-image:url(images/menu.jpg);
	background-repeat: no-repeat;
	height: 29px;
	color: #FFF;
	/*padding-top: 5px;*/
	/*font-size: 14px;*/
	margin: 0px;
}

#menu a {
	color: #ffffff;
	text-decoration: none;
	font-family: Arial, Verdana; /*new include*/
	font-size: 12px; /*new include*/
}

#menu a:link {color:#ffffff;}
#menu a:hover {color:#3d819e;}
 
 

/* nav bar ends */

/*New nav bar CSS start*/
ul {
  margin: 0;
  padding: 0;
  list-style: none;
}
ul li {
  display: block;
  position: relative;
  float: left;
}
li ul { display: none; }
ul li a {
  display: block;
  /*width: 85.33px;*/
  text-decoration: none;
  border-right: 1px solid #ffffff;
  padding: 5px 5px 5px 5px;
 /* margin-left: 1px;*/
 white-space: nowrap;
}
ul li a:hover { background: #ffffff; }
li:hover ul {
  display: block;
  position: absolute;
}
li:hover li {
  float: none;
}
li:hover a { background: #617F8A; }
li:hover li a:hover { background: #ffffff;}
/* New Nav CSS bar End */

#titlePageContent {
	background-image:url(images/mainTitle4.jpg);
	background-repeat: no-repeat;
	height: 550px;
	width: 1024px;
	padding: 0px;
	margin-top: -3px; /*changed to 0 from -.5*/
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
}


a {
	color: #97D0FF;
	text-decoration: none;
}
a:link {
	color:#97D0FF;
}
a:hover {
	color:#ffffff;
}

#pageContent {
	background-image: url(images/bluesky2.jpg);
	background-repeat:repeat-y;
	background-attachment:scroll;
	height: 498px;
	width: 1024px;
	text-align: center;
	margin-top: -5px;
	overflow:scroll;
}
.pageContentCenter {
	color: #CCC;
	text-align: justify;
}

#pageContent1 {
	background-image: url(images/photos.jpg);
	background-repeat:repeat-y;
	background-attachment:scroll;
	height: 498px;
	width: 1024px;
	text-align: center;
	margin-top: -5px;
	overflow:scroll;
}
.pageContentCenter1 {
	color: #00000;
	text-align: justify;
}
.pageContentCenter2 {
	color: #022948;
	text-align: justify;
}

.pageContentCenter1 a {
	color: #00000;
	text-align: justify;
	
}

#pageContent1 a:hover {color:#ffffff;}

#footer {
	width: 1024px;
	padding-top: 5px;
	color: #FFF;
	font-size: 12px;
	text-decoration: none;
	font-weight: normal;
}
#footer a {
	color: #ffffff;
	text-decoration: none;
}
#footer a:link {color:#ffffff;}
#footer a:hover {color:#555;}

.tableHeader {
	background-color: #333;
	font-size: large;
	font-weight: bold;
	text-align: left;
}

