@charset "UTF-8";
/* CSS Document */
/*XXXXXXXXXXXXXXXXXX Reset all browser defaults XXXXXXXXXXXXXXXXXXX*/
.NavigationBarElements #HomeTopNavBar a {
	color:#c00;
	}
.FeatureImage {
	float:left;
	margin-right:10px;
	}
.SubFeatureImage {
	margin-bottom:10px;
	}
.FloatingHeadline {
	/*temporarily hide the headline*/
/*	display:none;*/
	font-family:"Times New Roman", Times, serif;
	font-size:55pt;
	font-weight:500;
	color:#fff;
	position:absolute;
	top:180px;
	left:74px;
	opacity: 0.9;
	filter: alpha(opacity=80);
	}