/* CSS Document */

.left-2col {
	width:365px;
	float: left;
	margin-right: 20px;
	}
	
.right-2col {
	width: 365px;
	float:left;
	clear:right;
}

.2col-header {
	margin-bottom: -10px;
	
}

.headlineRed {
	font-family: Helvetica, sans-serif;
	font-size: 18px;
	font-weight: bold;
	color: #BE0027;
	text-decoration: none;
	line-height: 22px;
	
}