body {
	font-family: Tahoma, Arial, "MS Trebuchet", sans-serif;
	font-size: 11pt;
}

#wrapper {
	width: 800px;
	margin: 0px auto;
}

#header {
	text-align: center;
	margin-bottom: 25pt;
}

#header h1 {
	font-size: 22pt;
	padding: 0px;
	margin-bottom: 0px;
}

#header h3 {
	font-size: 10pt;
	margin-top: 1.5pt;
	margin-bottom: 0px;
	font-weight: normal;
}

#content p {
	margin-left: 2pt;
}

#content h2 {
	margin-left: 0;
	font-variant: small-caps;
	border-bottom: 1px solid;
	font-size: 13pt;
}

#content {
	padding-bottom: 50px;
}

ul {
	list-style-type: disc;
}

.pos {
	float: left;
	width: 650px;
	clear: both;
}

.date {
	float: right;
	padding-right: 5pt;
	width: 120px;
}

.label {
	float: left;
	width: 200px;
}
.text {
	float: right;
	width: 590px;
}

#footer {
	padding-top: 10px;
	background-color: #36C;
	width: 100%;
	height: 50px;
}

#footer a {
	color: white;
}

#footer ul {
	list-style-type: none;
	display: inline;
	float: left;
}

#footer ul li {
	padding-right: 5em;
	float: left;
}

/* hide the footer for printing, and try to fix the widths so it prints correctly */
@media print {
	body {
		width: 100%;
	}
	#wrapper {
		width: 100%;
	}
	.pos {
		float: left;
		width: 83%;
		clear: both;
	}

	.date {
		float: right;
		padding-right: 5pt;
		width: 15%;
	}
	.label {
		float: left;
		width: 25%;
	}
	.text {
		float: right;
		width: 75%;
	}
	#footer { visibility: hidden; }
}
