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

#banner {
	background-image:url(images/Banner.jpg);
	background-repeat: no-repeat;
	height: 97px;
	width: 1024px;
	margin: 0px;
}

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

#titlePageContent {
	background-image:url(images/mainTitle.jpg);
	background-repeat: no-repeat;
	height: 400px;
	width: 1024px;
	padding: 0px;
	margin-top: -5px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
}
#menu a {
	color: #ffffff;
	text-decoration: none;
}
#menu a:link {color:#ffffff;}
#menu a:hover {color:#3d819e;}

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

#pageContent {
	background-image: url(images/main.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: #022948;
	text-align: justify;
}

.pageContentCenter1 a {
	color: #022948;
	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;
}
