
body {
	font-family: sans-serif;
}

h1:before {
	content: "> ";
}

h1, h2 {
	font-family: Monospace;
	font-weight: normal;
	margin-top: 1em;
	clear: both;
}

h1 {
	color: #666666;
	font-size: 180%;
}

h2:before {
	content: ">> ";
}

h2 {
	color: #666666;
	font-size: 140%;
}

img {
	border: none;
}

a {
	color: #000099;
	text-decoration: none;
}

div.logo {
	position: absolute;
	left: 0em;
	top: 0.2em;
	z-index: -1;
}

div.logo a {
	text-decoration: none;
}

div.logo a img {
	border: 0;
}

div.rightnav {
	position: absolute;
	right: 0.3em;
	top: 0em;
	z-index: 1;
	height: 50px;
	display: table;
}

div.rightnav div.text {
	display: table-cell;
	vertical-align: bottom;
	text-align: left;
}

div.botnav {
	color: #666666;
	font-size: 80%;
	text-align: center;
	width: 100%;
	padding-top: 0.1em;
	padding-bottom: 0.1em;
	border-bottom: 1px solid #cccccc;
}

div#head {
	color: #666666;
	height: 50px;
	width: 100%;
	display: table;
	text-align: center;
	border-bottom: 1px solid #cccccc;
}

div#head div.text {
	width: 100%;
	text-align: center;
	display: table-cell;
	padding-bottom: 0.2em;
	vertical-align: bottom;
}

div#content {
	margin-top: 0.5em;
}

div.valid {
	z-index: -1;
	float: right;
	clear: both;
}

div.inlinepage span.date {
	font-style: italic;
	float: left;
	margin-right: 1em;
	margin-left: 2em;
}
