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

body {
	font-family: Raleway, Verdana, Helvetica, Arial, sans-serif;
	font-weight: 400;
	font-size: 20px;
	line-height: 1.3em;
	background-color: #fff;
	padding: 0px;
	margin: 0px;
	text-align: justify;
}

body, td, th {
	color: #444;
}

.mobilebody {
	font-size: 28px;
	text-align: left;
}

p {
	margin-top: 1em;
}

h1 {
	font-weight: 800;
	font-size: 48px;
	text-align: center;
	line-height: 1.2em;
	margin-top: 60px;
	padding-top: 15px;
	padding-bottom: 15px;
	margin-bottom: 30px;
	width: 50%;
	margin-left: auto;
	margin-right: auto;
	color: #888;
	border-top: 1px solid #ccc;
	border-bottom: 1px solid #ccc;
}

h2 {
	font-weight: 800;
	font-size: 36px;
	margin-top: 60px;
	margin-bottom: 30px;
	color: #888;
}

h3 {
	font-weight: 800;
	font-size: 28px;
	margin-top: 30px;
	margin-bottom: 15px;
	color: #888;
}

a {
	color: inherit;
}

.separator {
	width: 75%;
	margin-left: auto;
	margin-right: auto;
	color: #888;
	border-top: 1px solid #ccc;
}

.section {
	width: 85%;
	margin-top: 50px;
	margin-left: auto;
	margin-right: auto;
}

.shaded-box {
    border: 1px solid #888;
    padding: 10px;
    background: #f8f8f8;
}

li {
	margin: 10px 0;
}

.headerbar {
	height: 50px;
	padding: 0px;
	padding-left: 15px;
	padding-right: 15px;
	width: 110%;
	margin-left: 0;
	margin-right: 0;
	top: 0px;
	left: 0px;
	position: fixed;
	z-index: 100;
	background: inherit;
	box-shadow: 2px 2px 2px 2px rgba(0, 0, 0, 0.2);
	font-weight: 700;
	font-size: 20px;
	white-space: nowrap;
}

.mobileheaderbar {
	height: 100px;
	white-space: normal;
	font-size: 40px;
	line-height: 50px;
}

.headerbar a {
	color: inherit;
	text-decoration: none;
}

.headerimage {
	margin-left: -15px;
	vertical-align: middle;
}

.mobileheaderimage {
	width: 0px;
}

.spacer {
	padding-left: 10px;
	padding-right: 10px;
}

.footer {
	text-align: center;
	font-size: 12px;
	margin-top: 30px;
}

.mobilefooter {
	font-size: 24px;
}

.footer a {
	text-decoration: none;
}

.footnote {
    font-size: 14px;
    line-height: 1.2em;
}
