body {
	margin: 0;
	color: #000;
	font-family: Arial;
	font-size: 16px;
}

a, h1, h2, h3, h4 {
	color: #336699;
	font-weight: normal;
}

a:hover, a:active {
	color: #6699cc;
}

#container {
	width: 100%;
	max-width: 780px;
	margin: 0 auto;
	padding: 0 20px 20px 20px;
	border: 1px solid #ababab;
	border-top: 0px;
	-webkit-box-shadow: 0px 0px 35px 20px rgba(228,228,228,1);
	-moz-box-shadow: 0px 0px 35px 20px rgba(228,228,228,1);
	box-shadow: 0px 0px 35px 20px rgba(228,228,228,1);
}

header {
	position: relative;
}

#brand-header {
	background-image: url('header_bkg.jpg');
	background-repeat: none;
	background-size: cover;
	height: 92px;
}

#links {
	position: absolute;
	top: 10px;
	right: 10px;
}

#links a, #links a:hover {
	color: #fff;
}

#sub-header {
	border-top: 1px solid #dfdfdf;
	border-bottom:1px solid #dfdfdf;
	background: #efefef;
	padding: 10px;
}

ul#sub-nav {
	padding: 0;
	margin: 0;
}

ul#sub-nav li {
	display: inline-block;
	padding: 5px 10px;
	border-right: 1px solid #cdcdcd;
}

ul#sub-nav li:last-of-type {
	border-right: 0px solid #cdcdcd;
}

#sub-nav a, #sub-nav a:hover {
	text-decoration: none;
	color: #565656;
}

#content {
	padding: 20px;
	line-height: 22px;
}

.spacer {
	border-top: 1px solid #dfdfdf;
	border-bottom:1px solid #dfdfdf;
	margin: 20px 0;
}

.notice {
	padding: 10px;
	background: #ffcc66;
	border: 1px solid #333;
	color: #454545;
}

.question {
	font-weight: bold;
}

.answer {
	margin-bottom: 20px;
	margin-left: 5px;
	padding-left: 5px;
	border-left: 1px solid #dfdfdf;
}

footer {
	display: flex;
	justify-content: space-between;
	font-size: 12px;
}

