@charset "utf-8";
/* CSS Document */
	body
	{
		margin: 0;
		padding: 0;
		font: 85% arial, hevetica, sans-serif;
		text-align: center;
		color: #fff;
		background-color: #060824;
	}
	
	a:link { color: #fff;
			text-decoration:none; }
a:visited { color: #ccc; }

a:hover, a:active
{
	color: #fff;
	background-color: #036;
	text-decoration: none;
}

h2
{
	color: #fff;
	font: 120% arial, hevetica, sans-serif;
	font-weight: bold;
	margin: 0 0 2px 0;
}

h2 a { text-decoration: none; }

h5
{
	color: #fff;
	font: 110% arial, hevetica, sans-serif;
	font-weight: bold;
	margin-top: 0;
	}
h5 a, a:active
{
	color: #fff;
	font: 110% arial, hevetica, sans-serif;
	text-decoration: none;
	}
	#container
	{
		margin: 1em auto;
		width: 1024px;
		text-align: left;
		background: #00156e url(images/page_bg.jpg) no-repeat left top;
		border: 1px solid white;
		height: 100%;
	}
img.center {
  display: block;
  margin-left: auto;
  margin-right: auto;
}
#header {height: 110px;}
	
#header h1 {
	color: #fff;
	font: 180% arial, hevetica, sans-serif;
	font-weight: bold;
	margin-left: 725px;
	margin-top: 60px;
	
}		
	ul#navlist
{
margin-left: 50px;
padding-left: 0;
white-space: nowrap;
}

#navlist li
{
display: inline;
list-style-type: none;
}

#navlist a { padding: 3px 10px; }

#navlist a:link, #navlist a:visited
{
color: #fff;
background-color: #036;
text-decoration: none;
}

#navlist a:hover
{
color: #fff;
background-color: #369;
text-decoration: none;
}
	
	#sidebar
	{
		float: right;
		width: 280px;
		margin-right: 50px;
		margin-top: 10px;
		padding-top: 10px;
		padding-bottom: 20px;
		padding-left: 20px;
		border: 1px solid white;
		background-color: 024ca0;
	}
	
	#content
	{
		float: left;
		width: 560px;
		margin-left: 50px;
		padding-left: 20px;
		padding-right: 20px;
		padding-bottom: 20px;
		margin-top: 10px;
		margin-bottom: 10px;
		margin-right: 10px;
		border: 1px solid white;
		background-color: 024ca0;
	}
	
	#contentwide
	{
		float: left;
		width: 900px;
		margin-left: 50px;
		padding-left: 20px;
		padding-right: 20px;
		padding-bottom: 20px;
		margin-top: 10px;
		margin-bottom: 10px;
		margin-right: 50px;
		border: 1px solid white;
		background-color: 024ca0;
	}
	
	#footer
	{
		clear: both;
		height: 40px;
		margin-top: 40px;
		
}
#footerleft
{
		float: left;
		width: 580px;
		margin-left: 50px;
		padding-left: 20px;
		text-align:left;
		font-size: 90%;
		margin-top: 20px;
}
#footerright
{
		float: right;
		width: 280px;
		margin-right: 50px;
		margin-top: 20px;
		padding-left: 20px;
		text-align: right;
		font-size: 90%;
}


.imagefloatright
{
	float: right;
	padding: 2px;
	border: 1px solid #fff;
	margin-left: 10px;
	margin-bottom:: 10px;
	margin-right: 10px;
}
.imagefloatleft
{
	float: left;
	padding: 2px;
	border: 1px solid #fff;
	margin-left: 10px;
	margin-bottom:: 10px;
	margin-right: 10px;
}