@charset "utf-8";
/* CSS Document */

#memberlist {
	width: 720px;
	padding: 0;
	margin: 10px 0 10px 0;
}

#memberlist a{
	color: #000040;
	text-decoration: underline;
}

#memberlist a:hover{
	color: #A69924;
}

#membertable {
	margin: auto;	
}

.members {
	clear: both;
}

.biopic {
	float: left;
	display: inline;
	margin: 10px;
}

.bio {

	display: table-cell;
}

.bioname {
	font-weight: bold;
}

ol, ul {
	list-style-type: circle;
}