@charset "utf-8";
/* CSS Document */

.contactInfo {
	padding:2px 4px;
	width:130px;
	float:left;
}

.contactInfo ul {
	list-style:none;
	padding:0px;
	margin:0px;
}

.contactInfo ul>li {
	padding:1px;
	line-height:normal;
}

#deptChairIMG {
	padding-right:5px;
	width:130px;
	float:left;
}

.deptChair ul {
	list-style:none;
	padding:0px;
	margin:0px;
}

.deptChair {
	padding:2px 4px;
	width:160px;
	float:left;
}

#deptChairIMG {
	float:left;
	height:120px;
	width:82px;
}

.facultyTable {
	font-size:11px;
	width:100%;
}

.facultyTable td {
	padding:2px;
}

.facultyName {
	width:25%;
}

.facultyPosition {
	width:20%;
}

.facultyOffice {
	width:10%;
	text-align:center;
}

.facultyPhone {
	text-align:center;
}

tr.alternateColor {
	background-color:#a69775;
}

/* facultyPage.php */

.content-box-body img#headshot {
	border: 1px solid black;
}

#facultyPage-content {
	clear:both;
	float:right;
}