﻿/* CSS layout */
#left_col {
	width: 200px;
	position: absolute;
	left: 0px;
	top: 0px;
	background-image: none;
	background-repeat: no-repeat;
}
#page_content {
	margin-left: 200px;
}

#container {
	position: relative;
	width: 100%;
}
#footer {
	width: 100%;
	clear: both;
	position: relative;
}
.SchoolMenuItem {
	TEXT-DECORATION: none;
	font-size: 24px;
	color: #000000;
	font-weight: bold;
	font-variant: normal;
	text-transform: none;
	font-style: normal;
}
#footer a {
	width: 100%;
	clear: both;
	position: relative;
	font-size: large;
	color: #000000;
}
#footer a.hover {
	width: 100%;
	clear: both;
	position: relative;
	font-style: italic;
	color: #000080;
}
