body {
	font-family: Helvetica, Verdana, Gill Sans, sans-serif;
	background-color: #FFFF44;
	padding: 0px;
	margin: 0px;
	width: auto;
}

a {
	color: navy;
	text-decoration: none;
}

a:visited {
        color: blue;
	text-decoration: none;
}

a:hover {
	color: blue;
	text-decoration: underline;
	font-weight: bold;
}

div#head {
	border: 1px solid navy;
	background-color: navy;
	color: white;
	height: 100px;
	//font-family: "Old English Text MT", Gill Sans, sans-serif;
	//font-family: Copperplate, Helvetica, Verdana, sans-serif;
}

div#head a {
       color: blue;
       text-decoration: none;
}

div#head h1 {
	text-align: center;
	margin-top: 10px;
	font-family: Copperplate;
}

div#head h2 {
	text-align: center;
	margin-top: -20px;
	//font-family: Gill Sans;
	font-family: Copperplate;
}

div#head h4 {
	text-align: center;
	margin-top: -20px;
	font-family: Copperplate;
}

div#page {
	height: 100%;
	min-height: 420px;
}

div#main {
	background-color: white;
	border: 1px solid black;
	border-bottom: 0px;
	height: 100%;
	padding: 3px;
	margin-left: 166px;
	margin-right: 206px;
}

div#sidebar {
	position: relative;
	float: left;
	background-color: #FFFF44;
	border-top: 1px solid black;
	line-height: 150%;
	width: 160px;
	height: auto;
	padding: 3px;
	font-size: 120%;
}

div#rightbar {
	width: 200px;
	height: 100%;
	float: right;
        background-color: #FFFF44;
	border-top: 1px solid black;
	line-height: 150%;
	padding: 3px;
	font-size: 120%;
}

div#foot {
	padding: 6px;
	//padding-left: 180px;
	font-size: 80%;
	color: white;
	background-color: navy;
	border-top: 1px solid black;
}

div#foot a {
       color: blue;
       text-decoration: none;
}

.bio tr {
	border-bottom: 1px solid black;
        valign: top;
}

table {
        border-collapse: collapse;
}

tr.bottomborder td,th {
        border-bottom: 1pt solid black;
	vertical-align: top;
	text-align: left;
}

img.biopic {
        float: left;
	margin-right: 5px;
}
