/*school menu bar links*/
.school1
{ background:none;}
.school1:hover
{ background-image: url('link-bar-sch-h2.gif');display:block}
.handbook
{ background:none;}
.handbook:hover
{ background-image: url('link-bar-sch-hb2.gif');display:block}
.policies
{ background:none;}
.policies:hover
{ background-image: url('link-bar-sch-p2.gif');display:block}
.sports
{ background:none;}
.sports:hover
{ background-image: url('link-bar-sch-sp2.gif');display:block}
.tiger
{ background:none;}
.tiger:hover
{ background-image: url('link-bar-sch-t2.gif');display:block}
.sch-calendar
{ background:none;}
.sch-calendar:hover
{ background-image: url('link-bar-sch-c2.gif');display:block}
.preschool
{ background:none;}
.preschool:hover
{ background-image: url('link-bar-sch-pk2.gif');display:block}
.church
{ background:none;}
.church:hover
{ background-image: url('link-bar-sch-ch2.gif');display:block}

/* drop menu formatting */
#dropmenudiv {
position:absolute;
border:1px solid black;
border-bottom-width: 0;
font:bold 10px Verdana;
line-height:15px;
z-index:100;
}

#dropmenudiv a{
width: 100%;
display: block;
text-indent: 2px;
border-bottom: 1px solid black;
padding: 1px 0;
text-decoration: none;
font-weight: bold;
}

#dropmenudiv1 {
position:absolute;
border:1px solid black;
border-bottom-width: 0;
font:bold 10px Verdana;
line-height:15px;
z-index:100;
}

#dropmenudiv1 a{
width: 100%;
display: block;
text-indent: 2px;
border-bottom: 1px solid black;
padding: 1px 0;
text-decoration: none;
font-weight: bold;
}

#dropmenudiv a:hover{ /*hover background color*/
background-color: #EEEEEE;
}

#dropmenudiv1 a:hover{ /*hover background color*/
background-color: #FAF0E2;
}

/* links at bottom or contents formatting tiger */
.roll { font-family : "arial", "helvetica", "sans serif";
        text-decoration : underline;
        color : #3C3C3C;}
A.roll:hover { font-family : "arial", "helvetica", "sans serif";
               text-decoration : none;
               color : #D96C00;}

/* links in body of school pages */
.roll-l { font-family: "arial", "helvetica", "sans serif";
	  text-transform: uppercase; 
	  font-weight: bold;
	  color : #D96C00;}
A.roll-l:hover { font-family : "arial", "helvetica", "sans serif";
               text-decoration : none;
               color : #000000;}

/* links at bottom or contents formatting preschool */
.roll1 { font-family : "arial", "helvetica", "sans serif";
        text-decoration :underline;
        color : #660099;}
A.roll1:hover { font-family : "arial", "helvetica", "sans serif";
               text-decoration : none;
                  color : #990099;}

/* links at bottom of singing schedule */
.roll-s { font-family : "arial", "helvetica", "sans serif";
        text-decoration :underline;
        color : #EEDDA4;}
A.roll-s:hover { font-family : "arial", "helvetica", "sans serif";
               text-decoration : none;
                  color : #F3D2A0;}

/* links between sections formatting preschool */
.link1 { font-family : "arial", "helvetica", "sans serif";
        text-decoration : none;
        text-transform : capitalize;
        color : #660099;}
A.link1:hover { font-family : "arial", "helvetica", "sans serif";
               text-decoration : none;
               color : #990099;}

/* links between sections formatting  tiger */
.link { font-family : "arial", "helvetica", "sans serif";
        font-size : 10.0pt;
        text-decoration : none;
        text-transform : capitalize;
        color : black;}
A.link:hover { font-family : "arial", "helvetica", "sans serif";
               font-size : 10.0pt;
               text-decoration : none;
               color : orange;}

/* links on Willems teacher pages */
.link2 {font-family : "arial", "helvetica", "sans serif";
        text-decoration : none;
        color:#CC6600} 
a.link2:visited {color:#703d00} 
a.link2:active {color:#010000} 
a.link2:hover {font-family : "arial", "helvetica", "sans serif";
               text-decoration : none;
               color:#FFCC99; 
               background-color:#CC6600}

/* links at bottom of Willems main teacher page */
.link3 {font-family : "arial", "helvetica", "sans serif";
        font-weight: bold;
        text-decoration : none;
        color:#996633} 
a.link3:visited {color:#703d00} 
a.link3:active {color:#010000} 
a.link3:hover {font-family : "arial", "helvetica", "sans serif";
               text-decoration : none;
               color:#FFCC99; 
               background-color:#CC6600}

/* heading formatting */
H1 { font-family : "Arial", "Helvetica", "Monaco";
     font-weight : bold;
     font-size : 18.0pt;
     text-transform : uppercase;
     text-align : center;
     color : black;}

H2 { font-family : "Arial", "Helvetica", "Monaco";
     font-weight : bold;
     font-size : 12.0pt;
     text-transform : uppercase;
     text-align : left;
     color : black;}
