body {
	background-color: white;
	color: black;
	font-family: sans-serif;
}

h1 .title1 {
	font-weight: normal;
	color: #303030;
}

h1 .title2 {
	font-size: 160%;
	font-weight: normal;
	color: #C01010;
	padding-left: 24pt;
	margin-top: -12pt;
	padding-bottom: 0;
	margin-bottom: 0;
}

h1 .subtitle {
	font-size: 18pt;
	font-weight: normal;
	margin-top: -5pt;
	margin-left: 8pt;
}

.navigation {
	width: 25%;
	border-right: 1px solid #C01010;
	float: left;
}

.navigation h2 {
	margin-top: 0;
	font-size: large;
}

.navigation ul {
	font-size: small;
	list-style-type: none;
	padding-left: 0;
}

.content {
	margin-left: 28%;
}

.footer {
	clear: both;
	text-align: center;
	font-size: x-small;
	margin-top: 3em;
}
