/* Created by TopStyle Pro Trial Version - www.bradsoft.com */
body {
	color: Navy;
	font-family: "GeoSlab703 Lt BT", Courier, sans-serif;
	margin: 20px;
	background: #FAF0E6;
}

h1 {
	color: Black;
	font-size: large;
}

h4 {
	font-size: medium;
}
h5 {
	font-size: small;
}
.emphasis {
	font-style: italic;
}

#navlist {
position: relative;
	left: 30px;
	top: 1px;
}

#navlist ul {
	margin: 0; /*removes indent IE and Opera*/
	padding: 0; /*removes indent Mozilla and NN7*/
	list-style-type: none; /*turns off display of bullet*/
	font-family: Verdana, Helvetica, sans-serif;
	font-size: 13px;
	font-weight: bold;
}

#navlist li {
	margin: 0px 0px 2px 5px;
}

#navlist a {
	display: block;
	padding: 2px 2px 2px 24px;
	border: 1px solid #333;
	width: 185px;
	background-color: #E6FAFA;
	/* background-image:  url(images/bua1.gif); /* */
}
#navlist a:link, #navlist a:visited {
	color: Navy;
	text-decoration: none;
}

#navlist a:hover {
	border: 1px solid #333;
	color: black;
	background-color: #D5ABFC;
	/* background-image:  url(images/bud1.gif); */

}
#currentlink a:link, #currentlink a:visited, #currentlink a:hover {
	border: 1px solid #333;
	background-color: #FAFAE6;
	/* background-image:  url(images/buo1.gif); */
	color: navy; /* */
}