body {
	margin:		0px;
	padding:	0px;
	font:		1.0em verdana, arial, sans-serif;
	background-color:#ECF8C8;
}
em {
	font-weight:	bold;
}
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 div#dimg1 {
	float:		left;
	margin-right:	25px;
	margin-bottom:	255px;
}
div#content div#dimg2 {
	clear:		left;
	margin-right:	10px;
}
div#content h2 {
	text-align:	center;
}
div#content p {
	font-size:	.8em;
}
div#content li {
	font-size:	.75em;
}
div#content ol {
	font-size:	16px;

}
div#content ol li{
	text-indent:	40px;
}
div#content div#bio2 {
	float:		left;
}
div#content img.pt {
	text-align:	center;
}
div#rightcolumn {
	position:	absolute;
	width:		125px;
	top:		140px;
	right:		0px;
	margin:		20px 0 0 0;
	padding:	.5em .5em;
	border-top:	2px solid #069;
	border-bottom:	1px solid #069;
	font-size:	.55em;
}
div#rightcolumn li {
	padding:	5px;
}
div#footer {
	text-align:	center;
	clear:		both;
}