/*
	This CSS was created by Mahmud Fagge on 5/6/2010
	in order to re-create the Graduate Faculty page as
	well as the Dissertation defense pages as they did
	not transitioned into the new website.
*/

/*--------------------------------------------------------------------------------------------------

	faculty list

--------------------------------------------------------------------------------------------------*/
ul.faculty {
margin: 0;
padding: 0;
text-align: center;
}
ul.faculty li {
display: inline;
margin: 2px 2px;
}
ul.faculty li a {
padding: 1px 4px;
font-weight: bold;
text-decoration: none;
color: #333;
background-color: #E5CB83;
border: 1px solid #222;
}
ul.faculty li a:hover {
text-decoration: none;
color: #000;
background-color: #c93;
border: 1px solid #000;
}
h3 {
color: #713417;
font-size: 13px;
margin-top: 10px;
margin-bottom: 10px;
border-bottom: 1px solid #996600;
}
