body {
	background: #1D478F;
	color: #FFF;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
}

h1, h2, h3, h4, h5, h6 {
	color: #FFF;
	font-family: Arial, Helvetica, sans-serif;
	text-transform: uppercase;
	font-weight: bold;
}

h1 {
	font-size: 18px;
}

.site-container {
	max-width: 900px;
	margin: 0 auto;
}
.site-container a:link,
.site-container a:active,
.site-container a:visited {
	color: #CCCCFF;
}
.site-container a:focus,
.site-container a:hover {
	color: #FFF;
}

.site-header {
	margin: 0;
	padding: 0;
}

.site-footer {
	background: transparent;
	border-top: 3px solid #924eb5;
	overflow: hidden;
}

.noreast-flagpole-navigation {
	max-width: 290px;
	margin: 0 auto;
}
.noreast-flagpole-footer {
	border-top: 3px solid #924eb5;
	font-size: 18px;
	padding: 15px 5px;
}
.noreast-flagpole-footer div:nth-child(1) {
	text-align: center;
}
.noreast-flagpole-footer div:nth-child(2) {
	font-weight: bold;
	text-align: center;
}
.nav-secondary {
	margin-top: 0;
	margin-bottom: 10px;
}
.nav-secondary a,
.nav-secondary a:link,
.nav-secondary a:active,
.nav-secondary a:visited {
	color: #FFF;
}
.nav-secondary .genesis-nav-menu .current-menu-item > a,
.nav-secondary a:hover {
	color: #CCCCFF;
}

@media only screen and (min-width: 960px) {
	.site-header {
		position: static;
		top: 0;
		z-index: 9999;
	}
	.site-inner {
		max-width: 900px;
		padding: 0;
	}
	.full-width-content .content {
		width: 100%;
	}
	.noreast-flagpole-footer div:nth-child(1) {
		text-align: left;
	}
	.noreast-flagpole-footer div:nth-child(2) {
		text-align: right;
	}
}