body,td,th {
	color: #003063;
	font-size: small;
	font-family: Geneva, Arial, Helvetica, sans-serif;
}
a {
	font-family: "Bold" Arial, Helvetica, sans-serif;
	text-decoration: underline;
	color: #39F;
	font-size: 12px;
	font-weight: bold;
}
a:link {
}
a:visited {
}
a:hover {
	text-decoration: none;
	color:#000066
}
a:active {
}
h1 {
	font-size: medium;
}
.map {
	border: 1px solid #9CA28C;
}
.bigblack {
	border: 1px solid #003063;
}
.menulinks {
	font: normal 12px/1 Geneva, Arial, Helvetica, sans-serif;
	color: #fff;
}
.menulinks a:link {
	text-decoration: none;
	color: #fff;
}
.menulinks a:visited {
	text-decoration: none;
	color: #fff;
}
.menulinks a:hover {
	text-decoration: underline;
	color: #000;
}
.menulinks a:active {
	text-decoration: none;
	color: #fff;
}
.MenuTopBkgrd {
	background-color: #336699;
}
.MainPageBkgrd {

	background-color: #eeeeee;
}
.PageHeaderBkgrd {
	background-color: #DFEAF4;
}
.MenuLeftBkgrd {

	background-color: #6699CC;
}
.blue {
	font-size: 12pt;
	color: #336699;
}
.blueJS {
	font-size: 12pt;
	color: #336699;
}
.blueJS a{
	font-size: 12pt;
	color: #336699;
	font-weight:normal;
	text-decoration:none;
}
.blueJS a:hover{
	font-size: 12pt;
	color: #336699;
	font-weight:normal;
	text-decoration:none;
}
.footer {
	color: #fff;
	font-weight:bold;
}
.smallregionslist {
	list-style-type: square;
	color:#39F;
	clear: both;
	float: none;
}
#menu a {
	display: block;
	width: 150px;
	margin: auto 0px;
	padding: 3px 1px 3px 3px;
	font: normal 12px/1 Geneva, Arial, Helvetica, sans-serif;
	text-decoration: none;
	color: #fff;
	height: auto;
}
#menu a:hover {
   color:#000;
}
#menu a:active {
   color:#fff;
}
#menu ul { /* all lists */
	padding: 0;
	margin: 0;
	list-style: none;
	width: 139px;
}
#menu li { /* all list items */
	float: left;
	position: relative;
	width: 10em;
	width: 139px;
}
li ul { /* second-level lists */
	display: none;
	position: absolute;
	top: 0px;
	left: 139px;
	width: 139px;
	background-color: #69C;
	border: 1px solid #000;
	border-width: 1px;
	z-index: 999;
}
li>ul { /* to override top and left in browsers other than IE, which will position to the top right of the containing li, rather than bottom left */
	top: 18px;
	left: 0px;
}
li:hover ul, li.over ul { /* lists nested under hovered list items */
	display: block;
	top: 18px;
	left: 0px;
}
 ul {margin-left: 7px; padding-left: 9px; list-style:circle; margin-top:0px; margin-bottom:0px;} 
