﻿.hidden{
	visibility:hidden;
	}
	
.big{
	font: bold 18px arial;
}

.twocol {
	width: 48%;
	float:left;
	height: 260px;
	margin: 3px;
}

#banner{
	float:left;
	width: 100%;
	background: #0033cc;
	color: #ffffff;
	font-size: 36px;
	font-family: arial;
	text-align: left;
	Z-index:-1;
	height:100px;
	background-image: url("images/schoolbanner.gif");
	background-repeat: no-repeat;
	background-position:right;
}

marquee{
	width:90%;
	height:350px;
	color:black;
	background-color:#C0C0C0;
	border:1px white solid #000000;
	padding:10px;
	text-align:left;
	font-size:9pt;
	font-family: arial;
}

.bannertext{
	font-size:12px;
}

#body{	
	float:left;
	width: 100%;
	color: #000000;	
	font-family: arial;
	Z-index:-100;
}
#footer{
	float:left;
	width:25%;
	font-size: 11px;
	font-family: arial;
	color: #000000
	text-align: left;
	font-style: italic;
	margin-top:20px;
}

body {
	font-family: arial;
	background-color: #FFFFFF;
	list-style-type: disc;
	background-image: url("images/wolfbackground.jpg");
	behavior: url("csshover.htc");
}

.threecol{
	width:30%;
	border-width: 1px;
	border-style: solid;
	border-color: #000000;
	text-align:center;
	float:left;
	height: 350px;
	margin: 3px;
}
.list{
	width:24%;
	height: 20px;
	float:left;
	overflow: hidden
}
p.headrow{
	height: 20px;
	width:100%;
	background:#0033cc;
	color: #ffffff;
}

.headrow a{
	color:#ffffff;
}

#menu {
width: 100%;
background: #0033cc;
color:#ffffff;
float: left;
z-index:50;
}

#menu ul {
list-style: none;
margin: 0;
padding: 0;
width: 19%;
float: left;
z-index:50;
border-width: 1px;
border-style: solid;
border-color: #ffffff;
}

#menu p {
font: bold 12px arial;
display: block;
border-width: 1px;
border-style: solid;
border-color: #ffffff;
margin: 0;
padding: 6px;
color:#ffffff;
background:#001199;
text-decoration: none;
z-index:50;
}

#menu p:hover {
color: #ffffff;
background: #001199;
z-index:50;
}

#menu a {
font: bold 12px arial;
display: block;
border-width: 0px;
border-style: solid;
border-color: #ffffff;
margin: 0;
padding: 8px;
color:#ffffff;
background:#001199;
text-decoration: none;
z-index:50;
}

#menu a:hover {
color: #ffffff;
background: #999999;
z-index:50;
}

#menu li {
position: relative;
width: 100%;
z-index:50;
}

#menu ul ul {
position: absolute;
z-index: 500;
width: 100%;
}

#menu ul ul ul {
position: absolute;
top: 0;
left: 100%;
width: 100%;
z-index:50;
}

div#menu ul ul li:hover ul ul
{display: none;}

div#menu ul li:hover ul ul
{display: none;}

div#menu ul ul
{display: none;}

div#menu ul ul ul li:hover ul
{display: block;}

div#menu ul ul li:hover ul
{display: block;}

div#menu ul li:hover ul
{display: block;}

#menu ul li {float: left; width: 100%;}
#menu ul li a {height: 1%;}
