@charset "utf-8";
/* CSS Document */

body {
font-family: Verdana, Arial, Helvetica, sans-serif;
font-size: 12pt;
color: #000000;
margin: 15px;
}
#Container {
	margin:auto;
	width: 780px;
	}
#topnav {
	margin:auto;
	text-align="center";
}
.style1 {
	font-size: 11px;
}
h1 {
	font-size: 1.3em;
	}
h2 {
	font-size: 1.2em;
	font-style: italic;
	}
h3 {
	font-size: 1.1em;
	}
h4 {
	font-size: 1.0em;
	}
a {
	color: #0000FF;
	text-decoration: underline;
	}
a:link {
	color: #0000FF;
	text-decoration: underline;
	}
a:visited {
	color:#9966CC
	text-decoration: underline;
	}
a:hover {
	color: #FF0000;
	text-decoration: none;
	}
a:active {
	color: #0000FF;
	text-decoration: underline;
	}
.cityname {
	font-style: italic;
	font-weight: bold;
	}
blockquote {
  background : url(images/blockquote_blue.png) top left no-repeat #e8efff;
  margin : 20px 20px;
  padding: 5px 30px;
  color: #666666;
  font-family: Georgia, "Times New Roman", Times, serif;
  font-style:italic;
  font-size: 1em;
}
hr {
	border: 0;
	width: 80%;
	color:#666666;
	background-color:#666666;
	height:1px;
	}