﻿/*
	DARK BLUE:	#003656
	LIGHT BLUE: #00AEEF
	YELLOW:		#FFCC00
	DARK GREY:	#4C4C4C
	LIGHT GREY: #777875
*/
body
{
	font: 0.8em Arial, Verdana,helvetica, sans-serif;
	line-height: normal;
	text-align: center;
	margin-top: 0px;
	margin-bottom: 0;
	background-color: #b5bdd6;
}
#Header{
	background-position: top;
	width: 900px;
	height: 100px;
	margin-top: 10px;
	margin-bottom: 0;
	padding-top: 0;
	background-color: #FFFFFF;
	margin-right: auto;
	margin-left: auto;
}
#LeftHeader {
	padding:0px 0px 0px 10px;
	float: left;
	width: 200px;
	margin-top: 0;
	margin-bottom: 0;
	text-align: left;
	line-height: 100%;
	background-color: #FFFFFF;
}
#RightHeader {
	padding: 10px 30px 0px 0px;
	float: right;
	width: 600px;
	margin-top: 0;
	margin-bottom: 0;
	text-align: right;
	vertical-align: middle;
	background-color: #FFFFFF;
}
#TopPicture{
	width: 900px;
	margin-top: 0px;
	margin-bottom: 0;
	padding-top: 0;
	margin-right: auto;
	margin-left: auto;
	text-align: left;
	background-color: #FFFFFF;
	}
#MainMenu{
	width: 900px;
	margin-top: 0px;
	margin-bottom: 0;
	padding-top: 0;
	margin-right: auto;
	margin-left: auto;
	text-align: left;
	background-color: #FFFFFF;
}
#Middle{

	margin: auto;
	width: 900px;
	background-color: #FFFFFF;
	position: relative;
}
#MainContent {
	padding: 6px 30px 6px 30px;
	float: left;
	width: 840px;
	height: 90%;
	vertical-align:text-top;
	text-align: left;
	margin-left: 0px;
	background-color: #FFFFFF;
}
#Footer{
	margin: auto;
	width: 900px;

	/*float:left;
	position: relative;	
	left: 50%;
	width: 900px; /* Overall width of div */	
	/*height: 100px; /* Overall height of div */	     
	/*margin-left: -450px; /* half of the overall width */     
	/*visibility: visible */
}
#TopFooter{
	float: left;
	margin: auto;
	width: 900px;
	background-color: #FFFFFF;
	border-top-style: solid;
	border-top-width: thin;
	border-top-color: #FFFFFF;
	background-position: bottom;
	background-image: url('BottomBar2.jpg');
	background-repeat: no-repeat;

}
#BottomFooter 
{
	width: 900px;
	text-align: center;
}

#navigation
{
	background: repeat-x left;
	color: white;
	display: block;
	height: 50px;
	margin-left:30px;
	width: 840px;
	background-image: url('NavBar1.jpg');
	vertical-align:middle;
}

#navigation ul
{
	margin: 0 auto;
	padding: 0;
	list-style-type: none;
	list-style: none;
	color: #000;
	display: inline;
}
#navigation li
{
	float: left;
}
#navigation li a
{
	color: white;
	display: block;
	text-decoration: none;
	padding: 15px 5px;
	width: 100px;
	text-align: center;
	
}

#navigation li a:hover
{
	background-image: url('NavBar2.jpg');
}

