	/*	this file is intended to be compiled to define the school's look & feel.	it should be included after the main css file so that the values below overwrite that file	*/	#topnav {		background: #EE3124;		background-image: -webkit-gradient(linear, left top, left bottom, from(#EE3124), to(#D12B20));		background-image: -moz-linear-gradient(top,#EE3124,#D12B20);		/* For IE 5.5 - 7 */		progid:DXImageTransform.Microsoft.gradient(startColorstr=#EE3124, endColorstr=#D12B20);		/* For Internet Explorer 8 */		-ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#EE3124, endColorstr=#D12B20)";	}	#topnav div {		color: #FFFFFF;	}	#topnav div a {		color:#FFFFFF;	}	#sidenav a {		color:#EE3124;		padding-left:5px;	}	#content a {		color:#EE3124;	}	#sub-nav-wrapper {		background-image: -webkit-gradient(linear, left top, left bottom, from(#DDDDDD), to(#EEEEEE));		background-image: -moz-linear-gradient(top,#DDDDDD,#EEEEEE);		/* For IE 5.5 - 7 */		progid:DXImageTransform.Microsoft.gradient(startColorstr=#DDDDDD, endColorstr=#EEEEEE);		/* For Internet Explorer 8 */		-ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#DDDDDD, endColorstr=#EEEEEE)";		color:#000000;		background-color:#DDDDDD;	}	#sub-nav a, #sub-nav-breadcrumbs a {		color:#000000;	}	#grid th {		color:#000000;	}	#grid td a {		color:#EE3124;	}