.hblue   { background-color: #303b4a;}  /* header blue color */
div#date_header {  /* Top header block which contains the date */
	position: absolute;top: 0px;width: 100%;height: 1em; line-height: 1em; margin: 0; padding: 0; border: solid black 0px;
}
div#date_header span {  /* date portion */
	margin-left: 90%;font-family: "Trebuchet MS", Arial, Sans-Serif; font-style: normal;font-size: .8em; font-variant: normal; 
	font-weight: normal; color: #f8f8f8;border: solid black 0px;
}
div#headerBox {  /* includes the logo image */
	position: absolute; top: 1em;width: 100%; height: 90px;margin: 0;padding: 0; background-color: white; border: solid black 0px;
}
div#logo { 
	position: absolute;top: 25px;left: 20px; width: 205px;height: 55px;margin: 0px;float: left; border: solid black 0px;
}
div#divider {
	position: absolute;top: 90px; width: 100%; height: 20px; margin: 0px; border: solid black 0px;
}
/* Main Menu */
#menu  {
      position: absolute; top: 30px; width: 30em; right: 0em; margin: 0; padding: 0; display: block; border: solid black 0px; list-style: none;     
      text-transform: none; letter-spacing: 1px; font: 1.1em Verdana, Arial, Helvetica, sans-serif; font-style: normal; font-weight: bold;
}  
#menu ul li {
	margin: 0 0 0 1.5em; padding:0 0 0 0em;  list-style: none; display: inline;  float: left; border: solid red 0px; 
}     
#menu a, a:link, a:visited {
	color: black; text-decoration: none;
    
    border: solid black 0px;      
}      
#menu a:hover  { 
	border-bottom: .15em solid; border-bottom-color: #555; 
}

#menu .active  {
	color: gray; /* used in menu */   
}	                       
