body{
	background-color: #ffffdf;
	color: #96836e;
	font-size: 10pt;
}

a{
	color: #6e9196;
}
a:visited{
	color: #6e7196;
}
a:hover, a:visited:hover{
	color: #40382f;
}

.page{
	display: block;
	min-width: 720px;
	margin-left: auto;
	margin-right: auto;
}

.constraint{
	display: block;
	width: 80%;
	margin-left: auto;
	margin-right: auto;
}

.navigation{
	display: block;
	float: right;
	width: 25%;
	margin-top: 5%;
}

.navlist dl{
	margin: 0;
	padding: 0;
	border-bottom: 0;
}

.navlist dt{
	list-style: none;
	margin: 0;
	padding: 0;
	padding-left: 10px;
	display: block;
	text-align: left;
	border-left: 1px solid #96836e;
}
.navlist dt:hover{
	border-left: 3px solid #96836e;
	padding-left: 8px;
}
.navlist a{
	display: block;
	color: #96836e;
	padding: 2pt;
	margin: 0;
	padding-bottom: 3pt;
	text-decoration: none;
}
.navlist a:hover{
}

.header{
	display: block;
	background-image: url('gfx/title_highlight.png');
	background-repeat:no-repeat;
	height: 120px;
	background-position:center;
	border-bottom: 1px solid #e3e3af;
	text-align: center;
}

.header a{
	color: black;
}

.header a:hover{
	color: #a00;
}

.header h1{
	display: block;
	font-size: 200%;
	font-weight: normal;
	padding-top: 40px;
}

.content{
	display: block;
	float: left;
	width: 65%;
	margin: 12pt;
}

.content p, .content div{
	text-align: justify;
}

.footer{
	text-align: center;
	font-size: 80%;
	padding-top: 1em;
}

.floatfix{
	float: none;
	clear: both;
}