/* CSS Document */
#top {
	white-space: nowrap;
	position: absolute;
	visibility: visible;
	z-index: 1;
	left: 20px;
	top: 30px;
	width: 750px;
	height: auto;
}
#nav {
	position: absolute;
	visibility: visible;
	z-index: 2;
	left: 43px;
	top: 192px;
	color: #336633;
	font-family: Georgia, Times, serif;
	font-size: 12px;
	text-decoration: none;
	white-space: nowrap;
	width: 530px;
	height: 30;
}
#content {
	font-family: Georgia, Times, serif;
	font-size: 12px;
	color: #330000;
	text-decoration: none;
	position: absolute;
	top: 250px;
	left: 45px;
	overflow: visible;
	visibility: visible;
	z-index: 3;
	height: auto;
	width: 350px;
	line-height: 20px;
}
#content table {
	font-family: Georgia, Times, serif;
	font-size: 12px;
	color: #330000;
	text-decoration: none;
}
a:link {
	text-decoration: none;
	color: #330000;
}
a:visited {
	text-decoration: none;
	color: #330000;
}
a:hover {
	text-decoration: none;
	color: #993300;
}
.style6 {
	color: #330000;
	font-size: 18px;
	font-weight: bold;
}
