body {
	background-image: url(artwork/bkgrnd2.jpg);
}
.category {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-weight: bold;
	color: #000066;
	font-size: 16px;
}
.pagehead {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-weight: bold;
	color: #FF0000;
	font-size: 24px;
}
.red {
	font-size: 12px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-weight: bold;
	color: #FF0000;
}
.red a {
	text-decoration:none;
	color: #FF0000;
}
.red a:hover {
	color: #0000CC;
}
.bluesub {
	font-size: 14px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-weight: bold;
	color: #0000CC;
}
.bluesub a {
	text-decoration:none;
	color: #0000CC;
}
.bluesub a:hover {
	color: #FF0000;
}
.reversesub {
	font-size: 14px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-weight: bold;
	color: #FFFFFF;
	padding-left: 10px;
}
.subhead {	
	font-size: 12px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-weight: bold;
	color: #000000;
}
.body {
	font-size: 12px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-style: normal;
	font-weight: normal;
}
.style14 {color: #000000}
#nav, #nav ul { /* all lists */
	background:#3300FF;
	font-size:14px;
	font-family:Arial,Helvetica,sans-serif;
	font-weight:bold;
	width:100%;
	background-image: url(artwork/menubkgrnd.jpg);
	float:left;
    list-style:none;
    line-height:30px;
    padding:0; 
    margin:0;
}

#nav a {
    display:block;
    color:#FFFFFF;
    text-decoration:none;
    padding:0px 10px;
}

#nav li { /* all list items */
 	float:left;
    padding:0;
	 /* width needed or else Opera goes nuts ****width: 10em; */
}

#nav li li {
    width:170px;
    border-bottom:1px solid #666666;
    border-left:1px solid #666666;
    border-right:1px solid #666666;
    font-weight:bold;
    font-family:verdana,sans-serif;
}
	
#nav li li a {
    padding:4px 10px;
    font-size:12px;
    color:#FFFFFF;
}
	
#nav li:hover, #nav li.sfhover {
    background:#CC0000;
    }

#nav li ul { /* second-level lists */
	position: absolute;
	background:#0000FF;
	width: 172px;
	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;
	color:#FFFFFF;
}