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 0px 165px;
	padding:	0 1em;
	background-color:white;
}
div#content p.lin {
	text-align:	center;
}
div#offphoto {
	text-align:	center;
}
div#content div#dimg1 {
	float:		left;
	margin-right:	10px;
}
div#content div#dimg2 {
	clear:		left;
	margin-right:	10px;
}
div#content h2 {
	text-align:	center;
}
div#content p {
	font-size:	.9em;
}
div#content li {
	font-size:	.75em;
}
div#content div#bio2 {
	float:		left;
}
div#content table {
	width:		100%;
}
div#content table, td, th {
	border:		1px solid black;
}
div#content td {
	background-color:green;
}
div#content td.fir {
	background-color:white;
}
div#content td.non {
	background-color:red;
}
div#content th.yes {
	background-color:green;
}
div#content th.non {
	background-color:red;
}
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#footer {
	text-align:	center;
	clear:		both;
}