/* SCHOOLS */

table.schools {
	border:1px solid #006699;
	background-image:url(../images/sidecolslbg.jpg);
	background-repeat:repeat;
	width:400px;
	margin:30px 89px;
}

table.schools td {
	line-height:1.5em;
	padding:2px 10px;
	vertical-align:text-top;
}

.header {
	color:#ffffff;
	background-image:url(../images/subjectbg.jpg);
	background-repeat:repeat;
	font-size:125%;
	font-weight:bold;
	text-align:center;
}

.column1 { 
	font-weight:bold;
	text-align:left;
	width:33%;
}

.column2 { 
	text-align:left;
	width:67%;
}

.column2 a:link, .column2 a:visited {
	color:#000000;
	text-decoration:none;
}

.column2 a:hover {
	color:#ffffff;
	text-decoration:none;
	background-color:#9900FF;
	padding:5px 0px;
}