#column_student dl {
	clear: both;
	width: 526px;
}

#column_student dt {
	margin-bottom: 1em; 
	font-weight: bold;
	font-size: 16px;
}

#column_student dd {
	width: 33%; 
	float: left;
	margin: 0;
}

#column_student li {
	display: block;
	list-style: none;
	margin-top: 5px;
}

#column_student ul {
	margin-left: 3px;
	padding-right: 10px;
}

/* Students page revision 05.09.07
---------------------------------------------------*/
div.column {
	float: left;
	margin: 0 20px 0 0;
	width: 158px;
	}
	
div.columnLast {
	float: left;
	margin: 0;
	width: 155px;
	}	

body#students div.column h2, body#students div.columnLast h2 { 
	font: bold 85% Verdana, Arial, Helvetica, sans-serif;
	border-bottom: 1px solid #ededed;
	padding: 0 0 8px 0;
	margin: 11px 0 15px 0;
	color: #5d5d5d;
	}
	
div.column ul, div.columnLast ul {
	padding: 0 0 0 10px;
	margin: 0 0 0 5px;
	}
	
div.column li, div.columnLast li {
	margin: 0 0 3px 0;
	color: #c0c0c0;
	font-size: 70%;
	display: list-item;
	list-style: square;
	}
	
div.column li a:link, div.column li a:visited, div.columnLast li a:link, div.columnLast li a:visited  {
	font-size: 145%;
	color: #464646 !important;
	border-bottom: 1px solid #f5f0cc !important;
	text-decoration: none;
	}
	
div.column li a:hover, div.column li a:active, div.columnLast li a:hover, div.columnLast li a:active  {	
	color: #9d2629 !important;
	border: none;
	}
	
div.column ul.topLinks {
	padding: 0 0 15px 10px;
	border-bottom: 1px dotted #ddd;
	margin: 0 0px 15px 5px;
	}
	

	
