/*  This CSS file will be loaded last by the browser  */


.center {
	margin: auto;
	text-align: center;
	}

.clear-both { clear: both; }
	
.f-left {
	float: left;
	margin-right: 15px;
	}

.highlightbar {
	background-color: #669898;
	display: block;
	font-weight:bold;
	padding-left:3px;
	color:White;
}
.headingbar {
	background-color:#006643;
	display: block;
	font-weight:bold;
	font-size:150%;
	padding:5px;
	line-height:110%;
	color:White;
}

.headingbar2 {
	background-color: PaleGoldenrod;
	display: block;
	font-weight:bold;
	font-size:110%;
	padding-left:3px;
}

.w50 { width: 47%; }