.facultyTable {
	margin: 0px auto 10px;
	width: 850px;
	border-right: 12px solid #DEDEA9;
	border-bottom: 12px solid #DEDEA9;
	border-left: 12px solid #DEDEA9;
}
.facultyTable caption {
	margin-left: auto;
	margin-right: auto;
	padding-top: 7px;
	font-size: 16px;
	height: 35px;
	font-weight: bolder;
	color: #686737;
	background: url(../media/images/misc/table_topcap2.gif) no-repeat bottom;
	vertical-align: bottom;
}
.facultyTable th {
	background: url(../media/images/misc/facultyname_tile_bg.gif) no-repeat;
	text-align: left;
	color: #7C6958;
	font-size: 1.3em;
	font-weight: bold;
	padding: 4px 15px;
	letter-spacing: 0.2em;
	border-right: 1px solid #DEDEA9;
}
.facultyTable td {
	background: #F7F7EA;
	color: #54532E;
	text-align: justify;
	font-size: 1.2em;
	padding: 7px 15px 10px;
	border-right: 1px solid #DEDEA9;
	border-bottom: 1px solid #DEDEA9;
	border-left: 1px solid #DEDEA9;
}
