/* CSS Document */

.heritageheader {	
	color: #333399;
	font-style: italic;
	font-weight: bold;
	font-size: 18px;
}

#heritage {
	width: 100%;
	font-size: 11px;
	font-family: Georgia, "Times New Roman", Times, serif;
	text-align: left;
	margin: 0;
	padding: 0;
}

.heritage {
	width: 100%;
	font-size: 11px;
	font-family: Georgia, "Times New Roman", Times, serif;
	text-align: left;
}

#heritage ul {
	margin: 0;
	padding: 0;
}

#heritagemenu li {
	list-style: none;
	margin: 0;
	padding: 0;
	margin-bottom: 15px;
}

#heritagemenu li a {
	display: block;
	width: 100%;
	font-weight: bold;
	text-decoration: none;
}


.heritagefooter {
	font-size: 10px;
	font-weight: normal;
	font-family: Georgia, "Times New Roman", Times, serif;
}

