html,body {
	min-height: 100%;
}

body {
	margin: 0;
	padding: 0;
	font-family: 'Arial';
	font-size: 13px;
	line-height: 1.8em;
	color: #303030;
	min-width: 900px;
}

a {
	color: #5391d9;
	text-decoration: underline;
	outline: none;
}

a:hover {
	text-decoration: none;
}


.header {
	background: #262626;
	color: #fff;
	width: 100%;
	height: 130px;
}

.wrapper {
	max-width: 1100px;
	margin: 0 auto;
	position: relative;
	clear: both;
	overflow: hidden;
}

.header .wrapper {
	padding-top: 25px;
}

.header_links {
	float: right;
	margin-top: 30px;
}

.header_links a {
	font-size: 14px;
	color: #fff;
	border-bottom: 1px solid #fff;
	text-decoration: none;
}

.header_links a:hover {
	border-bottom: none;
}

.header_links a {
	margin-left: 70px;
}

h1 {
	margin: 30px 0 20px 0;
	font-size: 21px;
}

h2 {
	margin: 30px 0 25px;
	font-size: 18px;
}

h3 {
	font-size: 13px;
}

.main_column {
	float: left;
	width: 65%;
}

.side_column {
	float: right;
	width: 30%;
	margin-left: 5%;
}

.opt-out_block {
	width: 260px;
	float: right;
	border: 1px solid #c2c2c2;
	margin: 30px 0 0 0;
	padding: 0px 24px 30px;
}

a.btn {
	display: inline-block;
	border: 1px solid #2878AD;
	border-radius: 5px;
	width: 260px;
	height: 60px;
	line-height: 60px;
	text-align: center;
	font-size: 21px;
	font-weight: bold;
	color: #fff;
	background: #bbd9ee; /* Old browsers */
	background: -moz-linear-gradient(top,  #bbd9ee 0%, #2878ad 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#bbd9ee), color-stop(100%,#2878ad)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top,  #bbd9ee 0%,#2878ad 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top,  #bbd9ee 0%,#2878ad 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top,  #bbd9ee 0%,#2878ad 100%); /* IE10+ */
	background: linear-gradient(to bottom,  #bbd9ee 0%,#2878ad 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#bbd9ee', endColorstr='#2878ad',GradientType=0 ); /* IE6-9 */
	text-shadow: 1px 1px 3px #333;
	text-transform: uppercase;
	text-decoration: none;
}

a.btn:hover {
	background: #2878ad; /* Old browsers */
	background: -moz-linear-gradient(top,  #2878ad 0%, #bbd9ee 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#2878ad), color-stop(100%,#bbd9ee)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top,  #2878ad 0%,#bbd9ee 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top,  #2878ad 0%,#bbd9ee 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top,  #2878ad 0%,#bbd9ee 100%); /* IE10+ */
	background: linear-gradient(to bottom,  #2878ad 0%,#bbd9ee 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#2878ad', endColorstr='#bbd9ee',GradientType=0 ); /* IE6-9 */
}

.footer {
	margin-top: 110px;
	background: #94b0c4;
	color: #fff;
	width: 100%;
	height: 77px;
	position: relative;
	font-size: 14px;
}

.foot_wrap {
	float: right;
	text-align: right;
}

.foot_wrap p {
	margin-bottom: 0px;
}

.footer_links a {
	font-size: 14px;
	color: #fff;
	border-bottom: 1px solid #fff;
	text-decoration: none;
}

.footer_links a:hover {
	border-bottom: none;
}

.footer_links a {
	margin-left: 70px;
}

.optout {
	margin: 10px 0;
	text-align: center;
}

.optout a {
	margin: 0 25px;
}