* {
	vertical-align: baseline;
	font-weight: inherit;
	font-family: inherit;
	font-style: inherit;
	font-size: 100%;
	border: 0 none;
	outline: 0;
	padding: 0;
	margin: 0;
}

body {
	background: /*#383d28*/ #fff;
	min-width: 886px;
	font: normal normal normal 1.0em/1.3em  verdana, tahoma, sans-serif;
	text-align: center;
}

#wrapper {
	width: 886px;
	min-width: 886px;
	text-align: left;
	margin: 25px auto 0 auto;
}

#wrapper img {margin-bottom: 20px;}

p {margin-bottom: 20px; padding: 5px; /*background-color: pink;*/}
p.warning {background-color: #badbf2;}
p.mapcaption {color:#004; font-size:0.7em;}

h1 {font-size: 1.8em; line-height: 2.0em; margin: 15px 0 5px 0;}
h2 {font-size: 1.6em; line-height: 1.8em; margin: 15px 0 5px 0;}
h3 {font-size: 1.4em; line-height: 1.6em; margin: 15px 0 5px 0;}
h4 {font-size: 1.2em; line-height: 1.4em; margin: 15px 0 5px 0;}
h5 {font-size: 1.0em; line-height: 1.2em; margin: 15px 0 5px 0;}
h6 {font-size: 0.8em; line-height: 1.0em; margin: 15px 0 5px 0;}
.redline {border-bottom: 2px solid #d20b0b;}

ul#navmenu {margin-top: 50px;}
ul#navmenu li {
	list-style: none;
	float: left;
	position: relative;
	margin: 0 15px;
}

a {text-decoration: underline; /*font-weight: bold;*/}
a.mapper:link, a.mapper:visited {color: #58aae3;}
a.mapper:hover, a.mapper:active {color: #66c3fe; background-color: #d20b0b;}

.outlined {border: 3px dashed #d2afaf/*deebf7*/; padding: 20px;}

.center {text-align: center;}
.red {color: #d20b0b;}
.blue {color: #0f3490;}

.nomap {
	background-color: #badbf2;
	border: 3px dashed #fff;
	text-align: center;
}

ol {list-style-position: outside; margin-left: 20px;}
li {margin-bottom: 7px;}

strong {font-weight: bold;}

#themap {
	position: relative;
	left: 50%;
	width: 886px;
	margin-left: -443px;
	margin-bottom: 20px;
	border: 1px solid #696969;
	padding: 5px;
	background-color: #ebe9e9;
	display: block;
}

#themap img {vertical-align: top;}

.striper {width: 600px; border-collapse: collapse; background-color:#f4efd7; margin: 50px 143px 0 143px;}
.striper th {text-align: center; font-weight: bold; padding: 3px; background-color: #0f3490; color: #fff; border-right: 1px solid #fff;}
.striper td:first-child {text-align: center;}
.striper td{padding: 3px 6px; border-bottom: 1px solid #753c4d;}
.striper tr.alt td {background-color: #badbf2;}
.striper tr.over td {background-color: #d20b0b;}

.striper a:link, .striper a:visited {color: #008;}
.striper a:hover, .striper a:active {color: #fff;}
