/* begin basic global styles */
html,body,div,h1,h2,h3,h4,h5,h6,ul,li,dl,dt,dd { 
color: #3a3a3a; 
list-style: bullet;
list-style-position: inside; 
margin: 0;
padding: 0;
  }
html {
background: #0d3955;
}
body { 
font: 11px arial;
}
a {
color: #444;
font-weight: bold;
text-decoration: none;
}
h1 {
font-size: 22px;
}
h2 {
font-size: 14px;
}
h3 {
font-size: 14px;
margin: 5px 0;
padding: 2px 0;
}
/* begin new global styles */
#main {
background: #ffffff;
border: 5px solid #0e649f;
display: block;
margin: 0 auto;
padding: 0px;
width: 700px;
}
#mainhead {
height: 365px;
padding: 0px;
margin-top: 30px;
margin-left: 12px;
}
#mainTitle {
text-align: center;
;
}
#mainTitle a {
color: #000;
font-size: 26px;
text-align: center;
}
#mainTagline {
display: block;
color: #618095;
padding: 0 10px 0 10px;
text-align: center;
font-size: 18px;
}
#weather {
	width: 700px;
	display: block;
	float: none;
	text-align: center;
	clear: both;
}

#contentArea {
	background: #0d3955;
	height: 18px;
	text-align: center;
	width: 670px;
	border: 5px solid #0e649f;
margin-left: 10px
}
#contentArea li {
display: inline;
list-style: none;
margin: 0 5px;
}
#contentArea li a {
color: #fff;
text-decoration: none;
}
#contentArea li a:hover {
color: #ccc;
}
#contentArea a {
font-size: 12px;
}
#mainBottom {
background: #0e649f;
color: #ffffff;
clear: both;
height: 10px;
padding: 10px 0px 5px 0px;
text-align: center;
}
#mainBottom a{
color: #fff;
font-weight: normal;
}
#mainBottom a:hover {
color: #ccc;
}
#mainBottom li {
display : inline;
margin: 5px;
}
#mainArea {
	width: 700px;
	text-align: center;
	display: block;
}
#content {
text-align: left;
}
#keySearches {
background: #0d3955;
color: #ffffff;
float: left;
margin-left: 10px;
margin-bottom: 10px;
padding: 10px;
text-align: center;
width: 650px;
border: 5px solid #0e649f;
}
#keySearches h3 {
color: #ffffff;
}
#keySearches a {
color: #ffffff;
}
#keySearches a:hover {
color: #ccc;
}
.itemTitle {
font-size: 13px;
}
.itemLink {
color: #618095;
margin-bottom: 10px;
}
#webLink {
border: 5px solid #0e649f;
width: 520px;
text-align: center;
font-size: 30px;
margin: 10px 0px 5px 10px;
}
#webLink a{
color: #000;
text-decoration: underline;
}
#webLink a:hover{
color: #0e649f;
text-decoration: none;
}
#webLink h2 a{
color: #000;
font-size: 30px;
text-decoration: underline;
}
#webLink h2 a:hover{
color: #0e649f;
text-decoration: none;
}
#links {
display: block;
width: 120px;
height: auto;
background: #fff;
text-align: left; 
border: 5px solid #0e649f;
margin: 10px
}
#links a{
color: #000;
padding: 4px;
}
#links li{
list-style:none;
}
#content{
text-align: justify;
}

#search {
position: absolute;
top: 5px;
}

/* news content */

#newsContent li{
float: left;
font-size: 14px;
margin: 5px;
text-align: center;
width: 240px;
display: block;
}
#rightside {
	display: block;
	width: 500px;
	float: left;
}
#leftside {
	display: block;
	width: auto;
	float: left;
}
