h3 {
	border:1px solid #CCCCCC;
	font-size:1.1em;
	margin:0.3em;
	padding:0.3em;
}
#wrapper {
	/*border:1px solid #000000; */
	width:650px;
	/*text-align:center;*/
	/*background-color:#EEFFFF;
	background-color: #F7F9FD;*/
	height:auto;
	padding-top:15px;
	padding-bottom:15px;
}
#content {
	width:650px;
	text-align:center;
	margin:auto;
}
#right-col {
	border:1px solid #0022EE;
	width:320px;
	/*height: 600px;*/
	background-color: #F7F9FD;
	text-align:center;
	float:right;
}
#left-col {
	border:1px solid #0022EE;
	width:320px;
	/*height: 600px;*/
	background-color: #F7F9FD;
	text-align:center;
}
#content h5.fp {
	font-size:1.2em;
	color:#000;
	font-family:times serif;
	display:block;
	padding-left:5px;
	margin-top:1px;
	margin-bottom:3px;
}
#content h5.fp span a {
	font-size:0.6em;
	color:blue;
	text-decoration:none;
	padding-left:5px;
}
#content h5.fp span a:hover {
	color:black;
	text-decoration:underline;
	font-weight:bold;
}
#content h5.fp a {
	color:black;
	text-decoration:none;
}
#content h5.fp a:hover {
	color:blue;
	text-decoration:underline;
}
.block {
	/*border:1px solid #000000;*/
	/*background-color:#DDEEFF;*/
	width:auto;
}
.block p {
	font-size:0.8em;
	color:black;
	font-family:times serif;
}
.block a {
	font-size:0.8em;
	color:blue;
	text-decoration:none;
}
.block a:hover {
	color:#000;
	text-decoration:none; 
	font-weight:bold;
}
.block a b {
	padding-left:11px;
}
.links {
	
	line-height:1.2em;
}
.links h5 {
	margin:0.1em;
	width:90%;
	color:white;
	background-color:#3874D8;
	margin-top:20px;
	text-align:center;
	margin-left:15px;
	font-size:16; 
	font-style:italic; 
	/*border:1px solid #000000;*/
}
.morelink {
	margin-left:5px;
	padding-bottom:7px;
	padding-top:10px;
}
.morelink a {
	font-style:italic;
}
.weathermap {
	text-align:center;
	width:100%;
}
.maps {
	text-align:center;
}
#wmaps {
	margin-top: 10px;
	margin-bottom: 10px;
	display:block;
	height:141px;
	width:auto;
	background-image:url(http://radar.weather.gov/Thumbs/EWX_Thumb.gif);
	background-position:center center;
	background-repeat:no-repeat;
	text-align:center;
}
#wmaps span {
	display:none;
}

table.news {
	margin-left:50px;
	margin-top:20px;
	width:90%;
	font-size:16px;
}
table.news tr, table.news td {
	padding:3px;
	margin:3px;
}
table.news span.link {
	font-size:12px;
}

table.news th {
  
	border:1px solid #1104af; 
	font-weight:bold;
	font-family:times serif;
	font-size:12px;
	text-align:center;
	background-color:#AEC8FC;
}
table.news td.thumbnail img {
	width:50px;
	height:50px;
}
table.news strong {
	font-size:12px;
	font-weight:700;
}

td.link {
	text-align:center;
}
td.link a {
	font-size:0.8em;
	color:blue;
}
td.link a:hover {
	color:black;
	font-weight:bold;
}
td.link:hover {
	background-color:silver;
}
td.slink {
	width:323px;
}

/* WEATHER */
#weatherpage {
	width:90%;
	height:auto;
	padding-top:15px;
	padding-bottom:15px;
	text-align:left;
}

#weatherpage h1 {
	font-size:2.5em;
	color:#00000;
	font-family:times serif;
	display:block;
	padding-bottom:20px;
	margin-bottom:0.5em;
	margin-top:5px;
	border-bottom:2px solid black;
	text-align:center;
}

#weather-maps {
	width:800px;
	text-align:center;
}

#weather-maps .map {
	float:left;
	width:400px;
	text-align:center;	
	padding-bottom:20px;
}
.map {
	text-align:center;
}
.map img {
	border:2px solid darkblue;
	padding:2px;
	margin:auto;
	text-align:center;
}

.title {
	width:400px;
	text-align:center;
}

.title span {
	text-align: center;
	font-size: 1.2em;
	color: #3E64D0;
	font-style: italic;
}

#weather-maps span.header {
	padding: 4px;
	padding-left: 25px;
	width: 100%;
	font-size: larger;
	vertical-align: middle;
	text-align: left;
	border: 0px solid Black;
	background-color: #CCCCCC;
	float: left;
	color: black;
	font-weight:bold;
}

h3.divider {
	padding: 4px;
	padding-left: 25px;
	width: 95%;
	font-size: larger;
	vertical-align: middle;
	text-align: left;
	border: 1px solid Black;
	background-color: #CCCCCC;
	float: left;
	color: black;
	font-weight:bold;
}

#additional-weather {
	width:100%;
}

span.header {
	padding: 4px;
	padding-left: 25px;
	width: 100%;
	font-size: larger;
	vertical-align: middle;
	text-align: left;
	border: 0px solid Black;
	background-color: #CCCCCC;
	float: left;
	color: black;
	font-weight:bold;
}

#weather-tv-radar {
	width:100%;
}

#weather-links {
	width:100%;
}

#clear {
	clear:both;
}