/*********************************************************************************
 * Generic styles that should be applied to the whole site
 ********************************************************************************/
h1 {
	display: block;
	margin-top: 0;
}
.clear {
	width: 100%;
	height: 1px;
	margin: 0 0 -1px;
	clear: both;
}



/*********************************************************************************
 * Styles that apply to the Advisors and Staff page
 ********************************************************************************/
.staff {
	margin-left: 55%;
}

.advisors {
	float: left;
	margin-left: 10%;
	width: 40%;
}

.list {
}

.list ul {
	list-style: none;
	width: 100%;
	margin: 0;
	padding: 0;
}

.list li {
	margin: 6px 0;
}