html, body {height:100%}
body {
font: normal 90% Verdana, Arial, Helvetica, sans-serif ;
	text-align:left;
	margin:0 0 0 0;
	padding:0;
   	color:#fff;
	background-color: #000;
}

table {
font: normal 100% Verdana, Arial, Helvetica, sans-serif ;
}

span.leadin {font-size:12pt;font-weight:bold}

#outer{
height:100%;

min-height:100%;
margin-left:152px;
margin-right:199px; //was 174
background:#000;
border-left:1px solid #000;
border-right:1px solid #000;
margin-bottom:-42px;
color: #fff;
 background-image:url('../images/DHSbkgd.gif');
}
html>body #outer{height:auto;} /*for mozilla as IE treats height as min-height anyway*/

#outer2col{
height:100%;

min-height:100%;
margin-left:152px;
background:#000;
border-left:1px solid #000;
border-right:1px solid #000;
margin-bottom:-42px;
color: #fff;
 background-image:url('../images/DHSbkgd.gif');
}
html>body #outer2col{height:auto;} /*for mozilla as IE treats height as min-height anyway*/


#header{
position:absolute;
top:0;
left:0;
width:100%;
height:160px;

border-top:1px solid #000;
border-bottom:1px solid #000;
overflow:hidden;
color: #fff;
text-align: center;
}

#left {
position:relative;/*ie needs this to show float */
width:152px;
float:left;
font-size: 90%;
border-top:0px solid #fff;
background:#000;
color: #fff;
margin-left:-151px;/*must be 1px less than width otherwise won't push footer down */
padding-top:160px;/*needed to make room for header*/
}
#left p {padding-top:3px;padding-left:3px;padding-right:2px}
#right p {padding-left:3px;padding-right:2px}


#right {
color: #fff;
position:relative;/*ie needs this to show float */
width:200px;
float:right;
margin-right:-199px;/*must be 1px less than width otherwise won't push footer down */
padding-top:160px;/*needed to make room for header*/
}

#footer {
width:100%;
clear:both;
height:50px;
font-size: 85%;
border-top:1px solid #000;
border-bottom:1px solid #000;
padding-top:0px;
background-color: #000;
color: #fff;
text-align:center;
position:relative;
}
* html #footer {/*only ie gets this style*/
\height:52px;/* for ie5 */
he\ight:50px;/* for ie6 */
}

#clearheader{height:160px;}/*needed to make room for header*/
#clearfooter{clear:both;height:40px;}/*needed to make room for footer*/
div,p {margin-top:0}/*clear top margin for mozilla*/
* html #centrecontent {height:1%;margin-bottom:12px}/* combat IE's 3 pixel jog */

div.address {font-weight:normal;font-size:9px;text-align:center;}

body.printable {
background-color:#fff;
color:#000

}

img.pageheader {
border: 0px;
margin-top: 25px;
width: 720px;
height: 105px;
}
a { border: none;}
a:link {color: blue;}        
a:active {color: red;}    
a:hover {color: red; } 
a:visited {color: #6c3;}   

ul.none {
	list-style: outside none;
	margin-left: 15px;
}
ul.none li {
	margin-top: 5px;
	list-style: outside none;
}
.standout { font-weight:bold; }


ul li {
	list-style: outside disc;
	margin-bottom: .5em;
	margin-left: 3em;
}

table.zones td {
text-align: left;
vertical-align: top;
}  

.announcement {
color: yellow;
font: small-caps;
}
