p, td, dd{
font-family: goudy old style, garamond, serif;
font-weight: 580;
font-size: 12pt;
line-height: 17pt;
}

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

#nav a {
	display: block;
	width: 5em;
}

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

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

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

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

#nav2 a {
	display: block;
	width: 5em;
}

#nav2 li { /* all list items */
	float: center;
	width: 1px; /* width needed or else Opera goes nuts */
}

#nav2 li ul { /* second-level lists */
	position: relative;
	width: 1px;
	left: -999em; /* using left instead of display to hide menus because display: none isn't read by screen readers */
}

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

#content {
	clear: left;
	color: #ccc;
}
.scrollBox {
scrollbar-face-color: #FFFFD1; 
scrollbar-shadow-color: #FFFFD1;
scrollbar-highlight-color: #FFFFD1;
scrollbar-3dlight-color: #FFFFD1;
scrollbar-darkshadow-color: #FFFFD1;
scrollbar-track-color: #FFFFD1;
scrollbar-arrow-color: #BA0000;
overflow: scroll;
}
h1, h2, h3, h4, h5{
font-family: gill sans, futura bt, franklin gothic, sans serif;
}
h4{
margin: 0 0 -12px 0;
}
span {
color: #BD0201;  
font-weight: 700;
font-size: 13pt;
}
dt a{
color: #BD0201;  
font-weight: 700;
font-size: 13pt;
text-decoration: none;
}
}