body {
font-family: arial, sans-serif;
font-size: large;
line-height: 5.6em;
}
ul.b { 
        list-style-type: disc; 
}
ul.c { 
        list-style-type: disc; 
        float: left;
        margin: 0 20px;
}  
ul.d { 
        list-style-type: disc; 
        float: left;
        margin: 0 30px;
	padding: 0; 

}
/* {text-align:center;}*/

ul.flag {
list-style-image: url('/favicon.ico');
        float: left;
        margin: 0 36px;
	padding: 0; 
}
i.flag favicon.ico



	behavior: url(csshover.htc);
}
a {
	color: blue;                  /* color of the text*/
	text-decoration: none;
}
ul {
	list-style: none;
	margin: 0;
	padding: 0;
/*	width:210px;   temp     */         /*  width of column */
}
ul li {
	                             /* font: bold 11px/16px arial, helvetica, sans-serif; */   
        font-family:  arial, helvetica, sans-serif;  
	height:100%;
	             /*background:#B0C4DE;    HAD TO REMOVE BACK GROUND COLOR OTHERWISE ALL LISTS WOULD HAVE BLUE COLOR   */   
	border-bottom:0px solid #B0C4DE;         /* under LINE COLOR BLUE xxxxxxxxxx */
	position: relative;
	float:left;
	width:100%;
	}	
ul li ul li{
	background: #B0C4DE;    /*  second level color */  
/*	width:310px;   temp   */           /*  width of 2nd column */
	}
ul li a{
	display:block;
	padding: 1px 3px;    /*  First number is the height of box originally 2 */
	}

ul li a:hover {
	color: #a00;
	background: skyblue;          /* hover background color Level 1 */
	border-right:1px solid #fff; 
	/*border-left:1px solid #fff;*/
}

ul li ul li a:hover{
	background: skyblue;          hover background color Level 2 
	border-left:4px solid #fff;  /* leave a space in column 2 */
}

ul ul {
	position: absolute;
	top: 0;
	display:none;
	width:280px;                 /*  width of 3nd column */
}

ul li:hover ul{
	display: block;
	left:210px;              /*  not sure about this*/



}

h1 {
color: #000080;
font-size: 250%;
  text-shadow: 1px 1px 2px red;
}
h2 {
font-size: 150%;
color: #000080;
  text-shadow: 1px 1px 2px red;
}
h3 {
font-size: 130%;
color: blue;
  text-shadow: 1px 1px 2px red;
}
p.normal {
font-size: 150%;
color: #ffffff;
}
p.white
 {
font-size: 120%;
color: #ffffff;
}
.cellcolorlgray { 
background-color: #a9a9a9; /*header & navagation buttons*/
}
.cellcolorblue {
background-color: #B0C4DE;  /*rows*/ 
}
.cellcolorlblue {
background-color: #00ccff;  /*rows*/ 
}
.cellcolorltblue {
background-color: #000080;  /*rows*/ 
}
.cellcolorltgray {
background-color: #dcdcdc;  /*rows*/
}
.cellcolorxx {
background-color: #7b68ee;  /*Table Border*/
}
.cellcolorwhite {
background-color: #ffffff;  /*White*/
}
.cellcolorblack {
background-color: #000000;  /*Black Border Lines*/
}
.thred {
background: red;
}   
.thblue {
background: #0000ff; /*Rows*/ 
}
.thyellow {
background: #ffff00;
}
.thgreen {
background: green; 
}
.thfuchsia {
background: #ff00ff;
}
.thpurple {
background: #800080;
}
.thlime {
background: #00ff00;
}
.thturquoise {
background: #00cfc0;
}
.thteal {
background: #009090;
}
.thwhite {
background: #FFFFFF;
}
.thorange {
background: #ffa500;
}
.thamber {
background: #ff7750;
}
.thgray {
background: #808080;
}
.thbrass {
background: #ff9900;
}
p.navigation { 
line-height: 1.9; 
font-size: .9em;
}
p {
line-height: 1.3;
}
p.navf {
line-height: 1.3;
font-size: .8em;
}
a:link {color:blue; font-weight: bold; 
}
a:visited {color:#990000; font-weight: bold;
}
a:hover {color:#990000; background: skyblue; font-size: 1.05em;  
}
bw:hover {background: white; font-size: 1.05em;
}
p.blue:hover {color:blue;        /* makes text blue on hover */
}
p.red:hover {color:red;          /* makes text blue on hover NOT USED */
}
/*blue:hover*/
.th {
border-color: blue;
border-style: solid;
}

