.facilityTable {
	width: 100%;
	border-collapse: collapse;
}
.facultyLeft {
	vertical-align: top;
	width: 50%;
	padding: 0 10px 25px 0;
}
.facultyRight {
	vertical-align: top;
	width: 50%;
	padding: 0 0 25px 10px;
}
.facultyName {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 18px;
	font-weight: bold;
	color: #000066;
	background-image: url( '../images/Backgrounds/BlueBar.gif' );
	background-position: bottom;
	background-repeat: repeat-x;
	padding: 0 0 4px 0;
	margin: 0 0 8px 0;
}
.facultyWrapper {
	margin-left: 188px; /*Set left margin to LeftColumnWidth*/
}
.facultyPhoto {
	float: left;
	width: 180px; /*Width of left column*/
	height:225px;
	margin: 0;
}
.facultyPhoto img
{
	width: 180px; 
	height:225px;
	border:none;
}
