/*body*/
body
{
background-color: rgb(255,255,255);
margin-top:10px;
margin-left:0px;
}

/*first band of colour under tabs graphic*/
#blueband
{
background-color: rgb(153,179,255);
padding: 3px 5px 3px 0px;
font-family:Verdana, Arial, Helvetica, sans-serif;
color: rgb(0,0,102);
font-size: 12px;
font-weight:normal;
text-align: right; 
}
#blueband a {color: rgb(0,0,102);text-decoration:none;}

#blueband a:hover {text-decoration:underline;}


/*bottom band of colour under table with text links*/
#bluebandbase
{
background-color: rgb(204,217,255);
padding: 5px 0px 5px 0px;
font-family:Verdana, Arial, Helvetica, sans-serif;
color: rgb(0,0,102);
font-size: 12px;
font-weight:normal;
text-align: center; 
}
#bluebandbase a {color: rgb(0,0,102);text-decoration:none;}

#bluebandbase a:hover {text-decoration:underline;}

/*band with the welcome text*/
#tagline
{
background-color: rgb(204,217,255);
padding: 2px 0px 5px 2px;
font-family:Verdana, Arial, Helvetica, sans-serif;
font-size: 12px;
font-weight: 600;
color:rgb(0,0,102);
text-align: left; 
}

/*band with the welcome text on splash page*/
#splashtagline
{
background-color:#668CFF;
padding-right: 50px;
font-family:Verdana, Arial, Helvetica, sans-serif;
font-size: 18px;
font-weight: normal;
color:rgb(255,255,255);
text-align: right; 
}
/*whole containing div
#whole
{
position:absolute;
top:5px;
left:20px;
width: 660px;
background-color: rgb(255,255,255);
}
*/

/*left hand links div and menu
#menu
{
position: absolute;
top: 96px;
left:0px;
width:100px;
height: 650px;
font-family:Verdana, Arial, Helvetica, sans-serif;
font-size: 12px;
font-weight: bold;
text-align:right;
background-color: rgb(51,102,255);
}

#menu ul {list-style: none; margin:0px; padding-right:0px; border:none;}
#menu li {padding-bottom: 0px;border-bottom: 2px solid  rgb(255,255,255);}
#menu li a {display:block; padding: 5px 5px 5px 0px; 
                  background-color:rgb(247,140,49); color: rgb(255,255,255);
                  text-decoration:none;width:auto;}
#menu li a:hover {background-color: rgb(51,102,255); color:rgb(255,255,255);}*/


/*page contents*/
#copy
{
height: 620px;
background-color:rgb(255,255,255);
padding-top:5px;
padding-left: 3px;
padding-right:10px;
overflow:auto;
overflow-x:hidden;
font-family:Verdana, Arial, Helvetica, sans-serif;
color: rgb(0,0,102);
font-weight: normal;
font-size: 12px;
line-height: 20px;
text-align: left;
}


/*links throughout the copy div*/
#copy a
{
text-decoration:none;
color:rgb(247,140,49);
background-color:rgb(255,255,255);
font-weight: 600;
}

#copy a:link, a:visited
{
color:rgb(51,102,255);
}

#copy a:hover, a:active
{
color: #3366ff;
background-color:rgb(255,255,255);
}


/*splash page table row*/
.student
{
font-family:Verdana, Arial, Helvetica, sans-serif;
color: rgb(0,0,102);
font-weight: normal;
font-size: 14px;
line-height: 22px;
padding-right:50px;
text-align: right;
}

.student a
{
text-decoration:none;
color:rgb(0,0,102);
font-weight: normal;
}

.student a:link, a:visited
{
color:rgb(0,0,102);
}

.student a:hover, a:active
{
color: rgb(255,255,255);
}

.accountancyaid 
{  
font-weight: 600; 
color:rgb(153,179,255);
}

.bodycopybold 
{  
font-family: Verdana, Arial, Helvetica, sans-serif; 
font-size: 12px; 
line-height: 20px; 
font-weight: 600; 
color: rgb(0,0,102); 
}

.bodycopyboldblue 
{  
font-family: Verdana, Arial, Helvetica, sans-serif; 
font-size: 12px; 
line-height: 20px; 
font-weight: 600; 
color: rgb(51,102,255); 
}

.bullet
{
font-family: Verdana, Arial, Helvetica, sans-serif; 
font-size: 12px; 
line-height: 20px; 
font-weight: normal; 
color: rgb(0,0,102); 
}


.bodycopyitalic
{  
font-family: Verdana, Arial, Helvetica, sans-serif; 
font-size: 12px; 
font-style: italic; 
line-height: 20px; 
font-weight: normal; 
color: rgb(0,0,102); 
}

.smallbodycopy
{  
font-family: Verdana, Arial, Helvetica, sans-serif; 
font-size: 11px; 
font-style: normal; 
line-height: 16px; 
font-weight: normal; 
color: rgb(0,0,102); 
text-decoration: none;
}

.smallbodycopybold
{  
font-family: Verdana, Arial, Helvetica, sans-serif; 
font-size: 11px; 
font-style: normal; 
line-height: 16px; 
font-weight: 600; 
color: rgb(0,0,102); 
text-decoration: none;
}

.smallbodycopyitalic 
{  
font-family: Verdana, Arial, Helvetica, sans-serif; 
font-size: 11px; 
font-style: italic; 
line-height: 16px; 
font-weight: normal; 
color: rgb(0,0,102); 
text-decoration: none;
}

.smallbodycopyblue 
{ 
font-family: Verdana, Arial, Helvetica, sans-serif;
 font-size: 11px; 
 font-style: normal; 
 line-height: 16px; 
 font-weight: normal; 
 color: rgb(51,102,255); 
 text-decoration: none;
 }

/*table cells for the shop page*/
.cell
{
background-color: rgb (204,217,255);
font-size: 11px;
font-weight:600;
}

/*this is the div containing the room photo*/
#pix
{
display: block;
float:right;
margin-top: 10px;
margin-left: 5px;
margin-bottom: 20px;
}

