/* Article Style 1 */
.headline1 {
	background:	url(img/headline1_background.gif) repeat-x top left;
	padding:4px 10px 4px 10px;
	background-color:#E9ECF5;
}

	.headline1 h1 {
		font-family:Arial, Helvetica, sans-serif;
		color: #2A3EB6;
		font-size: 26px;
		font-weight: normal;
		letter-spacing:-1.2px;
	}
	
.content1, .content1 td {
	background: #FFFFFF;
	padding: 8px 10px 0px 6px;
	color: #000000;
	font-size:12px;
	font-weight:normal;
}
	content1 p {
		padding:10px 10px 0px 10px;
		color: #000000;
	}
	
	.content1 h1 {
		font-size: 20px;
		font-weight: normal;
		letter-spacing: -0.5px;
	}
	
		.content1 h1 span {
			color: #2A3EB6;
			text-transform: uppercase;
		}
	

/* Article Style 2 */
.headline2 {
	padding:3px 10px 3px 10px;
	background:url(img/headline1_background.gif) repeat-x top left;
	background-color:#E9ECF5;
}

	.headline2 h1 {
		font-family:Arial, Helvetica, sans-serif;
		color: #AF0E14;
		font-size: 22px;
		font-weight: normal;
		letter-spacing:-1.2px;
	}
.content2, .content2 td {
	background: #FFFFFF;
	padding: 8px 10px 0px 6px;
	color: #000000;
	font-size:12px;
	font-weight:normal;
}
	content2 p {
		padding:0px 10px 0px 10px;
		color:#000000;
	}
	.content2 h1 span {
		font-family:Arial, Helvetica, sans-serif;
		font-size: 18px;
		font-weight: normal;
		letter-spacing:-1.2px;
		}
.content2 ul {
	margin-left:30px;
}


/* Article Style 3 */
.headline3 {
	background:	url(img/headline1_background.gif) repeat-x top left;
	padding:1px 10px 1px 10px;
	background-color:#E9ECF5;
}

	.headline3 h1 {
		font-family:Arial, Helvetica, sans-serif;
		color: #1A3138;
		font-size: 22px;
		font-weight: normal;
		letter-spacing:-1.2px;
	}
	
.content3, .content3 td {
	background: #FFFFFF;
	padding: 8px 10px 0px 6px;
	color: #324F58;
	font-size:12px;
	font-weight:normal;
}
	content3 p {
		padding:10px 10px 0px 10px;
		color: #636363;
	}
	
	.content3 h1 {
		font-size: 20px;
		font-weight: normal;
		letter-spacing: -0.5px;
	}
	
		.content3 h1 span {
			color: #2A3EB6;
			text-transform: uppercase;
		}
	
/* Headings in content1, content2, content3*/
.content1 h1, .content2 h1, .content3 h1 {
	font-size: 18px;
	font-weight: normal;
	margin-bottom:6px;
}

.content1 h2, .content2 h2, .content3 h2 {
	font-size: 16px;
	font-weight: normal;
	margin-bottom:5px;
	color: #636363;
}

.content1 h3, .content2 h3, .content3 h3 {
	font-size: 14px;
	font-weight: normal;
	color: #636363;
}

/* Paragraph */
.content1 p, .content2 p, .content3 p {
	margin-bottom: 10px;
}





/* Clear Float Fix Problem */

.clearfix:after {
	content: ".";
	display: block;
	clear: both;
	visibility: hidden;
	line-height: 0;
	height: 0;
}
.clearfix {
	display: inline-block;
}
html[xmlns] .clearfix {
	display: block;
}
* html .clearfix {
	height: 1%;
}
