
body {
	background-color: #fff;
	position: relative;
	min-height: 100%;
	font-size: 1.4rem;
}
#mainContent {
	background: #fff;
	position: relative;
}
footer {
	position: absolute;
}
img {
	height: auto;
	max-width: 100%;
}
#alert {
	background: #C22;
	text-align: center;
	border-bottom: solid 1px #aaa;
	position: relative;
	z-index: 0;
}
#alert .container {
	padding: 1rem;
	font-size: 2rem;
	display: block;
}
#alert * {
	color: #fff;
}
p a:hover {
	text-decoration: underline;
}
hr {
	clear: both;
}
blockquote {
	padding-right: 30px;
	padding-left: 30px;
}
h1 + h2.subheading {
	font-size: 2.2rem;
	margin: -10px 0px 15px;
	color: #363636;
}
address {
	font-size: 1.5rem;
	line-height: 150%;
	margin: 0px;
	color: #717171;
}
input, select {
	font-size: 1.5rem;
}
p + address {
	margin-top: -17px;
}
h1 + address,
h2 + address {
	margin-top: -5px;
}
h3 + address,
h4 + address,
h5 + address,
h6 + address {
	margin-top: -5px;
}
table {
	width: auto;
}
td {
	font-size: 1.5rem;
	padding: 3px 6px;
	color: #363636;
}