/* CSS Document */

/*Style sheet for the header and footer template*/

/*This style effects virtually everything within page, as all the page content sits within the body tag*/
BODY {PADDING: 0; MARGIN: 0; font-family: Verdana, Arial, Helvetica, sans-serif;}

/*This box contains the main page content*/
.UoLcontainer {padding: 0; margin: 0; _height: 300px; min-height: 300px;}

/*This is the style for all links in the main page content*/
.UoLcontainer a, .UoLcontainer a:link, .UoLcontainer a:visited, .UoLcontainer a:active {text-decoration: underline;}	

/*This sets the indent for a bulleted list and also its font size*/
.UoLcontainer ul {margin: 0 10px 15px 45px; padding: 0; font-size: 72%;}
.UoLcontainer ul ul {margin: 2px 0 2px 18px; padding: 0; font-size: 100%;}
.UoLcontainer ul ol {margin: 2px 0 2px 24px; padding: 0; font-size: 100%;}

/*This sets the indent for a numbered list and also its font size*/
.UoLcontainer ol {margin: 0 10px 15px 53px; padding: 0; font-size: 72%;}
.UoLcontainer ol ol {margin: 2px 0 2px 24px; padding: 0; font-size: 100%;}
.UoLcontainer ol ul {margin: 2px 0 2px 18px; padding: 0; font-size: 100%;}

/*This sets the indent for a definition list and also its font size*/
.UoLcontainer dl {margin: 0 10px 15px 29px; padding: 0; font-size: 72%;}

/*This provides a margin around the text in a numbered list*/
.UoLcontainer ol li {margin: 0; padding: 0; list-style-type: decimal; line-height:140%;}

/*This provides a margin around the text in a bulleted list*/
.UoLcontainer ul li {margin: 0; padding: 0; line-height:140%;}
.UoLcontainer ul ol li {margin: 0; padding: 0; list-style-type: decimal; list-style-image: none; line-height:140%;}

/*This sets the indent for the first option in your definition list*/
.UoLcontainer dl dt {margin: 5px 0 0 0; padding: 0; font-weight: bold;}

/*This sets the indent for the second option in your definition list*/
.UoLcontainer dl dd {margin: 0 0 0 20px; padding: 0;}

/*sets the text size for the h1 text, main heading top right hand corner*/
/*
h1 {font-size: 120%; text-align: right; font-weight: bold; padding: 0.8em 0.2em 0 0; margin: 0; line-height: 1.1em;}
*/
h1.UoLtitle {text-align: right; font-weight: bold; padding: 0.8em 0.2em 0 0; margin: 0; line-height: 1.1em;}

/*sets the style for the page heading*/
/*
h2 {font-size: 100%; font-weight: bold; padding: 15px 10px 3px 0; margin: 20px 10px 20px 10px; border-bottom: 5px solid #999999;}
*/

/*sets the style for sub-headings*/
/*
h3 {font-size: 80%; font-weight: bold; padding: 10px 0 0 0; margin: 15px 10px 10px 10px; border-top: 1px solid #CCCCCC;}
*/

/*sets the styles for H4, H5, H6, H7, H8, H9, H10*/
/*
h4, h5, h6, h7, h8, h9, h10 {font-size: 72%; font-weight: bold; margin: 15px 10px 10px 10px;}
*/

/*sets the style for paragraph text*/
P {PADDING: 0; MARGIN: 7px 10px 13px 10px; font-size: 72%; line-height:140%;}

/*sets a border of zero for all images*/
img {border: 0;}

/*sets the font style to bold*/
.UoLbold {font-weight: bold;}

/*sets a div to clear any divs above it*/
.UoLclear {CLEAR: both;}

/*floats the div to the right*/
.UoLright {float: right;}

/*floats the div to the left*/
.UoLleft {float: left;}

/*sets the form margins to zero*/
.UoLform {margin: 0; padding: 0;}

/*sets the height of a break*/
.UoLbr {height: 20px;}

/*style used for placing photos when used with a div*/
.UoLphoto {margin: 0 10px 10px 10px; /* hide from IE mac \*/ _margin: 0 5px 10px 5px; /*End hide*/ padding: 10px; width: auto;	height: auto;}

/*style used to highlight text when used with a paragraph*/
.UoLhighlight {padding: 5px;}

/*sets the style for tables*/
/*
table {border: 0; margin: 10px 0 10px 10px; padding: 0; border-collapse: collapse; font-size: 72%; width: 98%; text-align: center;}
*/

/*Sets the size of paragraphs used within tables*/
/*
table p {font-size: 100%; line-height:140%; padding: 0; margin: 0;}
*/

/*sets the style for table headings*/
/*
th {padding: 5px; font-weight: bold;}
*/

/*sets the style for cells within a table*/
/*
td {border: 1px solid #eaeaea; padding: 5px;}
*/

/*sets the text size for blockquotes*/
/*
blockquote {font-size: 72%;}
*/