@charset "UTF-8";
/* CSS Document */

p{
	font-family: Verdana, sans-serif;
	font-size: 10px;
	color: #000000;
	line-height: 14px;
	padding: 3px;
}
.bold {
	font-family: Verdana, sans-serif;
	font-size: 11px;
	line-height: 14px;
	color: #333;
	background-color: #FFF8E9;
}
.navigation {
	font-family: Verdana, sans-serif;
	font-size: 10px;
	font-style: normal;
	font-weight: bold;
	color: #999;
	text-decoration: none;
	background-color: #FFF8E9;
	display: block;
	padding: 6px;
	width: 220px;
}
.navigation:hover {
	font-family: Verdana, sans-serif;
	font-size: 10px;
	font-style: normal;
	font-weight: bold;
	color: #000;
	text-decoration: none;
	background-color: #FFF8E9;
	display: block;
	padding: 6px;
	width: 220px;
}
#wrapper {
	width: 944px;
	margin-right: auto;
	margin-left: auto;
}
.last_update {
	font-family: Verdana, sans-serif;
	font-size: 9px;
	font-style: normal;
	line-height: normal;
	color: #666;
	text-decoration: none;
}
.faculty_heading {
	font-family: verdan, sans-serif;
	font-size: 12px;
	font-style: normal;
	font-weight: bold;
	color: #333;
	text-decoration: none;
}

