html, body {
	margin: 0;
	padding: 0;
	background-color: #fff;
    color: #000000;
	}

	
#nav {
	width: 220px;
	float: left;
	margin-left: -1px;
	padding: 10px;
	}
	
	
#content {
	padding: 10px;
	margin-left: 230px;
	
	}

#header {
	background-color: #FFFFFF;
    background-image:url(../graphics/site_graphics/header_background.gif);
	color: #006633;
	border-bottom: 4px solid #3399FF;
	margin-bottom: 0px;
	}
	

    
#footer {
	background-color: #fff;
	color: #006;
	
	font-size: 11px;
	text-align: right;
	padding: 2px 10px 0 0;
	clear: both;
	}


.spacer {
	clear: both;
	}
	
p {
	padding: 0;
	margin-top: 0px;
	font-family:  Verdana,'Lucida Grande', Geneva, Lucida, Helvetica, Arial, sans-serif;
	font-size: 12px;
    }
h1 {
	color: black;
	font-family: verdana, arial, helvetica, sans-serif;
	font-size: 24px;
	line-height: 44px;
	font-weight: bold;
	margin-top: 0;
	margin-bottom: 0;
	}
h2 {
	color: black;
	font-family: verdana, arial, helvetica, sans-serif;
	font-size: 18px;
	line-height: 40px;
	font-weight: bold;
	margin-top: 0;
	margin-bottom: 0;
	}
h3 {
	color: black;
	font-family: verdana, arial, helvetica, sans-serif;
	font-size: 16px;
	line-height: 22px;
	font-weight: bold;
	margin-top: 0;
	margin-bottom: 0;
	}
h4 {
	color: black;
	font-family: verdana, arial, helvetica, sans-serif;
	font-size: 14px;
	line-height: 26px;
	font-weight: bold;
	margin-top: 0;
	margin-bottom: 0;
	}

dd, dt {
	font-family: 'Lucida Grande', Verdana,  Geneva, Lucida, Helvetica, Arial, sans-serif;
	font-size: 0.95em;
	}
div.float {
  float: left;
  width: 120px;
  padding: 10px;
  }
  
div.float p {
   text-align: center;
   }
   
div.bottom {
	background-color: #FFFFFF;
	color: black;
	padding: 5px 5px 5px 5px;
    }   
   
 
      table{text-align: left;
	   font-family: Verdana;
	   font-weight: normal;
	   font-size: 12px;
	   background-color: white;
	   border-collapse: collapse;
	   border-spacing: 0px;} 


a {
	text-decoration: none;
	font-weight: bold;
	color:  blue;
	outline: none;
	}
a:visited {
	color:  purple;
	}
a:active {
	color:  black;
	}
a:hover {
	color: black;
	text-decoration: underline;
	}