@charset "utf-8";
/* CSS Document */
h1 { font-size: 4.9em; font-weight:800; font-style:normal;  }
body {
	
	margin:0;
	padding:0;
	color:#ffffff ;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-style: oblique;
}
p{
	font-weight:bold;
}
#main { width:100%; }
#leftCol {
	background-color:#9698A4;
	width:75px;
	padding-bottom: 32767px;
	margin-bottom: -32767px;
	
}
#rightCol {
	padding:8px;
	padding-left:22px;
	background-color:#005E9B;
}
input, textarea, select {	border:1px solid #0065A3;
	color:#0065A3;
	font-weight:bold;
}
input[type=text] {
	height:24px;
	width:250px;
}
input[name=SchoolAddress] { width:425px;}
select { height:24px; }
input[type=submit] {
	height:34px;
	width:150px;
	background-color:#DA2126;
	color:#FFFFFF;
}
#top { background-color:#000000; }
#footer { background-color:#9698A4; background-image:url(../images/footer_image.gif); height:90px;
	background-position:0 0 50%;
	background-repeat:no-repeat;}
.error {padding:.8em;margin-bottom:1.6em;border:2px solid #ddd;}
.error {background:#DA1F28;color:FFFFFF;border-color:#9F3C50;}
.enter {text-decoration:none; color:#FFFFFF; font-family: Arial, Helvetica, sans-serif;
	font-size: 44px;
	font-weight:800;
	font-style: normal; }
#middle {	}
