/* CSS Document */

/*Colour style sheet for the header and footer template*/

/*This sets the colour of the bar that runs across the very top of the website*/
.UoLtopBar {background: #234F7C; border-bottom: solid 1px #FFFFFF;}


/*This sets the colour of the bar containing the bottom navigation */
.UoLbottomNav {background: transparent;}
/*This sets the colour of the five boxes*/
.UoLbottomNav a {background: #234F7C; border: 1px solid #FFFFFF;}
/*This sets the colour of the text within the five boxes*/
.UoLbottomNav a:link, .UoLbottomNav a:visited, .UoLbottomNav a:active {color: #FFFFFF;}
/*This sets the colour of the five boxes and text within, when the mouse is rolled over*/
.UoLbottomNav a:hover {color: #234F7C;	background: #FFFFFF; border: 1px solid #234F7C;}


/*This sets the colour for the bar underneath the bottom navigation*/
.UoLmaintainer {background: transparent; color: #333333;}
/*This sets the colour of the text for the updated date*/
.UoLmaintainerLeft {color: #333333;}
/*This sets the colour of the text for the maintainer text*/
.UoLmaintainerRight a:link, .UoLmaintainerRight a:visited, .UoLmaintainerRight a:active {color: #333333;}
/*This sets the colour of the text for the maintainer text, when the mouse is rolled over*/
.UoLmaintainerRight a:hover {color: #CF0026;}
/*This sets the colour of the approved text at the very bottom of the screen*/
.UoLapproved {color:#333333;}


/*This sets the colour for all text links within the main content area*/
.UoLcontainer a, .UoLcontainer a:link, .UoLcontainer a:visited, .UoLcontainer a:active {color: #333333;}
/*This sets the colour for all text links within the main content area when the mouse is rolled over*/
.UoLcontainer a:hover {color: #9999CC;}
/*This sets the colour for the main heading, top right hand corner*/
.UoLheader h1 {color: #FFFFFF;}
/*This sets the colour for the line underneath the top heading on the main page content and this headings text colour*/
.UoLheader h2 {color: #333333;}
/*This sets the colour for the line underneath the headings on the main page content and this headings text colour*/
.UoLheader h3 {color: #333333;}
/*This sets the colour for the border around images*/
.UoLphoto {background: #eaeaea;}
/*This sets the colour for highlighted text*/
.UoLhighlight {background: #ECECF4;}
/*This sets the colour for table headings*/
th {background: #eaeaea;}
/*This sets the background colour for all odd rows in a table*/
.UoLodd {background: #eaeaea;}
/*This sets the baackground colour for all even rows in a table*/
.UoLeven {background: #FFFFFF;}