body {
	background: #3b3d3c;
	color: #fff;
}

a:link, a:visited, a:hover, a:active {
	color: #afc964;		/* light green header background */	
	/* color: #669999;	*/	/* 'people' header background */
}

p.index {
	width: 560px;
}

div#left h3 a {
	color: #fff;
}

p#logo {
	text-transform: uppercase;
	font-weight: bold;
	padding-top: 13.5px;
	padding-bottom: 7.5px;
	border-top: 1px dashed #bec1c0;		/* 20% black */
	border-bottom: 1px dashed #bec1c0;	/* 20% black */
	text-align: justify;
}

p#logo a:link, p#logo a:visited, p#logo a:hover, p#logo a:active {
	text-decoration: none;
	color: #fff;
}

p#logo span#top {
	/*font-size: 18.5px;*/
	font-size: 154%;
	line-height: 22px;
}

p#logo span#middle {
	font-size: 45px;
	line-height: 45px;
}

p#logo span#bottom {
	/*font-size: 14.5px;*/
	font-size: 120%;
	line-height: 14px;
	color: #bec1c0;		/* 20% black */
}

/*p#logo:after {
	content: "";
	display: inline-block;
	width: 100%;
}*/

table.fellows td {
	font-size: 12px;
	line-height: 15px;
	vertical-align: top;
	text-align: left;
	width: 220px;
	padding-right: 20px;
	padding-bottom: 15px;
}

table.fellows td img {
	width: 100px;
	height: 100px;
	padding-bottom: 15px;
}

table.fellows td span.name {
	font-weight: bold;
}

.note, table.fellows td span.date {
	font-style: italic;
}

.date {
	font-weight: bold;
}