/* -------------- Main -------------- */

html, body {
	color: #555;
	font-family: Tahoma, Verdana, Arial, Helvetica, san-serif;
	font-size: 10pt;
	margin: 0px;
	padding: 0px;
	background: #D1D5D8;
}
#outercontainer {
	margin: 0px auto;
	padding: 0px;
	width: 850px;
	background: #D1D5D8 url(../Content/Images/main_bg.gif) top left repeat-y;
}
#container {
	margin: 0px auto;
	padding: 0px;
	width: 800px;
}

/* -------------- Header/Footer -------------- */

#header {
	margin: 0px;
	padding: 0px;
	height: 160px;
	background: white url(../Content/Images/GSS_Home_Photo.jpg) top right no-repeat;
}
#headerShading {
	width: 100%;
	height: 10px;
	position: relative;
	float: left;
	background-color: black;
	filter: alpha(opacity=10);
	opacity: 0.1;
	-moz-opacity: 0.1;
}
#menu {
	padding: 10px 20px 10px 10px;
	height: 15px;
	background: white url(../Content/Images/Menu_Bar.gif) top left repeat-y;
	margin-top:0px;
	font-size: 8pt;
	text-align: center;
	text-transform: uppercase;
}
#menu ul {
	margin-top: 0px;
	padding: 0px;
}
#menu ul li:first-child {
	display: inline;
	border: 0px;
}
#menu ul li {
	display: inline;
	border-left: 1px solid white;
}
#menu ul li a {
	text-decoration: none;
	padding: 8px 20px;
	color: white;
}
#menu ul li a:hover{
	text-decoration: underline;
}
#advert {
	margin: 0px;
	padding: 0px;
	width: 798px;
	text-align: center;
	border: 1px solid #D6D9E2;
	border-top: none;
	border-bottom: none;
}
#advert hr {
	margin: 0px auto;
	height: 1px;
	background-color: #CCCCCC;
	border: 0px;
	width: 90%;
}
#footer {
	background: #939ba1 top left repeat-y;
	padding: 10px;
	height: 15px;
	text-align: center;
	font-size: 8pt;
	color: white;
}
#footer a {
	text-decoration: none;
	margin: 0px 5px;
	color: white;
}
#footer a:hover {
	color: white;
	text-decoration: underline;
}

/* -------------- Content -------------- */

#content {
	padding: 0px;
	color: #555;
	line-height: 1.5em;
	margin-top:0px;
	min-height: 500px;
}
#content h1 {
	color: #089794;
	font-size: 20pt;
	font-weight: normal;
	margin-top: 0px;
	line-height: 1.5em;
}
#content h2 {
	color: #01a49f;
	font-size: 14pt;
	margin-top: 0px;
}
#content h3 {
	color: #13b5ea;
	font-size: 11pt;
	margin-top: 0px;
}
#content p {
	color: #555;
}
#content table ul {
	margin: 0px;
	margin-left: 20px;
	padding: 0px;
	color: #555;
}
#content hr {
	height: 1px;
	background-color: #CCCCCC;
	border: 0px;
}
#content a {
	text-decoration: none;
	color: #f38b2b;
}
#content a:hover {
	color: #C00000;
	cursor:pointer;
}
#leftpane {
	margin: 0px;
	padding: 10px;
	width: 220px;
	float: left;
	min-height: 500px;
	background: top left repeat-x;
}
#leftpane ul.level1 {
	margin: 0px;
	padding: 20px;
	list-style-type: none;
	font-size: 80%;
	line-height: 1.33em;
}
#leftpane ul.level1 li a {
	margin: 0px;
	padding: 15px 10px 15px 50px;
	display: block;
	color: #555;
	font-weight: bold;
	background-position: center left;
	background-repeat: no-repeat;
}
#leftpane ul.level1 li a:hover,
#leftpane ul.level1 li a.selected {
	color: black;
}
#leftpane ul.level1 li a img {
	border: 0px;
	vertical-align: middle;
}
#leftpane ul.level2 {
	list-style-type: square;
	font-size: 90%;
}
#leftpane ul.level2 li a {
	margin: 0px;
	color: #555;
}
#leftpane ul.level2 li a {
}
#leftpane ul.level2 li a:hover,
#leftpane ul.level2 li a.selected {
	color: black;
	text-decoration: underline;
}
#rightpane {
	margin: 0px;
	padding: 10px;
	width: 540px;
	float: left;
	min-height: 500px;
	background: white url(../Content/Images/rightpane_shadow.gif) top left repeat-x;
}

/* -------------- Classes -------------- */

#content .smallText {
	font-size: 80%;
}
#content .center {
	text-align: center !important;
}



#schoolsTable table{
	font-size: 20%;
}


.HeaderRow {
	background-color: #EEEEEE;
}
.DarkRow {
	background-color: #FFFACE;
}
.LightRow {
	background-color: White;
}