body {
	margin: 0 0 0 0;
	background: #E7E7E7;
}
.frame {
	height: 400px;
	
	position:relative;
	top:50px;
	background-color: #E7E7E7;
}
.frame2 {
	height: 30px;
	background-color: #E7E7E7;
}
.banner {
	background-color: #E7E7E7;
	height: 55px;
	font-family: Clarendon;
	font-size: 16px;
	font-weight: bold;
	text-align: center;
	color: #2F4F4F;
	border-bottom:2px solid #C0C0C0;
	
}
.tableft {
	border-right:2px solid #C0C0C0;
	height:100%;
	position:relative;
	top:10px;
	
}
.navheader {
	height:18px;
	color:#2F4F4F;
	font-family:Clarendon;
	font-size:14px;
	font-weight:bold;
	font-style:italic;
}
.tabright {
	border-left:1px solid Goldenrod;
	height:100%
}
.navactive {
	text-decoration: none;
	color: #778899;
	padding-left: 10px;
	/*border-top: 1px solid Silver;*/
	/*width: 160px;*/
	width:100%;
	font-weight:bold;
	
}
.navinactive {
	text-decoration: none;
	color: #D0D0D0;
	padding-left: 10px;
	width: 100%;
	font-weight: bold;
	border-left:2px solid #C0C0C0;
}
	
	a.navinactive:hover {
		color:#2F4F4F;
		border-top:2px solid #C0C0C0;
		border-bottom:2px solid #C0C0C0;
	}
.footer {
	position:relative;
	top:70px;
	border-top:2px solid #C0C0C0;
	
}
a.footerlink {
	text-decoration: none;
	color: #C0C0C0;
	font-family: Clarendon;
	font-size: 12px;
}
a.footerlink:hover {
	color:#2F4F4F;
}
content {
	padding-left: 10px;
	color: #778899;
	font-family: Clarendon;
	font-size: 12px;
}
a.content {
	padding-left: 10px;
	color: #778899;
	font-family: Clarendon;
	font-size: 12px;
	text-decoration:none;
}
.contentheader {
	font-size:14px;
	font-weight:bold;
}
a.content:hover {
	color:#2F4F4F;
}
.navlist {
	position:relative;
	top:100px;
}
ul {
list-style: none;
}