@charset "UTF-8";
/* CSS Document */

/* colors - dk blue #1a3a59  lt blue #005288 */

@import url('https://fonts.googleapis.com/css?family=Open+Sans:400,600,700');

.headline {
	font-family: 'Open Sans', sans-serif;
	font-size: 24px;
	color: #fff;
	line-height: 28px;
	text-align: left;
	max-height: none;
	float: none;
	font-weight: 700;
}
body {
	font-family: 'Open Sans', sans-serif;
	font-size: 16px;
	line-height: 26px;
	background-color: #005288;
	margin: 0px;
	font-weight: 400;
	color: #fff;
}
.subhead {
	font-size: 20px;
	color: #fff;
	line-height: 24px;
	font-weight: 700;
}
li {
	padding-top: 10px;
}

#content {
	padding-top: 10px;
	border-top: 30px solid #1a3a59;
	padding-left: 30px;
	padding-right: 30px;
}
