@charset "utf-8";
/* CSS Document */

/** * Eric Meyer's Reset CSS v2.0 (http://meyerweb.com/eric/tools/css/reset/) * http://cssreset.com */html, body, div, span, applet, object, iframe,h1, h2, h3, h4, h5, h6, p, blockquote, pre,a, abbr, acronym, address, big, cite, code,del, dfn, em, img, ins, kbd, q, s, samp,small, strike, strong, sub, sup, tt, var,b, u, i, center,dl, dt, dd, ol, ul, li,fieldset, form, label, legend,table, caption, tbody, tfoot, thead, tr, th, td,article, aside, canvas, details, embed, figure, figcaption, footer, header, hgroup, menu, nav, output, ruby, section, summary,time, mark, audio, video {	margin: 0;	padding: 0;	border: 0;	font-size: 100%;	font: inherit;	vertical-align: baseline;}/* HTML5 display-role reset for older browsers */article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section {	display: block;}body {	line-height: 1;}ol, ul {	list-style: none;}blockquote, q {	quotes: none;}blockquote:before, blockquote:after,q:before, q:after {	content: '';	content: none;}table {	border-collapse: collapse;	border-spacing: 0;}

body {
	padding:0px;
	margin:0px;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	height:100%;
	background-color: #fff;
	font-size: 100%;
}
a:link, a:visited {
	color:#3366cc;
	text-decoration:underline;
}
p {
	padding: 10px 0px;
}
ul {
	list-style-type: none;
	padding: 10px 0px;
}
strong {
	font-weight: bold;
}
#muext {
	font-size: 85%;
	font-family: "Palatino Linotype", "Book Antiqua", Palatino, serif;
	padding: 3px 0px;
	margin: 0px;
}
#muext a:link, #muext a:visisted {
	color: #000;
	text-decoration: none;
}
#headerContainer {
	margin: 0px;
	padding: 0px;
}
#header {
	padding: 0px;
	margin: 0px;
	font-family: "Palatino Linotype", "Book Antiqua", Palatino, serif;
	text-align: left;
}
#header a:link, #header a:visisted {
	color: #000;
	text-decoration: none;
}
#header h1 {
	color: #000;
	font-size: 170%;
	display: inline-block;
	vertical-align: middle;
	padding-bottom: 10px;
}
.mulogo {
	width: 50px;
	vertical-align: middle;
	padding: 0px 10px 0px 5px;
}
#imageheader {
	display:none;
}
#middle {
	display: none;
}
#bottomContainer {
}
#navigation {
	display:none;
}
#mainContent {
	background-color: #fff;
	padding: 0px;
	line-height: 130%;
	border-bottom: 1px #000 solid;
}
#mainContent h1 {
	font-size: 150%;
	font-weight: bold;
	color: #000; 
	padding: 5px 0px;
}
#mainContent h2 {
	font-weight: bold;
	padding-top: 15px;
}
#title a:link, #title a:visisted {
	color: #000;
	text-decoration: none;
}
#mainContent a:link:after, #mainContent a:visited:after {
	content: " (" attr(href) ")";
	font-size: 90%;
	color: #666;
}
.MOmap {
	width: 100%;
}
.mapcaption {
}
.chart {
	width: 100%;
	margin-top: 4px;
	margin-bottom: 4px;
}
#references h2 {
	padding-bottom: 10px;
}
.clearfix {
	display: none;
}
#resources {
	display: none;
}
#footer {
	line-height: 130%;
}
#footer a:link, #footer a:visited {
	color:#000;
	text-decoration:none;
}
#copyright {
	width: 100%;
}
#credit {
	padding: 10px 0px;
	float: left;
}
#headerContainer, #middle, #navigation, #mainContent {
	-webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none; 
}