﻿body { 
background-color: #cccccc;
margin: 0px
}

h1 {
	font-family: "Lucida Sans", "Lucida Sans Regular", "Lucida Grande", "Lucida Sans Unicode", Geneva, Verdana, sans-serif;
	font-size: 18px;
	font-style: normal;
	font-weight: BOLD;
	font-variant: normal;
	color: #006699;
}

h2 {  
	font-family: "Lucida Sans", "Lucida Sans Regular", "Lucida Grande", "Lucida Sans Unicode", Geneva, Verdana, sans-serif; 
	font-size: 16px; 
	font-style: normal;
	font-weight: BOLD; 
	font-variant: normal; 
	color: #0099CC
}

h3 {  
	font-family: "Lucida Sans", "Lucida Sans Regular", "Lucida Grande", "Lucida Sans Unicode", Geneva, Verdana, sans-serif; 
	font-size: 14px; 
	font-style: normal;
	font-weight: BOLD; 
	font-variant: normal; 
	color: #000000
}


td {  
	font-family: "Lucida Sans", "Lucida Sans Regular", "Lucida Grande", "Lucida Sans Unicode", Geneva, Verdana, sans-serif; 
	font-size: 12px; 
	font-style: normal; 
	font-weight: normal; 
	font-variant: normal; 
	color: #000000
}

p {  
	font-family: "Lucida Sans", "Lucida Sans Regular", "Lucida Grande", "Lucida Sans Unicode", Geneva, Verdana, sans-serif; 
	font-size: 12px; 
	font-style: normal; 
	font-weight: normal; 
	font-variant: normal; 
	color: #000000
}

.relatedTerms {
	font-family: "Lucida Sans", "Lucida Sans Regular", "Lucida Grande", "Lucida Sans Unicode", Geneva, Verdana, sans-serif; 
	font-size: 10px; 
	font-style: normal;
	font-weight: normal; 
	font-variant: normal; 
	color: #000000
}

.header-nav {
	font-family: "Lucida Sans", "Lucida Sans Regular", "Lucida Grande", "Lucida Sans Unicode", Geneva, Verdana, sans-serif;
	font-size: 10px;
	font-style: normal;
	line-height: 11px;
	font-weight: normal;
	font-variant: normal;
	color: #666666;
	text-align: center;
}

.footerNav {
	font-family: "Lucida Sans", "Lucida Sans Regular", "Lucida Grande", "Lucida Sans Unicode", Geneva, Verdana, sans-serif;
	font-size: 11px;
	font-style: normal;
	line-height: 11px;
	font-weight: normal;
	font-variant: normal;
	color: #666666;
	text-align: center;
}

.footer {
	font-family: "Lucida Sans", "Lucida Sans Regular", "Lucida Grande", "Lucida Sans Unicode", Geneva, Verdana, sans-serif;
	font-size: 10px;
	font-style: normal;
	line-height: 11px;
	font-weight: normal;
	font-variant: normal;
	color: #666666;
	text-align: center;
}

a:link {
  color: #006699;
  text-decoration: none;
  outline: none;
}

a:visited {
  color: #006699;
  text-decoration: none;
    outline: none;
}

a:hover {
  color: #000000;
}

a:active{
  color: #006699;
  text-decoration: none;
  outline: none;
}


/* Styles for Menu Items */

#nav-menu ul {
	margin: 0;
	padding: 0;
	list-style: none;
	width: 200px; /* Width of Menu Items */
	border-bottom: 1px solid #ccc;
	z-index:10;
	}

li#newmenu {
	position: relative;

	}
	
li#newmenu ul {
	position: absolute;
	left: 199px; /* Set 1px less than menu width */;
	top: 0;
	display: none;

}

/* Styles for Menu Items */
li#newmenu a {
	font-family: "Lucida Sans", "Lucida Sans Regular", "Lucida Grande", "Lucida Sans Unicode", Geneva, Verdana, sans-serif;
	font-size: 11px;
	display: block;
	text-decoration: none;
	color: #555;
	background: #EFEDED;
/* IE6 Bug */	padding: 2px;
	border: 1px solid #ccc;
	border-bottom: 0;
	z-index:1;

}

/* Fix IE. Hide from IE Mac \*/
* html ul li#newmenu { float: left; height: 1%; }
* html ul li#newmenu a { height: 1%; }
/* End */

ul li#newmenu a:hover { color: #006699; background: #FFFFFF; } /* Hover Styles */
		
li#newmenu ul li#newmenu a { padding: 2px 5px; } /* Sub Menu Styles */
		
ul li#newmenu:hover ul, li.over#newmenu ul { display: block; } /* The magic */





