@charset "utf-8";
/* CSS Document */

#header {
	height: 125px;
	background-image: url(/images/heritage.gif);
}

.title {
	margin-top: 10px;
	margin-bottom: 3px;
	font-size: 24px;
	/*	height: 30px;*/
	font-variant: small-caps;
	border-bottom-width: 2px;
	border-bottom-style: solid;
	border-bottom-color: #0066CC;
}

#content a {
	color: #0000FF;
	text-decoration: none;
}

#content a:hover {
	color: #FFFFFF;
	background: #0066CC;
}

.clear_terms{
	visibility: hidden;
}

