body{
	font-family: Arial, Helvetica, sans-serif;
	color: Black;
	margin: 0;
	padding: 0;
}
div#masthead{
	width: 770px;
	height: 83px;
	background: #000059 url(../images/masthead_bg.gif) no-repeat;
	margin: 0 auto;
	position: relative;
}
div#top_nav{
	position: absolute;
	bottom: 2px;
	right: 20px;
}
div#top_nav a{
	text-decoration: none;
	font-weight: bold;
	color: #000057;
	font-size: 12px;
	margin: 0 5px 0 5px;
}
div#top_nav a:hover{
	color: #1B1BA3;
}
img#logo{
	position: absolute;
	top: 12px;
	left: 68px;
	border: none;
}
div#content{
	width: 770px;
	background: url(../images/content_bg.gif) repeat-y;
	margin: 0 auto;
	overflow: auto;
}
div#nav{
	width: 150px;	
	float: left;
}
div#nav p#nav_header{
	color: White;
	text-indent: 10px;
	font-size: 12px;
	font-weight: bold;
	margin: 5px 0 5px 0;
}
div#nav a{
	text-decoration: none;
	color: #FFD200;
	font-weight: bold;
	text-indent: 10px;
	font-size: 11px;
	display: block;
}
div#nav a:hover{
	text-decoration: underline;
}
div#text{
	width: 620px;
	background: White;
	float: right;
}
div#text p{
	margin: 5px 10px 5px 10px;
	text-align: justify;
	font-size: 11px; 
	color: #000057;
}
div#text h1{
	margin: 5px 10px 5px 10px;
	font-size: 22px;
	color: #000057;
}
div#text h2{
	margin: 10px 10px 5px 10px;
	font-size: 18px;
	color: #000057;
}
div#text h3, div#text h4, div#text h5, div#text h6{
	margin: 10px 10px 5px 10px;
	font-size: 16px;
	color: #000057;
}
div#footer{
	width: 770px;
	height: 75px;
	background: #000057;
	margin: 0 auto;
}


/* Weather Styles */
div#current_weather{
	width: 550px;
	background: #1B1BA8;
	border: #000057 2px solid;
	padding: 0 0 10px 0;
	margin: 0 0 0 10px;
}
div#current_weather h2{
	background: #000057;
	color: #FFD200;
	font-size: 18px;
	text-indent: 10px;
	padding: 8px;
	margin: 0; 
}
div#current_weather ul{
	list-style: none;
	margin: 10px;
	font-size: 12px;
	color: #FFD200
}

div#text div.forecasts{
	width: 550px;
	height: 104px;
	background: #1B1BA8;
	position: relative;
	margin: 10px 0 0 10px;
	border: #000057 2px solid;
}
div#text div.forecasts h3{
	color: #FFD200;
	float: left;
	font-size: 16px;
	text-indent: 110px;
	background: #000057;
	width: 100%;
	margin: 0px;
}
div#text div.forecasts img{
	position: absolute;
	top: 0px;
	left: 0px;
}
div#text div.forecasts p{
	color: #FFD200;
	font-size: 12px;
	float: left;
	text-indent: 110px;
	margin: 10px 0 0 0;
}


/* Ad Styles */
div#ads{
	margin: 10px 0 10px 10px;
}


div#ads_468{
	width: 468px;
	height: 60px;
	margin: 10px 0 10px 10px;
	overflow: hidden;
}