UL {
	list-style-image:url(images/2004/bullet-olive.gif);
}
th { background-color:#9C9C4E; text-align:left; color:#FFFFFF; }
H1 {
	color:#9C9C4E;
}
.workshop { border-color:#9C9C4E; border-style:solid; border-width:1px; }
H2 {
	font-size:16px;
	color:#9C9C4E;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #9C9C4E;
}
h3 {
	font-size:14px;
	color:#9C9C4E;
	}
h4 {
	font-size: 14px;
	font-weight: bold;
	color: #000000;
}
	
.nav ul{ /*all menu items needed to be ul*/
margin: 0px; padding: 0px; list-style-type: none; 
}
.nav a {line-height:20px; }
.nav a:link {color: #000000; text-decoration:none;}
.nav a:visited {color: #000000; text-decoration:none;}
.nav a:hover {color: #000000; border-bottom-width: 3px; border-bottom-style: solid; 	border-bottom-color:#9C9C4E;}
.nav a:active {color: #000000; 	border-bottom-width: 3px; border-bottom-style: solid; 	border-bottom-color: #9C9C4E;}

.button {color:#FFFFFF; background-color: #9B966C; padding:5px; font-size:95%; font-family:Verdana, Arial, Helvetica, sans-serif; font-weight:600; }