/* TEXT COLOR */

.header {   
 float: center; /* Mac, no effect */    
 padding: 0em; /* bar height? ori 0.5em? */    
 color: #1553AA; /* text color */    
 font-size: 93%; /* affect box height size? */    
 line-height: 10pt; /* DROP DOWN MENU, font height, affect clicking */    
 list-style: none;}/* Select for the header class, so that lists can be used   elsewhere on the page */  
 ul.header {  padding: 0; /* IE, box height? */  
 margin: 0; /* Safari, box height, space btw bar and drop down menu */  
 font-family: Arial, Helvetica, sans-serif;
 text-align:left;
 }/* IE, SAFARI, TOP-LEVEL MENU TEXT */
 li.header {   
 float: left; /* if right, menu text align to right */  
 position: relative;  /* WORD SPACE of menu text */   
 font-size: 11pt;
  }/* SAFARI, TOP-LEVEL MENU ITEMS, HIGHLIGHTING */
 
 
 li.header ul {  visibility: hidden;  width:150px;  /* backgrounds box fit to the top-level menu width */  
 position: absolute; /* backgrounds box align at left 0, - to left, + to right */  
 clear: both;  color: blue; /* ? */  /*background-color: #0000ff; background box color if no image */  
 background-image: url(../images/dropdown_box.gif);  
 background-repeat: repeat;   font-size: 8pt;}/* DROP DOWN MENU */




 li.header ul li {  margin: 0.5em;/* IE, left mergin */}/* Enables the mouseover menus for standards-compliant browsers */
 div.header li:hover ul {  visibility: visible;}ul.msie_hack_state_selected {  visibility: visible;  top: 1.2em;  /* IE, the space btw the top-level menus and the drop down menus, affect clicking */}
 .textjustify {	font-family: "Arial", "Helvetica", "sans-serif", "Futura Lt BT";	
 font-size: 10pt;	vertical-align: top;	font-family: "Arial", "Helvetica", "sans-serif", "Futura Lt BT";	
 font-size: 10pt;	vertical-align: top;	text-align: justify;}.texttileUnderline {	
 font-family: Arial, Helvetica, sans-serif;	font-size: 12px;	font-weight: bold;	color: #0099FF;	text-decoration: underline;}
 
 
