@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:Arial, Verdana, Helvetica, sans-serif;
	height:100%;
	background-color: #fff;
	background-image: url('../images/light_toast2.png');
	font-size: 100%;
}
a:link {
	color:#3366cc;
	text-decoration:none;
}
a:visited {
	color:#3366cc;
	text-decoration:none;
}
a:active {
	color:#3366cc;
	text-decoration:none;
}
a:hover {
	color:#000;
	text-decoration:underline;
}
p {
	padding: 10px 0px;
	font-size: 95%;
}
ul {
	list-style-type: none;
	padding: 10px 0px;
}
ul.disc {
	list-style-type:disc;
	padding-left:25px;
}
ol {
	list-style-type:decimal;
	margin-left:25px;
}
ol.alpha {
	list-style-type:lower-alpha;
	margin-left:25px;
}
strong {
	font-weight: bold;
}
em {
	font-style: italic;
}
sup {
	font-size:x-small;
	vertical-align:super;
}
sub {
	font-size:x-small;
	vertical-align:sub;
}
table {
	border-collapse: collapse;
	border: 1px solid #999;
	margin-top: 10px;
	margin-bottom: 25px;
	margin-right: auto;
	margin-left: auto;
}
table.audit {
	border-collapse: collapse;
	border: 1px solid #999;
	margin-top: 0px;
	margin-bottom: 25px;
	margin-right: auto;
	margin-left: auto;
}
thead {
	font-size: 100%;
	font-weight:bold;
	background-color: #FFC;
}
thead.audit {
	font-size: 100%;
	font-weight: bold;
	background-color: #FFC;
}
thead td {
	padding: 3px 3px;
	border: 1px solid #999;
	text-align: center;
}
thead.audit td {
	padding: 2px 2px;
	border: 1px solid #999;
	text-align: center;
}
thead th {
	padding: 3px 3px;
	border: 1px solid #999;
	text-align: center;
}
thead.audit th {
	padding: 2px 2px;
	border: 1px solid #999;
	text-align: center;
}
tbody td {
	padding: 5px 2px;
	border: 1px solid #999;
	text-align: center;
	font-size: 90%;
}
tbody.audit td {
	padding: 1px 1px;
	border: 1px solid #999;
	text-align: center;
	font-size: 90%;
}
td.left10 {
	text-align:left;
	padding: 2px 2px 2px 10px;
}
tbody.audit td.left10 {
	text-align:left;
	padding: 1px 1px 1px 10px;
}
tbody th  {
	padding: 2px 2px;
	border: 1px solid #999;
	font-weight: bold;
	font-size: 95%;
}
tbody.audit th {
	padding: 1px 1px;
	border: 1px solid #999;
	text-align: center;
	font-weight: bold;
	font-size: 95%;
}
td.yellowline {
	background-color:#ffc;
	padding:0px;
	line-height:12px;
}
tfoot {
	font-size: 90%;
}
tfoot td {
	padding: 4px 6px;
}
#muext {
	max-width: 980px;
	width: 98%;
	font-size: 85%;
	margin-right: auto;
	margin-left: auto;
	color: #666;
	font-family: "Palatino Linotype", "Book Antiqua", Palatino, serif;
	padding: 3px 0px;
}
#muext a:link {
	color: #666;
	text-decoration: none;
}
#muext a:visited {
	color: #666;
	text-decoration: none;
}
#muext a:hover {
	color: #666;
	text-decoration: none;
}
#muext a:active {
	color: #666;
	text-decoration: none;
}
#headerContainer {
	width: 100%;
	height: 75px;
	margin-left:auto;
	margin-right:auto;
	background-image: url('../images/dark_tire.png');
	border: 0px solid #000;
	-moz-box-shadow: 0px 3px 7px #666;
	-webkit-box-shadow: 0px 3px 7px #666;
	box-shadow: 0px 3px 7px #666;
	margin-top: 5px;
}
#header {
	max-width: 980px;
	padding: 0px;
	margin-left: auto;
	margin-right: auto;
	font-family: "Palatino Linotype", "Book Antiqua", Palatino, serif;
}
#header a:link {
	color: #fff;
	text-decoration: none;
}
#header a:visited {
	color: #fff;
	text-decoration: none;
}
#header a:hover {
	color: #fff;
	text-decoration: none;
}
#header a:active {
	color: #fff;
	text-decoration: none;
}
#header h1 {
	color: #fff;
	display: inline-block;
	vertical-align: middle;
	padding-bottom: 10px;
}
.mulogo {
	vertical-align: middle;
	padding: 0px 10px 0px 5px;
}
#imageheader {
	float: right;
}
#imageheader img {
	border: 2px #484848 solid;
}
#middle {
	height: 10px;
	position: relative;
	z-index: -1;
	background-color: #fff;
	-moz-box-shadow: 0px 3px 7px #666;
	-webkit-box-shadow: 0px 3px 7px #666;
	box-shadow: 0px 3px 7px #666;
}
#bottomContainer {
	margin-right: auto;
	margin-left: auto;
}
#navigation {
	float: left;
	margin-top: 30px;
	background-color: #FFC;
	-moz-box-shadow: 0px 0px 2px #666;
	-webkit-box-shadow: 0px 0px 2px #666;
	box-shadow: 0px 0px 2px #666;
	padding: 0px 7px;
}
#navigation a:link {
	color:#666;
	text-decoration:none;
}
#navigation a:visited {
	color:#666;
	text-decoration:none
}
#navigation a:active {
	color:#666;
	text-decoration:none
}
#navigation a:hover {
	color:#000;
	text-decoration:underline;
}
#navigation ul {
	list-style-type: none;
	padding: 10px 0px;
}
#navigation li {
	padding: 3px 0px;
	font-size: 85%;
}
#navigation  h2 {
	color: #333;
	font-size:115%;
	margin-bottom:2px;
}
#mainContent {
	background-color: #fff;
	padding: 0px;
	line-height: 130%;
	-moz-box-shadow: 0px 5px 7px #666;
	-webkit-box-shadow: 0px 3px 6px #666;
	box-shadow: 0px 5px 6px #666;
	min-height:500px;
	overflow: auto;
}
#mainContent h1 {
	color:#2d2d2d; 
	padding-top: 5px;
	padding-bottom:15px;
	line-height: 100%;
}
#mainContent h2 {
	color:#1a1a1a;
	padding-top: 15px;
}
#mainContent h3 {
	color:#1a1a1a;
	text-decoration:underline;
	padding-top:10px;
}
#title a:link {
	color: #2d2d2d;
	text-decoration: none;
}
#title a:visited {
	color: #2d2d2d;
	text-decoration: none;
}
#title a:hover {
	color: #2d2d2d;
	text-decoration: none;
}
#title a:active {
	color: #2d2d2d;
	text-decoration: none;
}
.lastupdate {
	font-size: 80%;
	font-style: italic;
	padding: 0px 0px 0px 140px;
	color: #666;
}
.MOmap {
	width: 620px;
	display: block;
	margin-right: auto;
	margin-left: auto;
}
.mapcaption {
	margin-right: auto;
	margin-left: auto;
}
.chart {
	width: 615px;
	display: block;
	margin-right: auto;
	margin-left: auto;
	margin-top: 4px;
	margin-bottom: 4px;
}
.rightbox {
	position:relative;
	z-index:2;
	float: right;
	background-color: #FFE;
	border: 1px solid #999; 
	margin-top: 5px;
	width: 125px;
	padding: 0px 5px;
}
.rightbox p {
	padding: 3px 0px;
}
.rightbox li {
	padding: 3px 0px;
}
.leftbox {
	float:left;
	background-color: #FFE;
	border: 1px solid #999;
	-moz-box-shadow: 0px 0px 2px #666;
	-webkit-box-shadow: 0px 0px 2px #666;
	box-shadow: 0px 0px 2px #666;
	margin: 15px;
	width: 35%;
	padding-left: 15px;
}
#references h2 {
	padding-bottom: 10px;
}
.clearfix {
	clear: both;
}
.center {
	text-align:center;
}
.vertmiddle {
	vertical-align:middle;
}
#footer {
	line-height: 130%;
}
#footer a:link {
	color:#000;
	text-decoration:underline;
}
#footer a:visited {
	color:#000;
	text-decoration:underline;
}
#footer a:active {
	color:#000;
	text-decoration:none;
}
#footer a:hover {
	color: #000;
	text-decoration:none;
}
#copyright {
	float: left;
}
#credit{
	float:right;
	text-align: right;
}
.pdf:after {
	content: url('pdf-icon.gif');
	display: inline-block;
	padding-left: 5px;
	vertical-align: bottom;
}
.xls:after {
	content: url('excel-icon.png');
	display: inline-block;
	padding-left: 5px;
	vertical-align: bottom;
}
.doc:after {
	content: url('word-icon.gif');
	display: inline-block;
	padding-left: 5px;
	vertical-align: bottom;
}
.ppt:after {
	content: url('ppt-icon.png');
	display: inline-block;
	padding-left: 5px;
	vertical-align: bottom;
}
.fb:after {
	content: url('fb-icon.gif');
	display: inline-block;
	padding-left: 5px;
	vertical-align: bottom;
}

/**Image Floats**/
.float-left {float:left;}
.float-right {float:right;}

/**Table and Div Widths**/
.width100 {width:100%;}
.width95 {width:95%;}
.width90 {width:90%;}
.width85 {width:85%;}
.width80 {width:80%;}
.width75 {width:75%;}
.width70 {width:70%;}
.width65 {width:65%;}
.width60 {width:60%;}
.width55 {width:55%;}
.width50 {width:50%;}
.width45 {width:45%;}
.width40 {width:40%;}
.width35 {width:35%;}
.width30 {width:30%;}
.width25 {width:25%;}
.width20 {width:20%;}
.width15 {width:15%;}
.width10 {width:10%;}
.width05 {width:5%;}