/* CSS Document */

html {
	background-color:#4F7CA2;
	margin:0;
	padding:0;
	}
	
body{
	font: 75% Arial, Helvetica, sans-serif;
	border:0;	
	width: 728px; height: 90px;
	position: absolute;
	left: 50%; top: 50%;
	margin: -250px 0 0 -380px;
	
			/* This removes the border around the viewport in old versions of IE */
	width:100%;
	height:1000px;
	}
	
h1{
	color:#FFFFFF;
}

h2{
	color:#FFFFFF;
	font-size:30px;
}

h3{
	color:#FFFFFF;
	font-size:20px;
}

p{
	color:#FFFFFF;
	text-align:justify;
}

ul{
	color:#FFFFFF;
}

li{
	padding-bottom:4px;
}

a{
	color:#A9CDE0;
}


#container{
	position:relative;
	width:850px;
	overflow:hidden;
}

#Header{
	background-image:url(images/glow.png);
	height:162px;
	padding-bottom:50px;
}

#Header h2{
	position:relative;
	margin-left:24%;
	/*margin-top:-35px;*/
	color:#000033;
	font-size:28px;
	font-family:Georgia, "Times New Roman", Times, serif;
}

#mainText{
	position:inherit;
	float:left;
	width:380px;
	margin-bottom:10%;
}
#navList{
	position:inherit;
	float:left;
	width:170px;
	text-align:right;
	padding-right:10px;
}

#newsList{
	position:relative;
	float:right;
	width:200px;	
}

#newsList img{
	padding-top:40px;
}

#navList li{
	padding-bottom:8px;
}

#mainContent{
	position:relative;
	width:600px;
	float:right;
	margin-right:50px;
}

#footer{
	position:relative;
	float:left;
	padding-top:20px;
	width:850px;
}

#footer p{
	text-align:center;
}
