/* commented backslash hack \*/ 
html, body{height:100%;} 
/* end hack */
html,body {margin:0;padding:0}

/*
This has been hacked around with to get it to work in IE6
The centrecol should be 498 wide
the right col should have a left: 0 and no right attributes
Many margin/padding: 0 tags have been added to try and find out why IE 6 was going over the space
*/

body {
	margin: 0 0 0 0;
	background-color:white;
	color:#000;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
}

/*	un-rem this to get a feel for the layout
#page, #content, #header, #leftCol, #centreCol, #rightCol, #footer {
	border: 1px solid black;
	}
*/	

#page{
	min-height:100%;
	margin-bottom:-60px;
	height:auto;
	width:1008px;
	position:relative;
	left: 50%;
	margin-left: -504px;
	background-color:white;
	padding: 0px;
	}
* html #page{height:100%;}

#content {
	position:relative;
	padding: 0px;
	margin: 0px;
	}

#content p { line-height: 1.8em; }

#header {
	height: 173px;
	background-color:#ffffff;
	}
	
/* Top Navigation styles (Should do it with UL/LI, but it caused too many compatibility headaches for now!) */
.mainNav {
	font-size:10px;
	margin-top: 22px;
	margin-left: -1px;
	margin-right: -1px;
	font-family:Verdana, Arial, Helvetica, sans-serif
	}
	
#header a:link, #header a:active, #header a:visited { text-decoration: none; color:black; }
#header a:hover { color: #FFD520;}
/* END OF Top Navigation styles */


/* tests NEED TIDYING */
td H1 { margin-left: -1px;
	margin-top: 14px;
	margin-bottom:0px;
	font-size: 13px;
	font-weight:normal;
	color:#FFFFFF;
	}
td p, td h2, td h3, td h4, td h5, td h6, td div { margin-left: 5px;
margin-right: 5px;
margin-bottom: 5px;
}
td p {	margin-top: 0px; }

/* end of tests */


#leftCol {
	float: left;
	left:0px;
	position:relative;
	width: 210px;
	margin-left: 0px;
	margin-right: 0px;
	padding: 0px;
	}
	
#centreCol {
	float: left;
	left: 0px;
	position:relative;
	width: 495px;
	margin-top: 0px;
	margin-left: 0px;
	margin-right: 0px;
	padding: 0px;
	}
	
#rightCol {
	float: left;
	right: -1px;
	position:relative;
	width: 300px;
	margin-left: 0px;
	margin-right: 0px;
	padding: 0px;
	}
	
#footer {
	width:1008px;
	clear:both;
	height:60px;
	border-top: 1px solid #c8c7c7;
	margin-top: 10px;
	text-align:center;
	position:relative;
	left: 50%;
	margin-left: -504px;
	color: #c8c7c7;
	}

#footer p { margin-top: 10px; line-height: 1.8em; }
#footer a:link, #footer a:active, #footer a:visited { text-decoration: none; color:#c8c7c7; }
#footer a:hover { color: black;}

#infoPanel { font-size: 10px; margin-left: 0px; margin-right: 0px; padding: 0px; }
#infoPanel UL {
	list-style: none;
	line-height: 1.3em;
	margin: 5px;
	margin-top: 0px;
	padding: 0;
	}
#infoPanel LI { margin-bottom: 5px; }
#infoPanel a:link, #infoPanel a:visited, #infoPanel a:active, .mainNav a:visited, .mainNav a:active { text-decoration: none; color:#000000; }
#infoPanel a:hover { text-decoration: underline;}


