


a:link { 
	color: red;
	text-decoration: none;
	}

a:hover { 
	color: red;
    text-decoration: none;
	}
	
a:visited { 

	text-decoration: none;
	}	
	
	
	
	
	
.schoolheader {
font-size:14px;
font-family: Arial;
font-weight: bold;
color: White;
}	

.schooltext {
font-size:11px;
font-family: Arial;
font-weight: bold;
color: #343434;
}

/* STAFFMENU */

.staffmenu {
font-size:11px;
font-family: Arial;
font-weight: bold;
}

.staffmenu ul{
list-style-type:none;
padding:0;
margin:0;

}
/* make the top level links horizontal and position relative so that we can position the sub level */
.staffmenu li{
float:left;
position:relative;
left:0px;
z-index:200;

}

/* use the table to position the dropdown list */
.staffmenu table{
position:absolute;
border-collapse:collapse;
z-index:180;
left:-7px;
top:23px;
}

/* style all the links */
.staffmenu a{
display:block;
font-size:11px;
width:131px;
padding:5px 5px;
color:#343434;
background:#FFFFFF;
text-decoration:none;
margin-right:0px;
text-align:left;
}

/* style all the links */
a.staffcenter {
display:block;
font-size:11px;
width:131px;
padding:5px 0;
color:#343434;
background:#FFFFFF;
text-decoration:none;
margin-right:0px;
text-align:center;

}


/* style the links hover */
.staffmenu :hover{
color:#343434;
background:#F8F7F7;
}

/* hide the sub level links */
.staffmenu ul ul {
visibility:hidden;
position:absolute;
width:131px;
height:0;
}
/* make the sub level visible on hover list or link */
.staffmenu ul li:hover ul,
.staffmenu ul a:hover ul{
visibility:visible;
}


/* STAFFMENU */



/* DISTRICTMENU */
.menu {
font-size:11px;
font-family: Arial;
font-weight: bold;
}

.menu ul{
list-style-type:none;
padding:0;
margin:0;

}
/* make the top level links horizontal and position relative so that we can position the sub level */
.menu li{
float:left;
position:relative;
left:0px;
z-index:200;

}

/* use the table to position the dropdown list */
.menu table{
position:absolute;
border-collapse:collapse;
z-index:180;
left:-7px;
top:23px;
}

/* style all the links */
.menu a{
display:block;
font-size:11px;
width:131px;
padding:5px 5px;
color:#FFFFFF;
background:#343434;
text-decoration:none;
margin-right:0px;
text-align:left;
}

/* style all the links */
a.center {
display:block;
font-size:11px;
width:131px;
padding:5px 0;
color:#FFFFFF;
background:#343434;
text-decoration:none;
margin-right:0px;
text-align:center;

}


/* style the links hover */
.menu :hover{
color:#FFFFFF;
background:#F97206;
}

/* hide the sub level links */
.menu ul ul {
visibility:hidden;
position:absolute;
width:131px;
height:0;
}
/* make the sub level visible on hover list or link */
.menu ul li:hover ul,
.menu ul a:hover ul{
visibility:visible;
}

/* DISTRICTMENU */

.schools {
	margin: 0;
	padding: 0;
	width: 190px;
	list-style: none;
	background: #fff;
}
.schools li {
	padding: 0;
	margin: 0;
	height: 37px;
	list-style: none;
	background-repeat: no-repeat;
}

.schools li a, .schools li a:visited {
	display: block;
	text-decoration: none;
	text-indent: -1000px;
	height: 37px;
	background-repeat: no-repeat;
}
.right_our_schools {background-image: url(img/right_our_schools.gif); height: 51px;}
.elem {background-image: url(img/right_elem_s.gif);}
.elem a {background-image: url(img/right_elem.gif);}
.middle {background-image: url(img/right_middle_s.gif);}
.middle a {background-image: url(img/right_middle.gif);}
.high {background-image: url(img/right_high_s.gif);}
.high a {background-image: url(img/right_high.gif);}

ul.schools li a:hover {background: none;}

.nav101 {
	margin: 0;
	padding: 0;
	width: 190px;
	list-style: none;
	background: #fff;
}
.nav101 li {
	padding: 0;
	margin: 0;
	height: 49px;
	list-style: none;
	background-repeat: no-repeat;
}

.nav101 li a, .nav101 li a:visited {
	display: block;
	text-decoration: none;
	text-indent: -1000px;
	height: 49px;
	background-repeat: no-repeat;
}
.rnav101 {background-image: url(img/right_nav101_s.gif);}
.rnav101 a {background-image: url(img/right_nav101.gif);}

ul.nav101 li a:hover {background: none;}

td {
  font-family: Arial;
  color: #343434;
  font-size: 12pt;
}


hr {
  border: 0;
  width: 100%;
}


.news {
	font-family: Georgia;
	font-size: 11pt;
	}
.newsheader {
	font-family: Georgia;
	font-size: 12pt;
	font-weight: bold;
}
.newssmall {
	font-family: Georgia;
	font-size: 10pt;
}

.sub_header {
	font-family: Arial;
	font-size: 12pt;
	font-weight: bold;
    color: #343434;	
}

.sub_headerlink {
	font-family: Arial;
	font-size: 12pt;
	font-weight: bold;

}

.mainsectiontitle {
	font-family: Arial;
	font-size: 10pt;
	font-weight: bold;
	color: white;

}

.small {
	font-size: 10pt;
	}

.large {
	font-size: 50pt;
	color: gray;
}


.smallest {
	font-size: 8pt;
	font-family: Arial;	
}

.caldays {
	font-size: 6pt;
	font-family: Arial;	
}

.white {
	color: #FFFFFF;
}

.redheader {
	color: red;

}

.blackheader {
	color: black;

}

.red {
	color: red;
}

.subnav a:link {text-decoration: none; color:red; font-size:14px;}
.subnav a:visited {text-decoration: none; color:#343434;font-size:14px;}
.subnav a:active {text-decoration: none; color:#343434;font-size:14px;}
.subnav a:hover {text-decoration: underline; color: #F97206;font-size:14px;}

.printshare a:link {text-decoration: none; color:#FFFFFF; font-size:12px;}
.printshare a:visited {text-decoration: none; color:#FFFFFF;font-size:12px;}
.printshare a:active {text-decoration: none; color:#FFFFFF;font-size:12px;}
.printshare a:hover {text-decoration: underline; color: #F97206;font-size:12px;}

.subheader {
	font-family: Arial;
	font-size: 14pt;
	color: #FFFFFF;	
	font-weight: bold;
}

.subschoolheader {
	font-family: Arial;
	font-size: 12pt;
	color: #343434;	
	font-weight: bold;
}

.subcontent {
	font-family: Arial;
	font-size: 12pt;
	
}
.lower {
z-index:-100;	
}

.hide {
	color: silver;
	font-size:14px;
	text-decoration: none;
}