	   { font-family:  verdana, geneva; font-size: 10pt; color: #0000A0 }
	p  { font-family:  verdana, geneva; font-size: 10pt;  color: #0000A0; font-style:normal }
	td { font-family:  verdana, geneva; font-size: 10pt; color: #0000A0 }

	h1 { font-family:  verdana, geneva; font-size: 20pt; font-style:italic; font-weight: 500; color: #4a5ac6 }
	h2 { font-family:  verdana, geneva; font-size: 16pt; font-weight: 600; color: #0000A0 }
	h3 { font-family:  verdana, geneva; font-size: 12pt; font-weight: 400; color: #0000A0 }
	h4 { font-family:  verdana, geneva; font-size: 10pt; font-weight: 400; color: #0000A0 }
	h5 { font-family:  verdana, geneva; font-size: 9pt; font-weight: 400; color: #DAA812 }	
	h6 { font-family:  verdana, geneva; font-size: 12pt; font-weight: 400; color: #DAA812 }


#nav, #nav ul { /* all lists */
	padding: 0;
	margin: 0;
	list-style: none;
	line-height: 1;
}

#nav a {
	display: block;
	width: 150px;
}

#nav li { /* all list items */
	float: left;
	width: 150px; /* width needed or else Opera goes nuts */
}

#nav li ul { /* second-level lists */
	position: relative;
	background:  ;
	width: 150px;
	left: -999px; /* 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;

}

#content {
	clear: left;
	color: #ccc;
}
