@charset "utf-8";
/* CSS Document */


#Navigation {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #000000;
}
#Navigation {
	position:absolute;
	width:146px;
	height:167px;
	z-index:1;
	left: 13px;
	top: 14px;
}
#Content {
	position: absolute;
	float:right;
	width: 986px;
	max-height: 800px;
	white-space:nowrap;
	overflow:auto;
	left: 167px;
	top: 54px;
	text-align:center;
	font-family:Arial, Helvetica, sans-serif;
	font-size:10px;
}
#BioLinks {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-weight: bold;
	color: #000000;
	position:absolute;
	left: 13px;
	top: 182px;
	height: 118px;
	width: 146px;
}

a {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #000000;
}
a:link {
	text-decoration: none;
}
a:visited {
	text-decoration: none;
	color: #000000;
}
a:hover {
	text-decoration: none;
	color: #660000;
}
a:active {
	text-decoration: none;
	color: #660000;
}
