@charset "utf-8";
/* CSS Document */

body {
	margin: 0px auto;
}
.container {
	margin: 40px auto 0px auto;
	width: 980px;
	height: auto;
}
.bold-text {
	font-family: 'ArvoBold';
}
.heading-1 {
	font-family: 'ArvoRegular';
	color: #063669;
	font-size: 16px;
	font-weight: normal;
	padding: 300px auto 0px auto;
	width: auto;
	clear: both;
	line-height: 18px;
}
.heading-2 {
	font-family: 'ArvoBold';
	color: #333333;
	font-size: 92px;
	font-weight: normal;
	letter-spacing: -0.8px;
	padding: 80px 0px 5px 0px;
	width: auto;
	clear: both;
	line-height: 18px;	
}
.heading-3 {
	font-family: 'ArvoRegular';
	color: #333333;
	font-size: 29px;
	font-weight: normal;
	letter-spacing: -1px;
	padding: 30px 0px 0px 0px;
	width: auto;
	clear: both;
	line-height: 18px;	
}
.heading-4 {
	font-family: 'ArvoRegular';
	color: #333333;
	font-size: 17px;
	font-weight: normal;
	letter-spacing: -0.5px;
	padding: 10px 0px 0px 0px;
	width: 350px;
	clear: both;
	line-height: 19px;	
}

.heading-5 {
	font-family: 'ArvoRegular';
	color: #333333;
	font-size: 14px;
	font-weight: normal;
	letter-spacing: -0.5px;
	padding: 30px 0px 0px 0px;
	width: 350px;
	clear: both;
	line-height: 19px;	
}
.heading-6 {
	font-family: 'ArvoRegular';
	color: #333333;
	font-size: 16px;
	font-weight: normal;
	letter-spacing: -0.5px;
	padding: 20px 0px 0px 0px;
	margin: 30px 0px 0px 0px;
	width: 350px;
	height: 42px;
	clear: both;
	line-height: 19px;
	background-position: 0px center;
	background-image:url(../images/content-red-header.png);
	background-repeat:no-repeat;
}
.body-text {
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	color: #333333;
	font-size: 12px;
	padding: 0px 0px 0px 0px;
	width: 350px;
	height: auto;
	clear: both;
	line-height: 19px;
}
.body-text-hdr {
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	color: #333333;
	font-size: 13px;
	font-weight: bold;
}






