/** FCE Styling */

.twoCol {
	position:relative;
	
}

.twoColFirst {
	width:49%;
	float:left;
}

.twoColSecond {
	width:49%;
	float:right;
}


.factBox {
	border:1px dashed #606060;
	padding:5px;
	}
