body{
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	color: Black;
	margin: 0;
	padding: 0;
}
div#billboard{
	width: 770px;
	height: 92px;
	background: #112E52 url(../images/mast_bg.gif) repeat-x;
	margin: 0 auto;
	position: relative;
}
img#logo{
	position: absolute;
	top: 0px;
	left: 0px;
	border: none;
}
div#wrapper{
	width: 770px;
	background: #295A89 url(../images/main_bg.gif) repeat-x;
	margin: 0 auto;
	overflow: auto;
}
div#right{
	width: 170px;	
	float: left;
	padding: 0 0 10px 5px;
}
div#right p#p-header{
	margin: 3px 0 8px 0;
	font-size: 16px;
	text-align: center;
	color: #3879A7;
	font-weight: bold;
}
div#right a{
	display: block;
	width: 100%;
	text-decoration: none;
	text-indent: 15px;
	color: #E5E5E5;
	font-size: 12px;
	font-weight: bold;
}
div#right a:hover{
	background: #E5E5E5;
	color: #112E52;
}
div#article{
	width: 570px;
	background: #E5E5E5;
	float: right;
	margin: 0 10px 15px 0;
}
div#article p{
	margin: 5px 10px 5px 10px;
	text-align: justify;
	font-size: 12px;
	color: #112E52;
}
div#article h1{
	margin: 3px 10px 5px 10px;
	font-size: 20px;
	color: #112E52;
}
div#article h2{
	margin: 5px 10px 5px 10px;
	font-size: 18px;
	color: #112E52;
}
div#article h3, div#article h4, div#article h5, div#article h6{
	margin: 5px 10px 5px 10px;
	font-size: 16px;
	color: #112E52;
}
div#bottom{
	width: 770px;
	height: 75px;
	background: #081F3E;
	margin: 0 auto;
}

div#top_nav{
	position: absolute;
	right: 10px;
	top: 57px;
}
div#top_nav a{
	color: #E5E5E5;
	font-size: 12px;
	font-weight: bold;
	text-decoration: none;
}
div#top_nav a:hover{
	text-decoration: underline;
}



/* Weather Styles */
div#current_weather{
	width: 550px;
	background: #E5E5E5;
	border: #E5E5E5 2px solid;
	padding: 0 0 10px 0;
	margin: 0 0 0 10px;
}
div#current_weather h2{
	background: #295A89;
	color: #112E52;
	font-size: 18px;
	text-indent: 10px;
	padding: 8px;
	margin: 0; 
}
div#current_weather ul{
	list-style: none;
	margin: 10px;
	font-size: 12px;
	color: Black
}
div#article div.forecasts{
	width: 550px;
	height: 104px;
	background: #295A89;
	position: relative;
	margin: 10px 0 0 10px;
	border: #081F3E 2px solid;
}
div#article div.forecasts h3{
	color: #112E52;
	float: left;
	font-size: 16px;
	text-indent: 110px;
	background: #295A89;
	width: 100%;
	margin: 0px;
}
div#article div.forecasts img{
	position: absolute;
	top: 0px;
	left: 0px;
}
div#article div.forecasts p{
	color: Black;
	font-size: 12px;
	float: left;
	text-indent: 110px;
	margin: 10px 0 0 0;
}
/* Weather Styles End */