* {
	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;}

div.regular {
	margin-top: 25px;
	padding: 5px;
}

p {margin: 10px 0;}

h1 {font-size: 1.8em; line-height: 2.0em; margin-bottom: 10px;}
h2 {font-size: 1.6em; line-height: 1.8em; margin-bottom: 10px;}
h3 {font-size: 1.4em; line-height: 1.6em; margin-bottom: 10px;}
h4 {font-size: 1.2em; line-height: 1.4em; margin-bottom: 10px;}
h5 {font-size: 1.0em; line-height: 1.2em; margin-bottom: 10px;}
h6 {font-size: 0.8em; line-height: 1.0em; margin-bottom: 10px;}

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;}

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;
	border: 1px solid #696969;
	padding: 5px;
	background-color: #ebe9e9;
	display: block;
}

#themap img {vertical-align: top;}

.striper {width: 600px; margin-top: 15px; border-collapse: collapse; background-color:#f4efd7;}
.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;}	
