body{
	background:white;
	color: #000;
	font-family: "Verdana", Geneva, Arial, Helvetica, SunSans-Regular, sans-serif;
}

p {
   	color: #000;
	font-family: "Verdana", Geneva, Arial, Helvetica, SunSans-Regular, sans-serif;
}

h1	{
	margin-bottom:.0001pt;
	page-break-after:avoid;
	font-size:10.0pt;
	font-family:"Lucida Sans Unicode";
	margin-left:0cm; margin-right:0cm; margin-top:0cm
}

h2 {
    margin-bottom:.0001pt;
	page-break-after:avoid;
	font-size:8.0pt;
	font-family:Verdana; margin-left:0cm; margin-right:0cm; margin-top:0cm
}

/*MENUBAR*/

#nav, #nav ul { /* all lists */
	z-index: 3;
	background: white;
	padding: 0;
	margin: 1px 1px 1px 2px; /*2px left (t-r-b-l) to compensate for 0px left in nav li*/
	border: 0;
	list-style: none;
	line-height: 1.5;
	width:100%; /*Use entire width for bar*/
	

}

#nav a {
	display: block;
	background:red;
	color:#ffffff;
	font-family: Verdana;
	font-size: 80%;
	text-decoration:none;
	text-align: center;
}

#nav li { /* all list items */
	float: left;
	padding: 0;
	background: green;
	font-family: Verdana;
	margin: 2px 2px 0px 0px; /*0px left to ensure alignment under heading, 2px right to give nice spacing in top bar (t-r-b-l)*/
	width: 8.8em;/* width needed or else Opera goes nuts */
	
	 
}

#nav li ul { /* second-level lists */
	position: absolute;
	float: left;
	background: white; /*bg white - red done in nav li (creates solid blocks otherwise)*/
	margin: 0px 0px 5px 0px;
	width: 8.7em;
	left: -999em; /* using left instead of display to hide menus because display: none isn't read by screen readers */
}

#nav li:hover ul, #nav li.sfhover ul { /* lists nested under hovered list items */
	left: auto;
}

/*END OF MENUBAR*/


a:link {
  color:#000000;
text-decoration:underline;
  }
a:visited {
  color:#000000;
 text-decoration:underline;
  }
a:hover {
  color:#000000;
  text-decoration:underline;
}
a img {
  border-width:0;
  }

;
