

#instructor-nav-heading a {
	color: black;
}

#instructor-nav li a {
	text-decoration: none;
}

#content #pageTitle{
	margin-left:0px;
	color:#ffb200
}

#content {
	padding:0 0 225px 120px;
	width: 840px;
	position: relative;
}

#content img {
	margin-left: 20px;
	width: 240px;
	float:right;
}

#content h4{
	font-weight: bold;
	font-family: times, serif;
	font-size: 2em;
}
#content ul{
	padding:0.5em 0 0.5em 2em;

}

#content p:first-letter{
	font-weight: bold;
}

#instructors {
	padding-left: 0;
}

#instructors>li {
	border-top: dashed black;
	padding: 3em 0;
}

#instructors>li:first-child {
	border: none;
	padding-top: 0;
}

#instructors ul ul>li {
	list-style-type: disc;
}

h5{
	font-style: oblique;
	font-size: 1.2em;
}

#content #instructor-nav-heading{
	top: 156px;
	font-size: 1em;
}

#content #instructor-nav{
	top: 180px;
	padding: 0;
	margin: 0;
}

#instructor-nav, #instructor-nav-heading{
	position: fixed;
	left: 1em;
}

#instructor-nav a{
	display: block;
}

#instructor-nav a:hover{
	background-color: #f0f0f0;
}

h4 .bodyText{
	margin-left: 1em;
}

