body {
	margin:		0px;
	padding:	0px;
	font:		1.0em verdana, arial, sans-serif;
	background-color:#ECF8C8;
}
div#header {
	height:		100px;
	text-align:	center;
	margin-top:	0px;
	padding-top:	2px;
	background-color:#ECF8C8;
}
div#nav {
	position:	absolute;
	left:		0px;
	top:		140px;
	width:		150px;
	padding:	.5em 0 0 0;
	margin:		22px 0 0 0;
	border-top:	2px solid #069;
	border-bottom:	1px solid #069;
}
div#nav ul {
	list-style-type	:none;
	margin-top:	0px;
	margin-bottom:	.8em;
}
div#nav li {
	margin-bottom:	.5em;
	font-weight:	bold;
	font-size:	.75em;
}
div#content {
	margin:		44px 150px 0 165px;
	padding:	0 1em;
	background-color:white;
}
div#content ul {
	list-style:	url(../images/pdficon_large.gif)
}
div#content h2, h3 {
	text-align:	center;
}
div#content p {
	font-size:	100%;
}
div#rightcolumn {
	position:	absolute;
	width:		125px;
	top:		140px;
	right:		0px;
	margin:		20px 0 0 0;
	padding:	1em .5em;
	border-top:	2px solid #069;
	border-bottom:	1px solid #069;
}
div#rightcolumn p {
	font-size:	.75em;
}
div#rightcolumn img {
	border:		none;
}