#centered {
	background: inherit;
	color: inherit;
	
	text-align: center;
}

#centerblock {
	background: inherit;
	color: inherit;
	
	display: block;
	margin-left: auto;
	margin-right: auto;
}

#emphasis {
	background: inherit;
	color: inherit;
	
	font-size: 22px;
	font-weight: bold;
}

body {
	background: #222; /* #E94; */
	color: #EEE;
	
	height: 100%;
	
	overflow-x: hidden;
}

a {
	background: inherit;
	color: #338;
}

a:hover {
	background: inherit;
	color: #66D;
}

p, div.cell {
	background: inherit;
	color: #000;
	
	font-family: Calibri, Verdana, sans-serif;
	font-size: 17px;
	text-align: justify;
}

p.footer {
	background: inherit;
	color: inherit;
	
	font-size: 12px;
	text-align: center;
}

div.cell {
	background: inherit;
	color: inherit;
	
	display: table-cell;
	vertical-align: middle;
	padding: 8px;
	text-align: left;
}

div.colorblock {
	background: inhreit;
	color: inherit;

	display: table-cell;
	width: 84px;
	
	padding-top: 2px;
	padding-bottom: 2px;
	padding-left: 4px;
	padding-right: 4px;
}

div.container {
	background-color: inherit;
	color: inherit;
	
	display: table;
	
	margin-left: auto;
	margin-right: auto;
	width: 100%;
}

div.content {
	background-color: #FFF;
	color: #222;

	width: 75%;
	min-height: 100%;
	
	position: absolute;
	top: 0px;
	left: 12.5%;
	
	border-left: 5px solid #444;
	border-right: 5px solid #444;
}

div.footer {
	background-color: inherit;
	color: inherit;
	
	display: block;
	margin-left: auto;
	margin-right: auto;
	
	margin-top: 2em;
}

div.hbcontainer {
	background-color: inherit;
	color: inherit;
	
	display: table;
	width: 80%;
	
	margin-left: auto;
	margin-right: auto;
}

div.halfblock {
	background-color: inherit;
	color: inherit;
	
	display: table-cell;
	
	width: 50%;
}

div.heading {
	background: inherit;
	color: inherit;
	
	margin: 2em;
	width: 100%;
}

div.nav {
	background: inherit;
	color: inherit;
	
	text-align: center;
}

div.picture {
	background: inherit;
	color: inherit;
	
	margin-left: auto;
	margin-right: auto;
	margin-top: 2em;
	text-align: center;
}

div.textblock {
	background: inherit;
	color: inherit;
	
	width: 80%;
	
	display: block;
	margin-left: auto;
	margin-right: auto;
	
	margin-top: 1em;
}

img.frontpic {
	background: inherit;
	color: inherit;
	
	margin-left: 12px;
	margin-right: 12px;
	
	display: inline;
}

img.logo {
	background: inherit;
	color: inherit;
	
	display: block;
	
	margin-top: 2em;
	margin-bottom: 2em;
	margin-left: auto;
	margin-right: auto;
}

h1 {
	background: inherit;
	color: inherit;
	
	text-align: center;
	font-family: Calibri, Verdana, sans-serif;
	font-weight: bold;
	font-size: 24pt;
}

h2 {
	background: inherit;
	color: inherit;
	
	text-align: center;
	font-family: Calibri, Verdana, sans-serif;
	font-weight: bold;
	font-size: 22pt;
}

span.navitem {
	background: inherit;
	color: inherit;
	
	font-weight: bold;
	font-family: Calibri, Verdana, sans-serif;
	font-size: 16px;
	
	padding-left: 12px;
	padding-right: 12px;
}
