@charset "UTF-8";

/* Body */


body {
	
	background: #71a1bd url(../img/background_blue.gif) repeat-x;

}

#students, #students:hover {
	background-position: 0 50px;
	
}

#mainContent {
	background: url(../img/menu_background_S.gif) no-repeat;
}

ol { 
	list-style-type: upper-roman; 
	line-height: 16px;
	
}

table.faculty {

	padding: 4px;
	width: 550px;
	
}

table.faculty td {
	border-width: 1px;
	padding: 4px;
	border-style: inset;
	border-color: #5F879E; 
}

tr.header {
	background: #5F879E;
	color: #fff;
}

tr.title {
	font-weight: bold;
}