/*student colours and background image*/

#image	{
border-bottom:medium #56527E solid;
background-image:url(/images/header.jpg);
background-repeat:no-repeat;
height:100px;
width:100%;
padding:0px;
}
#subnav {
background-image:url(/images/menu/substudents.gif);
background-position: bottom left;
background-repeat:no-repeat;
background-color:#5A618B;
}
.selected {
background-image:url(/images/menu/students.gif);
background-position: bottom left;
background-repeat:no-repeat;
display: block;
width: 130px;
}

.footerText  {
background-color:#5A618B;
}

