/* Formats text within facultyBioCell*/
#facultyBio {
	}
/* Container around everything */
#facultyBioContainer {
	width: 581px;
	font:Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	border: 3px solid #4776AA; /* Dark Blue */
	background-color: #4776AA; /* Dark Blue */
	}
/* 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: #D3EBFF; /* Light Blue */
	padding-top: 5px;
	padding-left: 11px;
	}
/* Large profile heading (Name) */
td.facultyBioHeaderCell {
	padding-left: 8px;
	border-bottom: 1px solid #B0D9FF; /* Medium Blue */
	}
/* Faculty contact info area */
td.facultyContactCell {
	background-color: #B0D9FF; /* Medium Blue */
	border-top:2px solid #4776AA; /* Dark Blue */
	border-bottom:1px solid #4776AA; /* Dark Blue */
	padding-top: 1px;
	padding-left: 10px;
	margin: 20px auto auto -3px;
	}
/* Faculty image area */
td.facultyImageCell {
	width: 20%;
	border-bottom:1px solid #4776AA; /* Dark Blue */
	border-right:2px solid #4776AA; /* Dark Blue */
	vertical-align: top;
	}
/* p tag for bolding text */
p.bold {
	font-weight: bold;
	}

/* Faculty Page Course Offerings Color Styles */
.courseHeading td {
	background-color:#B0D9FF;
	border-top:1px solid #4776AA;
	border-bottom:1px solid #4776AA; 
	padding-left:10px;color:#111;
	font-weight:bold;
	}
.courseListingPre td {
	font-size:10px;
	text-transform:uppercase;
	text-align:left;
	padding-left:10px;
	background:#D3EBFF;
	}
.courseListing td {
	background:#EFF8FF;
	text-align:left;
	padding-left:10px;
	}
.courseListing2 td {
	background:#FFFFFF;
	text-align:left;
	padding-left:10px;
	}
.courseListingBottom {
	border-bottom:2px solid #4776AA;
	}
.courseListing a:hover{
	color:#47226D;
	border-bottom:1px dotted #4776AA;
        }
.courseListing2 a:hover{
	color:#47226D;
	border-bottom:1px dotted #4776AA;
	}
