body {
	font-family: Verdana, Arial, sans-serif;
	font-size: 16px;
	background-color: white;
	color: black;
	width: 90%;
	margin-left: 5%;
}

body.menu {
	width: auto;
	margin-left: 8px;
	margin-top: 10px;
}

h1 {
	text-align: center;
	background-color: #f8f8da;
	border: 1px solid #c8c8ba;
	margin-top: 5px;
	margin-bottom: 20px;
}


.header {
	border-bottom: 3px solid #aaaaaa;
}

.header h1 {
	font-size: 1.7em;
	font-weight: bold;
}

.header img {
	width: auto;
	display: block;
	border: 1px solid green;
	float: left;
}
.header span {
	position: relative;
	background-color: #efdecd;
}
.header h1 {
	display: inline;
}

a:link {
	/*text-decoration: none;*/
}
a:visited {
	/*text-decoration: none;*/
}
a:hover {
	background-color: #eeeeee;
}
a:active {
	/*text-decoration: none;*/
}

table.person {
	width: 100%;
	border: none;
}

table.person th {
	text-align: left;
}

table tr.separator_row td {
	background-color: black;
	height: 1px;
}

table tr.oddrow {
	background-color: #eeeeff;
	vertical-align: top;
}
table tr.evenrow {
	vertical-align: top;
}


/* General display form for pictures. */
.picdisplay {
	font-weight: normal;
	font-size: 0.8em;
	text-align: center;
	text-vertical-align: top;
}

/* For images floating to the right. */
.picdisplay .right {
	float: right;
	padding-left: 5px;
	padding-right: 15px;
}

.picdisplay .left {
	float: left;
	padding-right: 10px;
	padding-left: 10px;
}

/* For images/text flowing left and floating right. */
.picdisplayl {
	font-weight: normal;
	font-size: 0.9em;
	text-align: left;
	float: left;
	padding-right: 10px;
}
.picdisplayl div {
	float: right;
	padding-right: 10px;
}

span.noteworthy {
	color: red;
}
