@charset "UTF-8";

body, html {
	font-family:"Courier New", Courier, monospace;
	font-size:12px;
	margin: 0;
	padding: 0;
	text-align: center;
	color:#8fc2ff;
	height: 100%;
}

a:link {color: #ffffff; text-decoration:none;}
a:visited {color: #ffffff; text-decoration:none;}
a:hover {color: #4c94ef; text-decoration:none;}
a:active {color: #ffffff; text-decoration:none;}

body {
	background-image:url(images/mainBG.gif);
	background-repeat:repeat-x;
	background-color: #000;
}

h1 {
font-size:22px;
padding:0px 0px 0px 0px;
margin:0px;
color:#FFFFFF;
font-weight:lighter;

}

h2 {
font-size:16px;
padding:0px 0px 14px 0px;
margin:0px;
color:#8fc2ff;
font-weight:lighter;
line-height:22PX;

}

h3 {
font-size:15px;
padding:0px 0px 10px 0px;
margin:0px;
color:#ffffff;
font-weight:lighter;

}

h4 {
font-size:15px;
padding:0px 0px 4px 0px;
margin:0px;
color:#ffffff;
font-weight:bold;

}

#maincontainer {
	width: 950px;
	margin: 0 auto; 
	border: 0px solid #000000;
	text-align: left;
	position:relative;
	height: 100%;
}

#bgcontainer1 {
	margin: 0 auto; 
	border: 0px solid #000000;
	text-align: left;
	background-image:url(images/BG.jpg);
	background-repeat:no-repeat;
	background-position:center;
	background-position:top;
	min-height: 100%;
	height: 100%;
}


#bgcontainer2 {
	margin: 0 auto; 
	border: 0px solid #000000;
	text-align: left;
	background-image:url(images/BG.jpg);
	background-repeat:no-repeat;
	background-position:center;
	background-position:top;
	min-height: 100%;
	height: 100%;
}
	


.footer {
	padding:15px;
	text-align:center;
	border-top: solid 1px #122760;
	color:#FFFFFF;
	font-size:12px;
	margin-left:15px;
	margin-right:15px;
}

.footer a:link {color: #ffffff; text-decoration:none;}
.footer a:visited {color: #ffffff; text-decoration:none;}
.footer a:hover {color:#4498e0; text-decoration:none;}

#navlist li
{
display: inline;
list-style-type: none;
padding-right: 20px;
text-align:center;
font-size:16px;
}



