/* CSS Document */

/*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; }
/* for all browsers that understand min-width */

/*------------------------ links with the green fade either side -------------------------------*/
.corelinks{border-bottom:1px solid #000000; }

/*This controls the top navigation buttons*/
.bread-gen{margin:0px; padding:2px 0px 2px 0px; text-align:center; font-size:110%;}
.bread-gen ul {margin: 0; padding-left: 0; display:inline; border: none; font-size:70%; clear:both; } 
.bread-gen ul li { margin: 0px 15px 0px 0px; padding:0px 4px 0px 0px; border: none; list-style: none; display: inline; font-weight:bold;}
.bread-gen ul li a:link, .bread-gen ul li a:visited { text-decoration: none; padding:0px 4px 0px 0px; color: #660066;}
.bread-gen ul li a:hover {text-decoration: none; color: #FF9900;}

/*This is required to make the shadow in columnOne look as though it runs all the way across the screen,*/
.leftMenu {background-image:url(http://www.le.ac.uk/images/strippylines.gif);}

/*The widths of columnOne (left nav) and columnTwo (main page) should add up to 99% (or 99.7% for IE on PC), column one is for the main navigation*/
.columnOne {WIDTH: 25%; PADDING: 0; margin: 0px; font-weight: bold; text-align: left; }
/*This sets the padding, margin and font-size for the main and sub navigation bars*/
.columnOne ul {padding: 0; margin: 0px -10px 50px 10px; font-size: 72%}
.columnOne ul ul {padding: 0; margin: 0px 0px 10px 30px; font-size: 100%}
/*This sets the padding and text alignment for the main and sub navigation bars*/
.columnOne ul li {padding: 5px 0 5px 0; list-style: none; text-align: left;}
.columnOne ul ul li {padding: 0; list-style: none; text-align: left;}
/*This controls the colours in the main and sub navigation bars*/
.columnOne a:link, .columnOne a:visited {display: block; text-decoration: none; width: 100%; color:#660066;}
.columnOne a:hover {color:#FF9900; text-decoration: none;}


/*The widths of columnOne (left nav) and columnTwo (main page) to 99% (or 99.7% for IE on PC), colomn two is for the main page contents*/
.columnTwo {width: 74%; _WIDTH: 74.7%; PADDING: 0; margin: 0; }
/*This is the style for all links in the main page content*/
.columnTwo a, a:link, a:visited, a:active {color: #000000; text-decoration: underline;}
.columnTwo a:hover {color:#006659; text-decoration: underline;}	
/*This sets the indent for a bulleted list and also its font size*/
.columnTwo ul {margin: 0 0 0 40px; padding: 0; font-size: 72%;}
/*This provides a margin around the text in a bulleted list*/
.columnTwo ul li {margin: 0; padding: 0; list-style-type: disc; font-size: 100%}

/*This is for mozilla only, so the background graphics for the menus shows up*/
.important {width: 100%; height: 1px; overflow: hidden; clear: both;}

/*sets the size for the page heading in the home page (to give the word GENIE etc more weight in search engines)*/
h1 {
	font-size: 130%;
	font-weight: bold;
	padding: 0;
	margin: 10px 10px 20px 15px;
	color: #FFFFFF;
}

/*sets the style for the page heading (other than home page)*/
h2 {font-size: 110%; font-weight: bold; padding: 0; margin: 10px 10px 20px 15px;}

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

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

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

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

/*floats the div to the right*/
.right {float: right;}
/*floats the div to the right*/
.tright {text-align: right;float: right;}

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

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

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

table {}

table td{vertical-align:top;}

.smalltext {font-size: 65%;}