html {
	font-family: "museo-sans", sans-serif;
	font-size: 62.5%;
	font-weight: 500;
}
body {
	color: #262829;
	padding: 0;
	margin: 0;
	font-size: 1.35rem;
}
a {
	color: #023177;
}
a img {
	border: none;
}
h1 {
	margin: 0;
	padding: 0;
	font-size: 32px;
	color: #041938;
	font-family: "Ingra Semi", sans-serif;
	padding: 0.5em 0 1px 0;
	text-align: center;
}
h2 {
	font-size: 18px;
	font-style: italic;
	font-weight: normal;
	margin: 0 0 0.5em 0;
}
#wrapper {
	position: relative;
	margin: 0 auto;
}
#header {
	background: -webkit-linear-gradient(136.8deg, #023177 0, #023177 74.4%, #013a8e 1%, #013a8e 100%);
	background: -moz-linear-gradient(136.8deg, #023177 0, #023177 74.4%, #013a8e 1%, #013a8e 100%);
	background: -o-linear-gradient(136.8deg, #023177 0, #023177 74.4%, #013a8e 1%, #013a8e 100%);
	background: -ms-linear-gradient(136.8deg, #023177 0, #023177 74.4%, #013a8e 1%, #013a8e 100%);
	background: linear-gradient(313.2deg, #023177 0, #023177 74.4%, #013a8e 1%, #013a8e 100%);
	padding: 2rem 0 0;
	position: relative;
	z-index: 1;
	height: 75px;
	width: 100%;
	margin-top: 0;
}
#header img {
	display: block;
	border: none;
	margin-left: 6px;
}
#content {
	margin-top: 0;
	padding: 18px 10px 0 0;
	background: url("/images/bg-pattern.png");
}
#main {
	padding-left: 10px;
	max-width: 1080px;
	margin: 0 auto;
}
#content {
	margin: 0;
	min-height: 500px;
}
table {
	margin: 0 auto 0 0;
	border: none;
	border-spacing: 0;
	border-collapse: collapse;
	empty-cells: show;
}
th {
	background: #041938;
	padding: 2px 5px;
	color: white;
}
td {
	padding: 5px;
}
button {
	font-family: "museo-sans", sans-serif;
	margin: 0;
	vertical-align: baseline;
	*vertical-align: middle;
	line-height: normal;
	cursor: pointer;
	-webkit-appearance: button;
	*overflow: visible;
	cursor: pointer;
	color: #fff;
	border: none;
	font-size: 14px;
	font-weight: bold;
	text-align: center;
	text-decoration: none;
	padding: 5px 45px;
	background-color: #00b4dd;
	border-radius: 6px;
	-webkit-border-radius: 6px;
	-khtml-border-radius: 6px;
	-o-border-radius: 6px;
	-moz-border-radius: 6px;
}
button:hover,
button:focus {
	text-decoration: none;
	background-color: #007f9c;
}
p.clear {
	line-height: 0;
	height: 0;
	margin: 1em 0 0 0;
	padding: 0;
	clear: both;
}
p.current-info {
	margin: 0;
	position: absolute;
	top: 91px;
	left: 0;
	width: 100%;
	height: 18px;
	line-height: 18px;
	background: #041938;
	color: white;
	font-weight: bold;
	font-size: 11px;
	padding: 0 5px;
	z-index: 2;
	box-sizing: border-box;
}
#footer {
	text-align: center;
	color: #ccc;
	font-size: 11px;
	width: 100%;
	margin: 1em auto;
}
#footer a {
	color: #00b4dd;
}
.print-only,
.never-show {
	display: none;
}
#provided {
	clear: both;
	text-align: center;
	font-size: 11px;
}
#provided,
#footer {
	text-align: left !important;
	font-weight: 500;
	color: #AAAAAA;
	line-height: 18px;
	max-width: 100%;
}
