a:link {
	text-decoration: none;
	color: #4F1111;
	font-family: Tahoma;
	font-size: 14px;
}
a:visited {
	text-decoration: none;
	color: #4F1111;
	font-family: Tahoma;
	font-size: 14px;
}
a:hover {
	text-decoration: underline;
	color: #771919;
}
a:active {
	text-decoration: none;
}
div.content{
	background: white;
	color: black;
	border: 1px solid;
	position: absolute;
	left: 210px;
	top: 176px;
	width: 750px;
	font-size: 14px;
	font-family: Tahoma;
	margin: 0px;
	padding: 15px;
	height: 550;
	clip:   rect(auto auto auto auto);
}

div.leftnav{
	background: #FFFFFF;
	color: #000000;
	font-family: Tahoma;
	font-size: 12px;
	border: 1px solid #000000;
	padding-left: 5px;
	position: absolute;
	left: 18px;
	top: 176px;
	width: 174px;
} 
div.topnav{
	background: #771919;
	position: absolute;
	left: 20px;
	top: 0px;
	width: 969px;
	border: 0px none #999999;
} 
