body {
	background-color: #ABA79E;
	color: Black;
}
.main {
	width: 700px;
}
.navblank {
	width: 700px;
	height: 22px;
	background-image : url(navback.gif);
	background-repeat : repeat-x;
}
.nav2blank {
	width: 700px;
	height: 0px;
	background-color: #F8EFD7;
}
.menubar {
	width:700px;
	height:22px;
}
a.topnav {
	font-family:"Times New Roman", Times, Georgia, serif;
	font-size: 11px;
	color: #FFFFFF;
	height: 22px;
	text-decoration: none;
	display: block;
	background-image: url(navback.gif);
	background-repeat: repeat-x;
	font-weight: normal;
}
a.topnavcurrent {
	font-family:"Times New Roman", Times, Georgia, serif;
	font-size: 11px;
	color: #FFFFFF;
	height: 22px;
	text-decoration: none;
	display: block;
	background-image: url(navback.gif);
	background-repeat: repeat-x;
	font-weight: normal;
}
a.topnavsel {
	font-family:"Times New Roman", Times, Georgia, serif;
	font-size: 11px;
	color: #99002c;
	height: 22px;
	text-decoration: none;
	display: block;
	background-image: url(navover.gif);
	background-repeat: repeat-x;
	font-weight: normal;
}
.blnk {
	background-image : url(navdiv.gif);
	background-repeat : repeat-x;
}
.blnkg {
	background-image : url(navback.gif);
	background-repeat : repeat-x;
	height:22px;
}
.menuspacer {
	width:2px;
	height:6px;
}
.menu {
	position : absolute;
	left : 0px;
	top : 0px;
	FILTER:progid:DXImageTransform.Microsoft.Blinds(Bands=1,direction=down,duration=0) progid:DXImageTransform.Microsoft.Shadow(color=#222222,direction=135,strength=2);
	border-bottom: 1px solid Silver;
	border-left: 1px solid Silver;
	border-right: 1px solid Silver;
	border-top: 0px;
}
a.nav {
	font-family:"Times New Roman", Times, Georgia, serif;
	font-size : 11px;
	color : #999999;
	background-color : white;
	width : 100%;
	text-decoration : none;
	display:block;
	/* filter:alpha(opacity=90);
	-moz-opacity:.90;
	opacity:.90; */
	padding-bottom : 1px;
	padding-top : 1px;
}
a.nav:hover {
	/*
	filter: alpha(opacity=100);
	-moz-opacity: 1;
	opacity: 1; */
	color: #77B6D0;
}