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