body {
	margin:0;
	background-color:#F2EDD9;
    background-image:url(../img/mainBackground.jpg);
	background-position:left top;
	background-repeat:repeat-x;
font-family:Arial,Helvetica,sans-serif;
    font-size:12px;
}

a {
color:#0066CB;
text-decoration:none;
}

a:link {
-x-system-font:none;
color:#000099;
font-family:Arial,Helvetica,sans-serif;
font-size:100%;
font-size-adjust:none;
font-stretch:normal;
font-style:normal;
font-variant:normal;
font-weight:normal;
line-height:normal;
text-decoration:underline;
}
a:visited {
-x-system-font:none;
color:#000099;
font-family:Arial,Helvetica,sans-serif;
font-size:100%;
font-size-adjust:none;
font-stretch:normal;
font-style:normal;
font-variant:normal;
font-weight:normal;
line-height:normal;
text-decoration:underline;
}
a:hover {
-x-system-font:none;
color:#FF6600;
font-family:Arial,Helvetica,sans-serif;
font-size:100%;
font-size-adjust:none;
font-stretch:normal;
font-style:normal;
font-variant:normal;
font-weight:normal;
line-height:normal;
text-decoration:underline;
}


h3 {
	margin:0;
}

div#header{
	width:1000px;
	text-align:center;
	padding-bottom:4px;
}

div#content {
	width:1000px;
	background-color:#ffffff;
}

span.header {
	background-color:#FFFFFF;
	color:#000000;
	font-family:arial,sans-serif;
	font-weight:bold;
	padding-left:1px;
	padding-top:2px;
    font-size:24px;
}

blockquote {
	padding-top:4px;
	margin-top:0;
}

div#map-wrapper{
	float:left;
	margin-left:10px;
	padding-right:5px;
}

div#map {
    position:relative;
    left:0;
    top:0;
	background:#FFFFFF url(../img/map.png) no-repeat scroll 0 0;
	border:0 solid;
	margin-top:0;
    width: 461px; 
    height: 461px;
	
}

a.dot {
	position: absolute;
	width: 10px;
	height: 10px;	
}

.dataTable {
	width:500px;
	/* border:solid 1px #000; */
	font-family:arial;
}

.dataTable th {
	margin: 0px; 
	padding: 0pt 0pt 2px 10px; 
	font-family: Arial,Helvetica,sans-serif; 
	font-weight: bold; 
	font-size: 14px; 
	color: rgb(12, 159, 12); 
	border-bottom:solid 2px rgb(12, 159, 12);
}

.dataTable td, .dataTable th, .dataTable tr {   }

.dataTable td { 
    padding:4px 0px 2px 0px;
    border-bottom:dashed 1px #ccc;
    font-size:12px;
}

.dataTable td.name {
	padding-right:4px;
}

td.undefined {
	text-align:center;
}   

td.good {
	background-color:#00E400;
	color:#ffffff;
    color:#000;
	border-bottom:solid 1px #fff;
}

td.mod {
    background-color:#FFFF00;
	color:#000;
    border-bottom:solid 1px #fff;
}
td.usg {
    background-color:#FF7E00;
    border-bottom:solid 1px #fff;
}
td.unhealthy {
    background-color:#FF0000;
    color:#fff;
    border-bottom:solid 1px #fff;
}
td.vu {
    background-color:#99004C;
    color:#fff;
    border-bottom:solid 1px #fff;
}
td.haz {
    background-color:#7e0023;
    color:#fff;
    border-bottom:solid 1px #fff;
}

.dataTable td.bottomrow {
	padding-bottom:5px;
    border-bottom:solid 2px rgb(12, 159, 12);
}

div.Data24hr {
	width:980px;
	text-align:left;
}

table.data24hr {
	width:96px;
	/* border-top:solid 1px #000;	
    border-left:solid 1px #000;
	font-size:12px;
	margin-top:4px; */
	/* width:972px; */
}

table.data24hr th {
    background-color:#b8fdb7;
	font-weight:normal;
	border-bottom:solid 1px #000; 
    border-right:solid 1px #000;
	/* width:81px; */
}

table.data24hr td {
	border:solid 1px #000;
	border-bottom:solid 1px #000;
	border-right: solid 1px #000;
}

p.footer {
	color:#CCCCCC;
	font-family:Arial,Helvetica,sans-serif;
	font-size:11px;
	text-align:center;	
}