body {
	text-align: center;
	font-family: Verdana;
	color: #000000;
	background-color: #F9F9F9;
}

a {
	color: #000084;
}

a:hover {
	color: #840084;
	text-decoration: none;
}

a:visited {
	color: #840000;
}

#menu {
	text-align: left;
	font-family: Verdana;
	position: absolute;
	width: 160px;
	border: 1px solid #808080;
	border-top: none;
}

#menu a {
	text-decoration: none;
	display: block;
	color: #000000;
}

#menu a:hover {
	text-decoration: none;
	color: #000000;
}

#menu a:visited {
	color: #000000;
}

#menu .group {
	background-color: #9C9E9C;
	border-top: 1px solid #000000;
	padding: 4px 2px 4px 2px;
	font-weight: bold;
}

#menu .link {
	font-size: .9em;
	background-color: #CECFCE;
	border-top: 1px solid #848284;
	/*border-bottom: 1px solid #848284;*/
	padding: 4px 2px 4px 2px;
}

#menu .link:hover {
	background-color: #DEDFDE;
}

#main {
	position: absolute;
	top: 0px;
	margin-left: 160px;
	padding-left: 6px;
}

#main h1 {
	text-align: left;
	font-size: 1.3em;
	font-weight: bold;
	background-color: #C0C0C0;
	border: 1px solid #808080;
	margin-top: 8px;
	padding: 4px;
}

#main h2 {
	font-size: 1.1em;
	font-weight: bold;
}

#main div.mini {
	font-size: .8em;
	text-align: right;
}
