h1b {
	font-size: 24px;
	font-family: "Book Antiqua", "Times New Roman", Times;
	font-weight: bold;
	color: Black;
}

h2b {
	font-family: "book antiqua", "Times New Roman", Times, serif;
	color: Black;
	font-style: italic;
	font-weight: bolder;
	font-size: 18px;
}

h3b {
	font-family: "book antiqua", "Times New Roman", Times;
	font-size: larger;
	font-weight: bold;
	color: Black;
}


h1 {
	font-size: 24px;
	font-family: "Book Antiqua", "Times New Roman", Times;
	font-weight: bold;
	color: #666600;
}

h2 {
	font-family: "book antiqua", "Times New Roman", Times, serif;
	color: #660033;
	font-style: italic;
	font-weight: bolder;
	font-size: 18px;
}

h3 {
	font-family: "book antiqua", "Times New Roman", Times;
	font-size: larger;
	font-weight: bold;
	color: #996600;
}



#main {
margin-left: 12em;
margin-right: 0;
}

#navcontainer {
	position: absolute;
	top:10px;
	left:10px;
}
	
#nav, #nav ul { /* all lists */
		padding: 0;
		margin: 0;
		list-style: none;
		float : left;
		width : 11em;
}
	
#nav li { /* all list items */
	position : relative; /* relative */
	float : left;
	line-height : 1.25em;
	margin-bottom : -1px;
	width: 11em;
	width: 150px;
}
	
#nav li ul { /* second-level lists */
		position : absolute;
		left: -999em;
		margin-left : 10.05em; /*11.05em; */
		margin-left : 11.05em;
		margin-left : 151px;
		margin-top : -1.35em;
		width: 11em;
}
	
	
	#nav li a {
		zwidth: 11em;
		zw\idth : 10em;
		zwidth: 150px;
		display : block;
		color : #FFFFCC;
		font-weight : zbold;
		text-decoration : none;
		background-color : #5A4A31;
		border : 1px solid #CEBD8C;
		padding : 0 0.5em;
		font-family: "book antiqua", "Georgia", Times;
	}
	
	#nav li li a { /* let the second layer go wider */
		width: 10em;
	}
	
	#nav li.graphic a {
		display : block;
		background:none;
		border : none;
	}	
	
	#nav li a:hover {
		color :#5A4A31;
		background-color : #FFFFCC;
	}
	#nav li.graphic a:hover {
		background : none;
	}	
	
	#nav li:hover ul ul, #nav li:hover ul ul ul, #nav li.sfhover ul ul, #nav li.sfhover ul ul ul {
		zleft: -999em;
	}
	
	#nav li:hover ul, #nav li li:hover ul, #nav li li li:hover ul, #nav li.sfhover ul, #nav li li.sfhover ul, #nav li li li.sfhover ul { /* lists nested under hovered list items */
		left: auto;
	}
	