body {
	font-family: Arial, Helvetica, Verdana, sans-serif;
	font-size: 14px;
	margin: 10px 0px 0px 0px;
	text-align: center;
	background-color: #f1f1f1;
}
a {
	color: #f0f539;
	text-decoration: none;
	font-weight: normal
}
a:hover {
	color: #FF009A;
	text-decoration: underline;
	font-weight: normal
}
#container {
	width: 749px;
	height: auto;
	margin: 0 auto;
}
#toplogo {
	width: 749px;
	height: 237px;
	position: relative;
	float: left;
	background: url('../images/toplogo.jpg') no-repeat top left;
}
#ss {
	width: 300px;
	height: 152px;
	position: absolute;
	top: 54px;
	left: 384px;
}
#nav {
	width: 749px;
	height: 69px;
	float: left;
}
#title {
	width: 749px;
	height: 30px;
	float: left;
	background: url('../images/page_title.jpg') no-repeat top left;
	padding-top: 41px;
	color: #f0f539;
}
#content {
	width: 707px;
	height: auto;
	float: left;
	text-align: left;
	background-color: #85AAEE;
	padding: 20px 20px 0 20px;
	border-left: 1px solid black;
	border-right: 1px solid black;
}
#contentImg {
	width: 747px;
	height: auto;
	float: left;
	text-align: left;
	background-color: #85AAEE;
	padding: 0px;
	border-left: 1px solid black;
	border-right: 1px solid black;
}
#contentImg img{border-bottom: 1px solid black;}
#hpFooterInfo{
	width: 747px;
	height: 150px;
	border-right: 1px solid #000;
	border-left: 1px solid #000;
	float: left;
	background-color: #76d1fe;
}
#newsletter{
	float: left;
	width: 181px;
	height: 150px;
}
#info{
	float: left;
	width: 385px;
	height: 150px;
}
#weather{
	float: left;
	width: 181px;
	height: 150px;
}
#footer {
	width: 747px;
	height: 18px;
	padding-top: 2px;
	float: left;
	background-color: #2A4968;
	border-left: 1px solid black;
	border-right: 1px solid black;
	border-bottom: 1px solid black;
	text-align: center;
	color: white;
	font-weight: bold;
}
#forms {
	float: right;
	border-left: 1px solid black;
	border-top: 1px solid black;
	border-bottom: 1px solid black;
	margin-left: 5px;
}
#navigation {
height: 58px;
background-image:url(/images/waveback.jpg);
float: left;
border-top:1px solid #000000; 
}
#navigation ul{ 
width: 747px;
margin: 0;
padding:6px 0;
border-bottom:1px solid #000000; 

border-right:1px solid #000000; 
border-left:1px solid #000000; 
} 
#navigation ul li { 
margin:0;
padding:0;
display:inline; 

}
#navigation ul li.last { 
display:inline; 

}
#navigation ul li a {
font:bold 14px Arial, Helvetica, sans-serif;
letter-spacing: -1px;
color:#000000;
margin:0;
padding:6px 3px 6px 3px;
}
#navigation ul li a:hover {
color:#003399;
}