﻿@import url("layout.css");
body {
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 0.8em;
	color: #000000;
	background-color: #000000;
}
#Bottomstripe {
	width: 100%;
	background-color: #000000;
	height: 35px;
	float: left;
	border-bottom-style: solid;
	border-bottom-width: 4px;
	border-bottom-color: #FF0000;
	padding-bottom: 6px;
}
#Bottomstripe p {
	overflow: auto;
	font-family: Arial, Helvetica, sans-serif, Verdana;
	font-size: 12pt;
	color: #FFFFFF;
	margin-left: 15px;
}
#container {
	width: 850px;
	margin: 0 auto;
	background-color: #0000ff;
}
#content {
	float: left;
	width: 664px;
	background-color: #fff;
	position: relative;
	margin-top: 0px;
	margin-right: 0px;
	margin-left: 0px;
	padding-top: 15px;
	padding-right: 10px;
	padding-bottom: 15px;
	height: 275px;
}
#left {
	float: left;
	width: 205px;
	height: 130px;
	margin-right: 15px;
	margin-bottom: 15px;
	margin-left: 10px;
	text-align: center;
}
#center {
	float: left;
	width: 205px;
	height: 130px;
	margin-right: 15px;
	margin-bottom: 15px;
	text-align: center;
}
#right {
	float: left;
	width: 205px;
	height: 130px;
	margin-bottom: 15px;
	text-align: center;
}
.home_img {
	margin-left: 15px;
	text-decoration: none;
}
#content img {
	display: block;
}
#cityblock {
	width: 100%;
	clear: both;
	background-color: #0000FF;
	padding-right: 0px;
}
#cityblock img {
	margin-left: 4px;
}
.imagepad {
	margin: 5px;
	float: left;
}
#masthead {
	text-align: left;
	width: 100%;
	background-color: #000000;
	height: 215px;
}
#masthead p {
	text-align: right;
	margin: 0;
	margin-top: 5px;
	margin-right: 10px;
	padding: 0;
}
#mast_left {
	text-align: right;
	width: 285px;
	overflow: auto;
	background-color: #000000;
	height: 200px;
	float: left;
}
#mast_left img {
	padding: 20px 5px 0px 5px;
	float: left;
	margin-top: 0px;
}
#mast_right {
	text-align: left;
	width: 540px;
	overflow: auto;
	background-color: #000000;
	height: 210px;
	float: left;
	margin-left: 8px;
	clear: none;
}
#mast_right h1 {
	text-align: left;
	margin-top: 18px;
	padding: 0;
	font-family: Georgia, "Times New Roman", serif;
	font-size: 18pt;
	font-weight: bold;
	color: #FFFFFF;
	margin-left: 10px;
}
#sidebar {
	float: left;
	width: 160px;
	background-color: #0000FF;
	position: relative;
	clear: both;
	display: inline;
	padding-right: 5px;
}
/* Styles for Navigation */
#sidebar ul {
	list-style-type: none;
	width: 100%;
	display: block;
	margin: 0;
	padding: 0;
}
#sidebar li {
	display: block;
	border: 1px solid #CCCCCC;
	background-color: #FF0000;
}
#sidebar a {
	font-weight: bold;
	text-decoration: none;
	color: #003300;
	display: block;
	padding: 3px 2px 3px 5px;
	border-bottom: 1px solid #f9f9f9;
	font-family: Arial, Helvetica, sans-serif, Verdana;
	font-size: 9pt;
	border-bottom-width: 0px;
}
#sidebar a:hover {
	font-weight: bold;
	text-decoration: none;
	color: #FF0000;
	border-bottom: 1px solid #f9f9f9;
	background-color: #f9f9f9;
	font-family: Arial, Helvetica, sans-serif, Verdana;
	font-size: 9pt;
}
#sidebar p {
	font-family: Arial, Helvetica, sans-serif, Verdana;
	font-size: 10pt;
	color: #FFFFFF;
	margin-left: 5px;
}
#Topstripe {
	width: 100%;
	overflow: auto;
	background-color: #000000;
	background-image: url('../images/topstripes.gif');
	height: 34px;
}
#weather {
	clear: both;
	float: left;
	width: 600px;
	margin-top: 10px;
	margin-left: 10px;
}
#footer {
	clear: both;
	width: 850px;
	background-color: #ff0000;
	padding: 0;
	overflow: auto;
	margin-top: 0px;
	border-top-style: double;
	border-top-width: 5px;
	border-top-color: #FFFFFF;
	height: 50px;
}
#footer p {
	font-size: 10pt;
	text-align: center;
	margin: 0px;
	padding: 2px;
	font-weight: bold;
	font-family: Arial, Helvetica, sans-serif, Verdana;
}
#footer a {
	color: #333;
	text-decoration: underline;
}
#footer a:hover {
	color: #333;
	text-decoration: none;
}
#footer h6 {
	font-size: 8pt;
	text-align: center;
	margin: 0px;
	padding: 2px;
	font-style: italic;
	font-family: Arial, Helvetica, sans-serif, Verdana;
}
a {
	color: #04b;
	text-decoration: underline;
	font-weight: bold;
}
a:hover {
	color: #333;
	text-decoration: underline;
}
