@charset "UTF-8";
/* CSS Document */

body {
	margin: 0;
	padding: 0;
	background: url(../images/BackgroundGradient_02.gif) repeat-x;
	background-color: #e1f3fa;
	}

#mainContainer {
	margin: 0 auto;
	padding: 0;
	width: 700px;
	}

h1 {
	display: none;
	}

p {
	margin-left: 55px;
	margin-right: 35px;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: .95em;
	line-height: 1.5em;
	}
	
#headerNav {
	background: url(../images/MainHeader_04.png);
	width: 700px;
	height: 183px;
	position: relative;
	}
	
#mainNav {
	position: absolute;
	bottom: 10px;
	display: block;
	width: 700px;
	padding: 0;
	margin: 0;
	text-align: center;
	}

#mainNav li {
	display: inline;
	}

#mainNav a {
	font-family: "Arial Narrow", Arial, Helvetica, sans-serif;
	font-weight: bold;
	color: #2f4159;
	text-decoration: none;
	text-align: center;
	}
	
#mainNav a:hover {
	color: #000;
	}
	
#topBar {
	background: url(../images/ContentDivImages_07.png) no-repeat;
	width: 700px;
	height: 14px;
	margin: 0;
	margin-top: 20px;
	}
	
#bodyContent {
	background: url(../images/ContentDivImages_08.png) repeat-x;
	margin: 0;
	padding: 30px;
	padding-top: 1px;
	padding-bottom: 150px;
	}