BODY {
background-color: #ffffff;
font-family: arial, sans-serif;
text-decoration: none;
font-size: 12pt;
color: 0000a3; 
margin-left: 0px; 
margin-right: 0px; 
margin-top: 0px; 
margin-bottom: 0px;
background-image: url(bkg-home.gif);
}
TH {
font-family: arial, sans-serif;
text-decoration: none;
font-size: 12pt;
color: 000099
}
TD {
font-family: Comic Sans MS, sans-serif;
text-decoration: none;
font-size: 12pt;
color: 000099
}

h1 {
  font-family: Script MT Bold, Arial, sans-serif; 
  font-size: 40pt;
  color: 000099;
}

h2 {
   font-family: Arial, Sans-serif; 
   font-size: 16pt; 
   font-weight: 600; 
   font-style: italic; 
   color: 000099;
   }

p.indent { text-indent: 2em; }

A { color : #2ab6c6; text-decoration : none; font-size: 10pt;}
A:visited { color :#0000a3; }
A:hover { color : #2ab6c6; text-decoration : Underline; }

#nav {
	margin: 0;
	padding: 0;
	list-style: none;
	width: 139px;
	padding-top:2px;
	}

#nav ul  {
	margin: 0;
	padding: 0;
	list-style: none;
	width: 139px;
	}

/* Fix IE. Hide from IE Mac \*/
* html #nav li { float: left; height: 1%; }
* html #nav li a { height: 1%; }
/* End */


#nav li {
	position: relative;
	}
	
#nav li ul {
	position: absolute;
	left: 139px; /* Set 1px less than menu width */
	top: 0;
	display: none;
	background: #2ab6c6; /* IE6 Bug */
	border-top: 0px solid #ccc;
	border-left: 0px solid #ccc;
	}

/* Styles for Menu Items */
#nav li a {
	display: block;
	text-decoration: none;
	color:#ffffff;
	background: #2ab6c6; /* IE6 Bug */
	padding: 3px;
	padding-left:10px;
	font-family:Arial;
	font-size:12px;
	
	}
	
#nav li a.last {
	display: block;
	text-decoration: none;
	color: #475F93;
	background: #fff; /* IE6 Bug */
	padding: 3px;
	padding-left:10px;
	border-bottom: 0;
	font-family:Arial;
	font-size:12px;
	}

/* Fix IE. Hide from IE Mac \*/
* html #nav li { float: left; height: 1%; }
* html #nav li a { height: 1%; }
/* End */
		
#nav li a:hover { 
	color: #0000a3; 
	background: #78dae0; 
	font-family:Arial; 
	font-size:12px; 
	text-decoration:none} 
	
/* Hover Styles */

#nav li ul li a { 

	display: block;
	text-decoration: none;
	color:#475F93;
	background: #fff; /* IE6 Bug */
	padding: 3px;
	padding-left:10px;
	border-right: 1px SOLID #ccc;
	border-right: 1px SOLID #ccc;
	border-bottom: 1px SOLID #ccc;
	font-family:Arial;
	font-size:12px;
}
		
#nav li:hover ul,

#nav li.over ul { display: block; } /* The magic */