body {
	font-family:Arial, Helvetica, sans-serif;
	color:#646363;
	font-size:16px;
}
a {
	color:#193282;
}
a:hover, a:active {
	text-decoration: none;
}
img {
	max-width: 100%;
	height:auto;
	border: 0 none;
}
h1, h1 a {
	font-size:26px;
	color:#19114c;
	margin-top:0;
	padding-top:0;
}
h1 em {
	font-size: 16px;
	font-weight: normal;
	font-style:italic;
	color:#646363;
}
h2 {
	color:#0979bf;
	font-size:20px;
	font-weight:normal;
}
h2+p {
	margin-top:0;
	padding-top:0
}
h3 {
	font-size:14px;
	color:#0979bf;
	margin-bottom:0;
	padding-bottom:0
}

.wrapper {
	width: 100%;
	max-width: 1000px;
	margin: 0 auto;
}
.content {
	width: 66%;
	max-width: 667px;
	padding: 1em;
	-webkit-box-sizing: border-box; /* Safari/Chrome, other WebKit */
	-moz-box-sizing: border-box;    /* Firefox, other Gecko */
	box-sizing: border-box;         /* Opera/IE 8+ */
}
.side {
	width: 33%;
	max-width: 333px;
	margin-top: 1em;
}
.right {
	float: right;
}
.left {
	float: left;
}
.quote {
	color:#0979bf;
	font-size:20px;
	font-weight:normal;
	display:block;
	margin-top: 1em;
	text-align:right;
}
.footer {
	clear:both;
	margin-bottom: 1em;
	width: 100%;
}
.footer a:link, .footer a:visited {
	color:#193282;
	text-decoration:none;
	font-size:14px;
	font-weight:bold;
	display:block;
	margin: 0 0 10px 1em;
}
.footer a:hover, .footer a:active {
	text-decoration: none;
}
#banner {
	float: left;
	height: 59px;
	width: 100%;
	max-width: 721px;
	background-image: url(images/banner.jpg);
	background-repeat:no-repeat;
	background-position: 0px 1.5em; 
}
#logo {
	float: right;
	margin-right: 30px;
}

.phone, .nobr {
	white-space: nowrap;
}

sup {
	line-height:100%;
	vertical-align:top;
	font-size:9px
}
.nobr {
	white-space:nowrap
}
.footnote {
	font-size:10px
}
@media all and (max-width: 999px) {
		#logo {
		margin: 1em;
		float: none;
		clear: both;
	}
}
@media all and (max-width: 699px) {
	.right, .left, .content {
		float: none;
		clear: both;
		width: 100%;
	}	
	}