#freeBox {
	position:relative;
	float:right;
	width:50%;
	font-size:12px;
	color:white;
	
	
			background: rgb(4,83,149); /* Old browsers */
			background: -moz-linear-gradient(top, rgba(4,83,149,1) 1%, rgba(17,86,141,1) 47%, rgba(0,58,104,1) 100%); /* FF3.6+ */
			background: -webkit-gradient(linear, left top, left bottom, color-stop(1%,rgba(4,83,149,1)), color-stop(47%,rgba(17,86,141,1)), color-stop(100%,rgba(0,58,104,1))); /* Chrome,Safari4+ */
			background: -webkit-linear-gradient(top, rgba(4,83,149,1) 1%,rgba(17,86,141,1) 47%,rgba(0,58,104,1) 100%); /* Chrome10+,Safari5.1+ */
			background: -o-linear-gradient(top, rgba(4,83,149,1) 1%,rgba(17,86,141,1) 47%,rgba(0,58,104,1) 100%); /* Opera 11.10+ */
			background: -ms-linear-gradient(top, rgba(4,83,149,1) 1%,rgba(17,86,141,1) 47%,rgba(0,58,104,1) 100%); /* IE10+ */
			background: linear-gradient(top, rgba(4,83,149,1) 1%,rgba(17,86,141,1) 47%,rgba(0,58,104,1) 100%); /* W3C */
			filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#045395', endColorstr='#003a68',GradientType=0 ); /* IE6-9 */
			
	}
	
	#CLheadlines {
	position:relative;
	float:left;
	width:44%;
	padding:0 3%;
	font-size:larger;
	color:white;
	margin:-15px 0 0 0;
	
	
			
	}




.footer {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-style: normal;
	font-weight: normal;
	font-variant: normal;
	color: #333333;
}
.footerwhite {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-style: normal;
	font-weight: normal;
	font-variant: normal;
	color: #CCCCCC;
}
.copy {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-style: normal;
	font-weight: normal;
	font-variant: normal;
	color: #333333;
}
.copywhite {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-style: normal;
	font-weight: normal;
	font-variant: normal;
	color: #FFFFFF;
}
.copywhitebld {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-style: normal;
	font-weight: bold;
	font-variant: normal;
	color: #FFFFFF;
}
.hdr {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-style: normal;
	font-weight: bold;
	font-variant: normal;
	color: #2B328A;
}
.textgreen {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-style: normal;
	font-weight: bold;
	font-variant: normal;
	color: #56B846;
}
.copyblue {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-style: normal;
	font-weight: bold;
	font-variant: normal;
	color: #333399;
}
.subhdrbritegreen {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-style: normal;
	font-weight: bold;
	font-variant: normal;
	color: #99FF00;
}
.subhdrbriteblue {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-style: normal;
	font-weight: bold;
	font-variant: normal;
	color: #00CCFF;
}

