.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: 80px;margin: 0;padding: 0; background-color: white; border: solid black 0px;
}
div#logo { 
	position: absolute;top: 20px;left: 20px; width: 205px;height: 55px;margin: 0px;float: left; border: solid black 0px;
}
div#divider {
	position: absolute;top: 90px; width: 100%; height: 40px; margin: 0px; border: solid black 0px;
}
div#divider h1 {font-family: Cambria, serif;
font-size: 13px;
font-style: normal;
font-weight: 400;
text-transform: none;
letter-spacing: normal;
color: white; 
}

div#divider ul li { position: relative; top: 18px; left: 390px;
	margin: 0 0 0 10px; padding: 0 0 0 20px; height: 30px; list-style: none; display: inline;  float: left; 
	border: solid red 0px; 
    background-image: url(../images/list.png);
    background-repeat: no-repeat;
    background-position: 5px 5px;   /* spacing b/ image and left border */
}
div#divider li.num1 {
width: 115px;
}
div#divider li.num2 {
width: 140px;
}
div#divider li.num3 {
width: 150px;
}

/* save */
div#divider li.num11 {
background-image:url(../images/num1.gif);
background-position: 0px 1px;   /* spacing b/ image and left border */
background-repeat: no-repeat;
background-image: url(../images/list.png); background-repeat: no-repeat;
width: 115px;
}
div#divider li.num22 {
background-image:url(../images/num2.gif);
background-position: 0px 1px;   /* spacing b/ image and left border */
background-repeat: no-repeat;
width: 140px;
}
div#divider li.num33 {
background-image:url(../images/num3.gif);
background-position: 0px 1px;   /* spacing b/ image and left border */
background-repeat: no-repeat;
width: 150px;
}
/* Main Menu */
#menu  {
      position: absolute; top: 30px; width: 28em; right: .9em; margin: 0; padding: 0; display: block; border: solid black 0px; list-style: none;     
font-family: “Lucida Grande”, sans-serif;
font-size: 1.2em;
font-style: normal;
font-weight: bold;
text-transform: none;
letter-spacing: normal;
line-height: 1.5em;
}  
#menu ul li {
	margin: 0 0 0 1.8em; padding:0 0 0 0em;  list-style: none; display: inline;  float: left; border: solid red 0px; 
}     
#menu a, a:link, a:visited {
	color: #000 ; text-decoration: none;
    
    border: solid black 0px;      
}      
#menu a:hover  { 
	color: #CCC ; text-decoration: none; 
}

#menu .active  {
	color: #1d5294; /* used in menu */   
}	                 

/*
  Light gray: #CCC
 */      