body {
	background: #4F82BD url(images/bodybg.jpg) 0 0 repeat-x;
	text-align: center;
	font-family: 'Roboto', sans-serif;
	font-size: 18px;
	line-height: 1.4;
	color: #000;
	padding: 0;
	margin: 0;
}
#wrapper {
	width: 954px;
	margin: 0 auto;
	background: transparent url(images/pagebg.png) center top repeat-y;
	text-align: left;
}
#masthead {
	margin: 0;
	background: transparent url(images/mastheadbg.jpg) 0 0 no-repeat;
	height: 188px;
	overflow: hidden;
	position: relative;
}
#masthead h1 {
	display: none;
}
#masthead img {
	position: absolute;
	left: 6px;
	top: 10px;
}
#navbar {
	margin: 149px 11px 0 11px;
	position: relative;
	display: flex;
	gap: 1em;
	justify-content: space-between;
	align-items: center;
	padding: 0 1em;
}
.contactline {
	line-height: 41px;
	text-align: right;
	color: #185DA3;
}
.contactline a {
	color: #185DA3;
	text-decoration: none;
}
.contactline a:hover {
	color: #003365;
	text-decoration: underline;
}
.tagline {
	line-height: 41px;
	color: #003365;
}
.contactline, .tagline {
	font-size: 16px;
}
h1 {
	color: #003365;
	font-size: 1.6em;
	line-height: 1.25;
	margin-bottom: 1em;
}
#page {
	float: left;
	width: 600px;
	margin: 0 0 0 77px;
	padding: 25px 0 0 0;
}
#col-b {
	float: right;
	width: 209px;
	margin: 1px 13px 0 0;
	padding: 0;
}
#col-b img {
	margin-bottom: 1px;
}
#pagebot {
	background: transparent url(images/pagebot.png) center top no-repeat;
	height: 13px;
	width: 954px;
	margin: 0 auto;
}
#credits {
	text-align: center;
	font-size: .7em;
	line-height: 1.25;
	padding: 1em;
}
#credits a {
	color: #003365;
	text-decoration: none;
}
#credits a:hover {
	color: #fff;
}
#credits span { display: none; }
p, ul, ol, h1, h2, h3, h4, h5, h6 {
	margin-top: 0;
}
p, ul, ol {
	margin-bottom: 1em;
}
.clr, #footer {
	clear: both;
}
.cen {
	text-align: center;
}
.fll {
	float: left;
	margin: 5px 15px 10px 0;
}
.flr {
	float: right;
	margin: 5px 0 10px 15px;
}
ul.impact {
	clear: left;
}
ul.impact li {
	margin-bottom: 1em;
}

/* media queries for smaller screens */

@media ( max-width: 640px ) {
	body {
		font-size: 16px;
	}
	#wrapper {
		width: 100%;
		margin: 0;
		background: #fff;
	}
	#masthead {
		background: #C6E790;
		height: auto;
		text-align: center;
	}
	#masthead img {
		position: static;
		margin: 0 auto;
		max-width: 95%;
		height: auto;
	}
	#navbar {
		margin: 0;
		background: #F6E466; 
		padding: 1em;
		border: 1px solid #4F82BD;
		border-width: 1px 0;
		flex-direction: column;
	}
	.contactline {
		position: static;
		line-height: 1.3;
		text-align: center;
	}
	.tagline {
		line-height: 1.3;
		margin-left: 0;
		text-align: center;
	}
	h1 {
		font-size: 1.3em;
		line-height: 1.25em;
	}
	#page {
		float: none;
		width: auto;
		margin: 0 0 1em 0;
		padding: 1.5em;
	}
	#col-b, #pagebot {
		display: none;
	}
}