body {	background-color: #ffffff;  
        font-family: Verdana, Arial, Helvetica, sans-serif;
        font-size: 100%; line-height: 120%; 
	/* scrollbar-face-color: #FFB77A;last | was #ffce63; */
	scrollbar-track-color: #FFF1E6; 
	scrollbar-arrow-color: #6B4200;
	margin-left: 0px;
	margin-right: 0px;
	margin-top: 0px;
        margin-bottom: 0px;  }  
        
H1 { font-family:  Arial, Helvetica, sans-serif; color: #ffffe7;   }  
H2 { font-family:  Arial, Helvetica, sans-serif; color: #FF6A04;  font-size:220%; }  
H3 { font-family:  Verdana, Arial, Helvetica, sans-serif; color:#252D6D;  text-align:left; width:90%; 
   border-left: 8px solid #FF6A04; border-bottom: 2px solid #FF6A04;  }  
H4 { font-family: Verdana, Arial, Helvetica, sans-serif; color: #ce6300; background-color: #ffffe7; }  
/* old h3 bd7b00 | old h2 #6B4200;*/ 
 
HR { color: #FF6A04; }  
TD { font-family: Verdana, Arial, Helvetica, sans-serif; font-size: 80%; }

A:hover {background-color: #FFDBBC; TEXT-DECORATION: none; }   
A.navbar:hover   {TEXT-DECORATION: none; }  /*used to also do COLOR: white;*/
A.navbar:link    {TEXT-DECORATION: none; } 
A.navbar:visited {TEXT-DECORATION: none; } 
A.head:hover     {TEXT-DECORATION: none; background-color: #FF6A04;  color: white; } 

.versionlink { font-weight: bold; color: blue; font-size: 12pt; } 
A.versionlink:hover {TEXT-DECORATION: none; background-color: #ffce63; color: blue; } 

/* was: on ffde94 | off ffce63 | orange ff9c00 | */ 
.nbon  {background-color: #FFDBBC;  border-top:  2px solid  white;  border-bottom: 2px solid  white;
                                    border-left: 4px solid  #FF8822; }
.nboff {background-color: #FFB77A;  border-top:  2px solid  white;  border-bottom: 2px solid  white; 
                                    border-left: 4px solid  white; }

.nborange  {background-color: #FF6A04; border-top: 2px solid white; border-bottom: 2px solid  white;}
.porange   {text-align: center; color:white; font-weight: bold;}
.statstr   {font-family:Courier New; font-size:11pt;}  

.screenonly {display: block; }   
.printonly  {display: none;}    

 /* Buttons---------------------------------------------------------- */
.nav_button a
{	width: 90px;
	display:block;
	padding:3px;  text-align:center;
	font-size:10pt;	font-family: verdana; font-weight:bold;
	background-color:#FF9043; border: 4px double #FF6A04;
	color: #F2FFF3;
	margin-bottom:9px;  
	text-decoration: none;  	}
.nav_button a:hover    {background-color:#D95A03;}
.nav_button_selected2
{	width: 90px;
	display:block;
	padding:3px;  text-align:center;
	font-size:10pt; font-family: verdana; font-weight:bold;
	background-color:#BF5003; border:4px solid #BF5003;
	color: #F2FFF3;
	margin-bottom:9px;   
	text-decoration: none;  }



 /* Header-------------------------------------------------- */
 #page_header{
         position: absolute;
         left: 0px;
         right: 0px;
         top: 0px;
         width: 100%;
         height: 55px;
         /*border-bottom: 3px solid #FFDBBC;  */
         /* border-bottom: 1px solid gray;   36332c; */
         /* background-color: #5C866C;  | 735E59  BC9973 without text it dont work. */  }
         

 /* Left Column-------------------------------------- */
 #left_col {
         position: absolute;
         left: 4px;
         width: 99px;    
         top: 59px;} /* ceiling */        
       /*background-color: #ffce63; can never get a background color  */

 /* Center Column----------------------------------------- */
 #mid_col {
         margin-left: 118px;
         margin-top: 59px;  /* ?? only needed for center column */  
         margin-right: 40px;          
         }
         /* top: 50px;  doesnt seem to do anything for center column */ 
         /* background: #cccccc; */

 /* Footer---------------------------------------------- */
 div.footer
    {background-color: #FF9043; text-align:center; font-size:8pt; color:#F2FFF3; margin-top:0px; 
     padding-top:1px; padding-bottom: 8px; font-weight:bold;      } 



 /* Not Used Stuff---------------------------------------------- 
 The footer div below does not work at all - subject to window size NOT real page bottom 
 #page_footer{
         position: absolute;
         left: 0px;
         right: 0px;
         bottom: 0px;
         width: 100%;
         height: 20px;
         background-color: black;  }
 The below was a bad idea 
   P  { font-family: Verdana, Arial, Helvetica, sans-serif; font-size: 100%; }
   UL { font-family: Verdana, Arial, Helvetica, sans-serif; font-size: 90%; }
 */ 
