/* CSS Document */
html { height:110%;} /*<<this was used to get div.bg's height to be 100% in Firefox*/
body {
		background: #024F8D  url(../i/body_bg.jpg) fixed center; 
		font-family: Helvetica, Arial, sans-serif; font-size:13px;  
		margin:0; padding:10px 50px 0 50px;
		height:100%;
	}
a img{	
		border:none; 
		cursor:pointer; /*cursor is defined 'crosshair' for ALL images*/
	}
a{
		color:#024F8D;
	}
a:hover, a:visited:hover, a:focus{
		color:#C6202A;
	}
img {
		cursor:crosshair;
	}
h2{
		font-variant:small-caps; font-size:20px;
		margin: 0; 
	}
h3{
		font-size:14px; font-variant:small-caps;
		line-height:2em;
		margin-bottom: 0; 
	}
h3#heading3mod{
		font-variant:small-caps;
		margin: 0; 
	}
h4{
		margin-bottom: 0.5em; margin-top: 0;
		font-size:14px; font-variant:small-caps;
		color:#024F8D;
	}
h5#addrtop{
		margin-bottom:0; margin-top:0.5em;
		color:#024F8D;
	}
h6{
		margin-bottom:0; margin-top: 0;
	}
ul,dl{
		margin-top: 0;
	}
dt{
		margin-bottom:3px;
		font-weight:bold;
		list-style:circle inside;
	}
dd{
		display:list-item;
		list-style:disc;
		line-height:18px;
	}
p{
		margin-top: 0; 
	}
ol li{
		margin-top:1em;
	}
ol table{
		border-collapse:collapse;
		margin-left:2em;
	}
ol table td{
		padding-right: 1em;
	}
table #rcol{
		border-left:double;
		border-color:#333;
		padding: 0 1em 0  1em; margin-left: 1em;
	}
table#reg_table{
		border-collapse:collapse;
}
table#reg_table th{
		color:#FFF;
		background-color:#024F8D;
}
table#reg_table td{
		text-align:center;
	}
form p{
		line-height:2em;
	}
select{
		text-align:center;
		height:1.50em;
	}
input[type=text]{
		font-size: 12px;
	}
input[type=select]{
		font-size: 12px;
	}
textarea{
	font-family: AvantGarde Bk BT, Calibri, Verdana, Helvetica, Arial, sans-serif; font-size:12px;  
	}
hr{
		margin-bottom:2em;
	}
fieldset{
		margin-top:1em; padding:1em;
		border:#024F8D double; 
	}
legend{
		font-weight:bold;
		color:#024F8D;
	}
div.wrapper{
		position:relative; /* allows accurate positioning of children within*/
		min-width:457px; max-width:800px; min-height:656px;
		margin:auto; 
		padding:0;/*padding is rather displaced as padding's for its content to enable div.content's background transparency*/
		background: url(../i/wrapper_bg.png);
		overflow:hidden;
	}
	
/******/
div#printform_menu{
		float:right;
		background:#F90;
		font-weight:bold;
		padding:1em;
		text-align:right;
	}
/******/

div.leftcolumn{
		float:left;
		background:#FFF;
		width:100px; min-height:645px;
		padding: 11px 11px 0 11px;
	}
div.leftcolumn object{
	}
div.leftcolumn img{ float:left;
	}
/******/
#schoolname{
		position:absolute; right:11px;
		margin-top:11px;
	}
		
/******/
div.container{
		max-width:678px; padding-top:41px; float:left;
	}
#navbtn{
		padding:0; 
		margin-right:18px;
	}
#subnav{
		margin:3px 0 6px 0;
		background: #FFF url(../i/submenu_bg.jpg) repeat-x top;
		padding-top:7px; 
		text-align:center;
	}
#subnav a{
		padding:5px 10px;
		text-decoration:none;  text-transform:uppercase;
		font-family:"Arial Rounded MT Bold", "Arial Black", sans-serif; font-size:11px; font-weight:bolder; 
		color:#FFF; background:#83202A url(../i/subnav_bg.gif) repeat-x; border:#FFF 1px solid;
		filter: alpha(opacity=70); opacity: 0.7; -moz-opacity: 0.7; /*filter + '-moz-' needed only for older versions of mozilla*/
		zoom: 1; /*used to activate opacity in IE*/
	}
#subnav a:hover, #subnav a:focus{
		border:#C6202A 1px solid;
		filter:alpha(opacity=100); -moz-opacity: 1.0; opacity: 1.0;
	}	
#subnav a.current{
		filter:alpha(opacity=100); -moz-opacity: 1.0; opacity: 1.0;
		text-decoration:underline;
	}	

div.contents_l {background: url(../i/contents_l.gif) 0 0 repeat-y;}
	.contents_t {background:#83202A url(../i/contents_t.gif) 0 0 repeat-x;}
		.contents_tl {background: url(../i/contents_tl.gif) 0 0 no-repeat; min-height:53px; color:#FFF; overflow:hidden;}
		.contents_tl div#header{ float:right; text-align:right; letter-spacing:1px; margin:1em;}
	div#contents{ min-height:477px; margin:2em 2em 0 2em;}

#textcounter{
		padding:3px;
	}

#textcounter input{
		color:#FFF;
		background: none;
		padding:0; 
		border: none;
	}
#submitbtn{
		color:#024F8D;
	}
#resetbtn{
		float:right;
		color:#C00;
	}
.error{
		color:white; 
		background-color:red;
	}
.warning{
		background-color:#F90;
		font-weight:bold;
	}
.confirm{
		color:#090;
		font-size:1.25em; font-weight:bold;
	}
	
/****/
#copyright{
		font: 11px bolder; font-family:"Britannic Bold", Arial, Helvetica, sans-serif;
		color:#fff;
		padding:1px 0 5px 0; margin:auto; 
		min-width:457px; max-width:806px; 
	}
#copyright a{ 
		text-decoration:none;
		color:#fff;
	}
#copyright span{ 
		margin: 0 14px 0 14px;
	}