/* CSS Document */

<style type="text/css">

#navi{
width: 201px;
border-right: 1px solid #000;
padding: 0 0 1em 0;
margin-bottom: 1em;
font-family: Verdana, Arial, Helvetica, sans-serif,;
font-size: 90%;
background-color: #90bade;
color: #333;
}

* html #navi{ /*IE 6 only */
w\idth: 201px; /*Box model bug: 180px minus all left and right paddings for #navi */
}

#navi ul{
list-style: none;
margin: 0;
padding: 0;
border: none;
}

#navi li {
	border-bottom: 1px solid #FFFFFF;
	margin: 0;
}

#navi li a{
display: block;
padding: 5px 5px 5px 8px;
background-color: #01009A;
color: #fff;
text-decoration: none;
width: 100%;
}

html>body #navi li a{ /*Non IE6 width*/
width: auto;
}

#navi li a:hover{
background-color: #FFFFFF;
color: #01009A;
}

body {
	background-color: #333333;
	margin-top: 10px;
}
.content {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 14px;
}
#footer {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-style: normal;
	line-height: 30px;
	font-weight: normal;
	font-variant: normal;
	color: #FFFFFF;
	background-color: #000000;
	text-align: left;
	text-indent: 10px;
	
}
#schoolName {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 36px;
	font-style: normal;
	line-height: 67px;
	font-weight: normal;
	font-variant: small-caps;
	color: #FFFFFF;
	background-color: #01009A;
	background-position: left;
	text-align: left;
	text-indent: 10px;
}
.formtext {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	line-height: 12px;
}
.contentheaders {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	line-height: 16px;
	font-weight: bold;
	color: #333333;
}
