body {
font-family: "Trebuchet MS", "Tahoma", "Arial", sans-serif;
color: #7c6545;
}

a:link, a:visited {
color: #7c6545;
font-weight: bold;
text-decoration: none;
}

a:hover, a:active{
color: red;
font-weight: bold;
text-decoration: underline;
}

#branding {
	margin-top: 50px;
	width: 700px;
	height: 150px;
	background: url('/cfa/_images/cfa-banner2.jpg') no-repeat center center;
	
}

#mainNav {
	margin: 0;
	width: 700px;
	border-top: 3px solid #7c6545;
	border-bottom: 3px solid #7c6545;
	height: 25px;

}

#mainNav ul {
	list-style-type: none;
	margin: 0 0 0 70px;	
	padding: 0;
}

#mainNav li {
	display: block;
	float: left;
	margin-right: 10px;
}

#content {
	clear: both;
	width: 700px;
	text-align: left;
	padding: 20px 0 20px 0;
} 

#content img {
	border: 3px solid #7c6545;
	float: right;	
	margin: 0 0 10px 10px;	
}

#content .imgLeft {
	border: 3px solid #7c6545;
	float: left;	
	margin: 0 15px 10px 0;	
}

#footer {
	font-size: 8pt;
	width: 700px;
	border-top: 3px solid #7c6545;
	border-bottom: 3px solid #7c6545;
	padding: 5px 0 5px 0;
	clear: both;
	margin-top: 10px;
}

#footer p {
	margin: 0px;
}

h1 {
	font-size: 16pt;
}

h2 {
	font-size: 14pt;
}

#facultyList {
	float: right;
	margin-left: 10px;
	padding-left: 10px;
	border-left: 1px solid #7c6545;
	
}

#facultyList h1 {
	font-size: 12pt;
	margin: 10px 0 0 0;
}

#facultyList h2 {
	font-size: 10pt;
	font-style: italic;
	margin: 0px;
}

#facultyList h3 {
	font-size: 10pt;
	font-weight: normal;
	margin: 0px;}
	
