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


#header {margin: 0px auto;}
		


#body {
	background-attachment: scroll;
	background-repeat: repeat-x;
	background-position: left top;
	font-family:Helvetica, Century Gothic, Arial;
	height: 927px;
	margin: 0px auto;
}

#background {height:927px; 
			margin-left: auto; 
			margin-right:auto; 
			}
			
#navBar {height: 30px;
		 width: 940px;
		 background-color:none;
		 margin: 0px auto;
		 padding-top: 14px;
}

#flashArea {height:326px;
			width: 940px;
			margin: 0px auto;
			background-color:#666;
			
}

#textArea {height:237px;
			width: 900px;
			margin: 8px auto 0 auto;
			color: #fff;
			padding: 15px 20px 0px 20px;
			font-size:16px;
			line-height:19px;
			overflow: auto;
			
}
#footer   {height:123px;
			width: 940px;
			margin: 4px auto 0 auto;
			clear:both;
}

#hNav ul li  {
		display: inline;
		float: left;
		list-style: none;
		margin-left: 9px;
		position: relative;
		color: #fff;
	}

#hNav li a {
		color: #fff;
		text-decoration: none;
		font-size: 16px;
}

#hNav li a:hover {
		color: #00C; 
		text-decoration: underline;

}

<!-- footer Navigation -->
#footerhNav {width:auto;
              margin:0 auto;
			  text-align:center;
			
}
#footerhNav li {width:auto;
              margin:0 auto;
			  display:inline;
			  padding-left: 5px;
			  color: #fff;
			   }


#footerhNav ul {margin: 0 auto;
				text-align: center;}

#footerhNav li a {
		color: #fff;
		text-decoration: none;
		font-size: 16px;
}

#footerhNav li a:hover {
		color: #666; 
		text-decoration: underline;

}
.whiteFontFOOTER {font:"Century Gothic", Arial, Verdana;
			color:#FFF;
			font-size:14px;
			text-align:center;
			
}




