	<!--
	/* Formats text within facultyBioCell*/
	#facultyBio {
		}
	/* Container around everything */
	#facultyBioContainer {
		width: 581px;
		color:white;
		font:Verdana, Arial, Helvetica, sans-serif;
		font-size: 12px;
		border: 3px solid #408080; /* Dark color */
		background-color:#408080; /* Dark color */
		}
	/* Formats text within facultyBioHeaderCell */
	#facultyBioHeader {
		color:white;
		font-size:14pt;
		font:Verdana, Arial, Helvetica, sans-serif;
		margin-left:-3px;
	}
	/* Formats text within facultyContactCell */
	#facultyContact {
		color: black;
		font:Verdana, Arial, Helvetica, sans-serif;
		font-size:12pt;
		}
	/* Contains the faculty bio body */
	td.facultyBioCell {
		background-color: #E9F1EB; /* Light color */
		padding-top: 5px;
		padding-left: 11px;
		}
	/* Large profile heading (Name) */
	td.facultyBioHeaderCell {
		padding-left: 8px;
		border-bottom: 1px solid #C5DACA; /* English medium-green border */
		}
	/* Faculty contact info area */
	td.facultyContactCell {
		background-color: #C5DACA; /* Medium color */
		border-top:2px solid #408080; /* Dark color */
		border-bottom:1px solid #408080; /* Dark color */
		padding-top: 1px;
		padding-left: 10px;
		margin: 20px auto auto -3px;
		}
	/* Faculty image area */
	td.facultyImageCell {
		width: 20%;
		border-bottom:1px solid #408080; /* Dark color */
		border-right:2px solid #408080; /* Dark color */
		vertical-align: top;
		}
	/* p tag for bolding text */
	p.bold {
		font-weight: bold;
		}
	-->
