body
 {text-align : left;
 font-color : #DCDAE6;
 font-family : sans serif;
 font-size : 12pt;
 background-image : url("http://www.restoringearth.co.uk/education/back_image.gif");
 background-color : #C4C2C4;
 background-repeat : repeat-y;
 background-position : top left}

table.position
 {position: absolute;
 top: 0px;
 left: 0px;
 width:800px;
 height : 580px;
 table-layout:fixed}

tr.top
  {height : 80px;
  width : 800px}

td.nav
  {width : 150px;
  vertical-align : top}

td.main
  {width : 650px;
  vertical-align : top;
  padding-left : 10px}

td.foot
 {bottom:0px;
 background-color : white}

td.logo
 {text-align : center}

#menu {
	width: 110px;
	padding: 0 0 1px 0;
	font-family: 'Trebuchet MS', 'Lucida Grande',
	  Verdana, Lucida, Geneva, Helvetica,
	  Arial, sans-serif;
	background-color: white;
	color: #000080;
	}

#menu li#divide
        {width : 110px;
	display: block;
        padding: 5px 5px 5px 0.5em;
        border-left: 10px solid #0404A2;
        border-right: 10px solid #9F9FDB;
	border-bottom: 4px solid #3535B4;
        background-color: #A1A1D0;
        color: #000000;
        font-weight : bold;
        margin: 0;
        }

#menu ul {
        list-style: none;
        margin: 0;
        padding: 0;
        display: block;
        border-bottom: 4px solid #6767C6;
        }

#menu li {display: block;
        border-bottom: 1px solid #6767C6;
        margin: 0;
        }
#menu li a {
        display: block;
        padding: 5px 5px 5px 0.5em;
        border-left: 10px solid #0404A2;
        border-right: 10px solid #9F9FDB;
        background-color: #0404A2;
        color: #FCFCFD;
        text-decoration: none;
        width: 100%;
        }

html>body #menu li a {
        width: 110px;
        }

#menu li a:hover {
        border-left: 10px solid #9F9FDB;
        border-right: 10px solid #0404A2;
        background-color: #9F9FDB;
        color: #C0FF00;
        text-transform : uppercase;
	font-weight : bold}