@charset "utf-8";
.nav {
	font-family: "Arial Black, Arial, Helvetica, sans-serif";
	font-size: 1.2em;
	color: #999;
	text-align: center;
	padding-top: 3px;
	padding-bottom: 3px;
	border-top-width: thin;
	border-bottom-width: thin;
	border-top-style: solid;
	border-bottom-style: solid;
	border-bottom-color: #006666;
	border-top-color: #006666;
	margin-top: 2px;
	margin-bottom: 10px;
	width: 760px;
	margin-right: auto;
	margin-left: auto;
}
.nav a {
	font:Verdana, Geneva, sans-serif;
	color: #3300FF;
	text-decoration: none;
}
/*.nav a:hover {
	font-weight: normal;
	text-decoration: none;
}*/

a {
	color: #0000CC;
	text-decoration: none;
}
a:hover {
	color: #000099;
	text-decoration: underline;
	background-color: #FFFFCC;
}
a img {
	border: none;
}
.map {
	margin: auto;
	padding: 1px;
	width: auto;
	border: thin solid #000000;
}
.drive {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 0.9em;
	text-align: justify;
	text-indent: 2em;
	padding-right: 15px;
	padding-left: 15px;
}
.hawn {
	color:#330099;
	font-style:italic;
}
.hawn a {
	text-decoration: none;
}
.hawn a:hover {
	background-color: #FFFFCC;
}
#cpyrt {
	font-family: Arial, Helvetica, sans-serif;
	font-size: x-small;
	text-align: right;
}
.fltRt {
	margin: 5px;
	float: right;
}
.fltLft {
	float: left;
	margin-top: 5px;
	margin-right: 5px;
	margin-bottom: 0px;
	margin-left: 5px;
}
.redNote {
	color: #FF0000;
}
.redBold {
	font-weight: bold;
	color: #F00;
}
.SpNotice {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: large;
	background-color: #F99;
	margin: 30px;
	border-top-style: double;
	border-right-style: double;
	border-bottom-style: double;
	border-left-style: double;
	border-top-color: #900;
	border-right-color: #900;
	border-bottom-color: #900;
	border-left-color: #900;
	color: #000;
	padding: 10px;
}
