body 
{	background-color: white;   
	font-family: Verdana, Arial, Geneva, Helvetica, sans-serif;
        font-size: 80%;
	scrollbar-arrow-color:#313942; scrollbar-track-color:#ffffff;  
	border-color: #cecbce;         /*#313942;  */
	border-style: solid;	
	border-left-width: 3em;  border-right-width: 3em; border-top-width: 0px; border-bottom-width: 0px;
	padding-top: 0px;   margin-left: 0px;  margin-right: 0px; margin-top : 0px;       
}
td {font-family: Verdana, Arial, Geneva, Helvetica, sans-serif;    font-size: 80%;}

A:hover {  background-color: #ffd0a0; text-decoration: none; } /* was #FBB891, FFF0A7, yellow, ffff66 */ 

A.navlink:hover  {background-color: black;   text-decoration: none; color:white;}
A.navlink2:hover {background-color: #CCD0CD; text-decoration: none; }
A.footerlink {color:#313942; text-decoration:none; padding-left:6px; padding-right:6px; font-weight:bold;}
A.footerlink:hover {background-color:navy; color:white;}
A.itn:hover {background-color: #495490; color:white; text-decoration: none;} /*griping In The News on home page*/ 
A.mp:hover {background-color: #E6852F; color:white; text-decoration: none;} /*most popular */ 

H1 { COLOR: #0000A0; FONT-FAMILY: "Comic Sans MS";  }  
H2 { COLOR: #0000A0; FONT-FAMILY: "Comic Sans MS"; }  
H3 { COLOR: #0000A0; FONT-FAMILY: "Comic Sans MS"; }  
H4 { COLOR: #0000A0; FONT-FAMILY: "Comic Sans MS"; }  
H5 { COLOR: #0000A0; FONT-FAMILY: "Comic Sans MS"; }  
HR { color: #ff9c39; }  
LI { padding-top: 5px; }
.h2u {COLOR: #0000A0; FONT-FAMILY: "Comic Sans MS"; border-bottom:2px solid #ff9c39;} /* h2 underlined */ 
.h3u {COLOR: #0000A0; FONT-FAMILY: "Comic Sans MS"; border-bottom:2px solid #ff9c39;}  


Blockquote{
	background-color: #F1F1F1;  /* efefef is very similar,808080 dark gray*/
	border: 1px solid #808080;
	color: #000000;
	font-size: 10pt;
	line-height: 16pt;
	margin-bottom: 0px;
	-moz-border-radius: 12px;
	padding: 10px 15px 10px 15px;} 
	
.codesample{
	background-color: #F1F1F1;
	border-bottom: 1px solid #808080;
	border-top:    1px solid #808080;
	font-family: Courier New; 
	font-size: 12; 
	margin-bottom: 0px; margin-left: 30px; margin-right: 50px;
	padding: 8px 15px 8px 15px;} 
	
.ludate {background-color: #FFEED5; font-family: "Verdana"; font-size: 8pt; border-top:1px solid #ff9c39;}
.pudate {background-color: #F1F1F1; font-family: "Verdana"; font-size: 8pt; text-align:left;} 
.indented { margin-left: 20px;  margin-right: 20px; } /* used for divs */ 
.cf{font-family: Courier New; }  /*Courier Font*/

 .letters {padding-left:4px; padding-right:4px; text-decoration:none;} /* for alphabet in heading */ 
A.letters:hover {background-color: #495490; color:white;}  


 /*----navigation, second line of top menu-------------*/
 #hdrlinkstb    {border-top: 4px solid #FF9900; border-bottom: 1px solid #cecbce; } 
 #hdrlinkstb td {border-left:5px solid #FF9900; background-color:#FF9900; padding-bottom:6px; padding-left:5px;} 
 #hdrlinkstb a  {color:black; text-decoration:none; font-weight:bold;
                 padding-right:14px; padding-left:14px;
                 padding-top:3px; padding-bottom:6px; background-color:#f1f1f1;
                 border-right:5px solid #FF9900;  }
 #hdrlinkstb a:hover 
                {background-color:#333331; color:ffffff; }

/* 2/6/2007   added class letters */ 
/* 2/5/2007   modified second heading line - navigation. New classes */
/* 1/6/2007   added new pudate class for previous update dates */ 
/* 12/15/2006 added new class for links in the footer */ 
/* 6/28/2006  added itn class for griping In The News on home page */ 
/* 2/18/2006  added h2u class for underlined H2s */ 
/* 12/20/2005 added indented */ 
/* 6/23/2004  added blockquote  */ 
/* 5/9/2004   new color scheme  */ 
/* 5/8/2004   added left and right borders, adjusted margins,padding and scrollbar colors */ 
       /* scrollbar-face-color: black;    was: #6E7577, lightsalmon, #ff9999 a redish pink */
       /* scrollbar-track-color: white;  was  #F7FCF9; */ 
/* 5/6/2004   added left and right margins */ 
/* 1/23/2004  added navlink class */ 
/* 12/18/2003 added a color for HRs, the darkest gray from heading */ 
/* 12/17/2003 changed background color from FCFAFF (lite purple) to F9F8F5 (light orange) 
              changed scrollbar track color from F7fcf9 to F5F9FB   (both light greens) 
              changed scrollbar face color from 6B7876 to  6E7577  (both dark grey/greens) 
   12/16/2003 changed arrow color from navy to white, scrollbar face color from lightsalmon to 6B7876 */ 
/*            changed scrollbar track color from white to F7fcf9 */ 
/* 5/2002 including td as the same as body caused problems. It over-rode the background color */  
/* 5/30/2003  added font directive to body and td tags */  
/* 9/5/2003 added color and font for all headings */ 
/* 12/8/2003 changed background color from seashell to a very light pink */ 
/* 5/27/2002 forced top margin to be 2 pixels  */ 
