/* -----------------------------   SET BACKGROUND FOR DIV HOLDING SCHOOL NAME & LOGO ----------------------*/

#school, #navleft {
/* Set background COLOR or IMAGE */
/* set the NAV bar same as school colour */

background-color:#669966; 
 /* background-image:url(school/swatch.gif); */
}


/* -----------------------------   SET MENUS HYPERLINK COLOURS -----------------------------*/

#navleft a:link {
color:#FFFFFF; /* set the NAV bar LINK to contrast the school colour */
text-decoration: none;
font-weight: bold;
}
#navleft a:visited{
color:#FFFFFF; /* set the NAV bar LINK to contrast the school colour */
text-decoration: none;
font-weight: bold;
}
#navleft a:active{
color:#FFFFFF; /* set the NAV bar LINK to contrast the school colour */
text-decoration: none;
font-weight: bold;
}

#navleft a:hover{
color:#000000; /* set the NAV bar HOVER to contrast the school colour and LINK */
text-decoration: none;
font-weight: bold;
}

/* -----------------------------   SET GENERAL PAGE HYPERLINK COLOURS -----------------------------*/

/* set the SITES HOVER to */
a:hover {
color: blue; 
text-decoration: none;
font-weight: bold;
}

a:link{
color: black;
text-decoration: none;
font-weight: bold;
}
a:visited{
color: black;
text-decoration: none;
font-weight: bold;
}
a:active{
color: black;
text-decoration: none;
font-weight: bold;
}


/* -----------------------------   END OF SECTION   -----------------------------------------*/



