/* CSS Document */

body {	
	background: #000000;
	text-align: left;	
	color:#999999;	
	font-size: 8px;
	font-family:Verdana, Arial, Helvetica, sans-serif;	
}


p {
	font-size:12px;
	font-family:Arial, Helvetica, sans-serif;
	font-weight:normal;
}

/*page is main container holding all other divs*/
#page {
top:inherit;
width: 885px;
}

/*header section*/
#header {
position: relative;
left: 0px;
top: 0px;
width:885px;

}


#titleHolder{
	position: relative;
	padding-left:5px;
	left: inherit;
	top:inherit;
 	width:  100%;
	min-height: 8px;
	text-align:left;	
	color: #FFFFFF;
	border-bottom: 1px solid #999999;
	border-left: 1px solid #999999;
	border-right: 1px solid #999999;
	border-top: 1px solid #999999;
	background-image:url('hazard.gif');
	background-repeat: repeat;
  }
  
  #titleHolder h1 {
  	color:#ffffff;	
	font-size: 12px;
	font-weight:bold;
	font-family:Verdana, Arial, Helvetica, sans-serif;	
	vertical-align:text-top;
  }

#footer {
position: relative;
left: 0px;
top: 0px;
width:885px;
height: 100px;
border-bottom: 1px solid #C6EC8C;
border-left: 1px solid #C6EC8C;
border-right: 1px solid #C6EC8C;
border-top: 1px solid #C6EC8C;
}

#footer a{
	   color:  #ffffff; 
   }

#copyright {
	padding:7px;
	color:#666666;
}


img
{  border-style: none;
}


/*CONTACT DIVS*/
.content {
       position: relative;
       top: 10px;
       left: 0px;
       width:  885px;
       background-color: #000000; 
	   text-align:left;   
   
   } 
   
table.products
{
font-family: Verdana, Geneva, Arial, Helvetica, sans-serif ;
font-weight: normal;
font-size: 11px;
color: #fff;
width: 100%;
background-color: #000000;
border: 0px;
border-collapse: collapse;
border-spacing: 0px;}

table.products tr
{
background-color:#000000;
color: #ffffff;
padding: 0px;
text-align: left;
border: 0px #fff solid;
height: 25px;
}

table.products tr.even
{
background-color:#43424f;

color: #ffffff;
padding: 0px;
text-align: left;
border: 0px #fff solid;
height: 25px;
}

table.products tr.odd
{
background-color:#6e6f8a;
color: #ffffff;
padding: 0px;
text-align: left;
border: 0px #fff solid;
height: 25px;
}

table.products td {
	padding-left:5px;

}

table.products td.hed
{background-color: #000000;
color: #fff;
padding-left:5px;
text-align: left;
border-bottom: 2px #000 solid;
font-size: 12px;
font-weight: bold;}
 
