#content 
{
	margin-left: 2%;
}

#content h3 
{
	border-bottom: 1px solid blue;
	text-align: left;
	color: navy;
	margin-bottom: 0;
}

#content ul {list-style-type: none; margin-top: 0;}

#ft 
{
	position: relative; 
	height: 8em;
}

#ftl
{
	position: absolute;
	top: 2em;
	left: 0;
}

#ftc
{
	position: absolute;
	top: 2em;
	left: 34%;
}

#ftr
{
	position: absolute;
	top: 2em;
	left: 67%;
}

#emeritus
{
	text-align: center;
}

#emeritus h3 {margin-bottom: 0.5em;}

#adj
{
	position: relative;
	height: 12 em;
}

#adjunctsl 
{
	position: absolute;
	top: 2em;
	left: 0;
}

#adjunctsc
{
	position: absolute;
	top: 2em;
	left: 34%;
}

#adjunctsr
{
	position: absolute;
	top: 2em;
	left: 67%;
}

