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

* {
	margin: 0;
	padding: 0;
	border: 0;
	font: inherit;
	vertical-align: baseline;
	font-weight: 400;
	font-style: normal;
	list-style: none;
	text-decoration: none;
}
html body {
	width: 100%;
	height: 100%;
}
#contentWrapper {
	font-family: 'Open Sans', sans-serif;
	font-size: 100%;
	line-height: 1.8em;
	display: inline-block;
	position: absolute;
	top: 50%;
	left: 50%;
	margin: -100px 0px 0px -115px;
}
#contentWrapper h1 {
	font-weight: 700;
	font-size: 230%;
	color: #47a;
}
#contentWrapper h2 {
	font-size: 90%;
}
#contentWrapper ul {
	font-size: 80%;
	line-height: 1.5em;
	margin: 2em 0;
}
#contentWrapper ul a:hover {
	text-decoration: underline;
}
address {
	margin-top: 0.2em;
}
footer {
	display: block;
	border-top: 2px dotted #ccc;
	font-size: 70%;
	line-height: 1.2em;
}