.top {
	color: #922d46;
	font-style: italic;
	text-align: center;
	font-size: 26px;
	font-family: "Times New Roman", Times, serif;
	font-weight: bold;
	margin-top: 0px;
	margin-bottom: 8px;
}

/* BEGIN style8 */
#navcontainer {
	font-size: 93%;
	border-bottom-width: 3px;
	border-bottom-style: solid;
	border-bottom-color: #922d46;
	margin-bottom: 8px;
}

#navlist {
	margin: 0;
	padding: 0 0 10px 10px;
	text-align: center;

}

#navlist ul, #navlist li {
	margin: 0;
	padding: 0;
	display: inline;
	list-style-type: none;
}

#navlist a:link, #navlist a:visited {
line-height: 150%;
font-weight: bold;
margin: 0 8px 4px 8px;
text-decoration: none;
color: #666666;
}


#navlist a:hover {
border-bottom: 2px solid #000;
padding-bottom: 1px;
background: transparent;
color: #000;
}

/* END style8 */

