/* commented backslash hack \*/ 
html, body{height:100%;} 
/* end hack */
html,body {margin:0;padding:0}

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:-80px;
	height:auto;
	width:1008px;
	position:relative;
	left: 50%;
	margin-left: -504px;
	background-color:white;
	}
* html #page{height:100%;}


#content {
	position:relative;
	background: url("/images/interface/page_bg.jpg") repeat;
	height: auto;
	min-height: 100%;
	overflow: hidden; /* for some reason this if fixing the background problem for IE8...! */
	}
* html #content{height:100%;}

#content p { line-height: 1.8em; }

#header {
	height: 130px;
	background-color:#ffffff;
	}
	
/* Top Navigation styles (Should do it with UL/LI, but it caused too many compatibility headaches for now!) */
.mainNav {
	font-size:11px;
	font-weight: bold;
	color: white;
	margin-top:6px;
	margin-left: 10px;
	font-family:Verdana, Arial, Helvetica, sans-serif
	}
#header a:link, #header a:active, #header a:visited { text-decoration: none; color:white; }
#header a:hover { color: black;}
/* END OF Top Navigation styles */


#leftCol {
	float: left;
	position:relative;
	width: 175px;
	}
	
#centreCol {
	float: left;
	position:relative;
	width: 468px;
	left: 40px;
	}
	
#rightCol {
	float: left;
	position:relative;
	width: 282px;
	left: 80px;
	}
	
#footer {
	width:1008px;
	clear:both;
	height:69px;
	border-top: 1px solid #b6abab;
	margin-top: 10px;
	text-align:right;
	position:relative;
	left: 50%;
	margin-left: -504px;
	color: #b6abab;
	}

#footer p { margin-top: 5px; line-height: 1.7em; }
#footer a:link, #footer a:active, #footer a:visited { text-decoration: none; color:#b6abab; }
#footer a:hover { color: black;}

#infoPanel { font-size: 10px; margin-bottom: 15px;}
#infoPanel table { margin: -3px; }
#infoPanel UL {
	list-style: none;
	line-height: 1.3em;
	margin: 0px;
	padding: 0;
	}
#infoPanel LI { margin-bottom: 5px; }
#infoPanel a:link, #infoPanel a:visited, #infoPanel a:active { text-decoration: none; color:#000000; }
#infoPanel a:hover { text-decoration: underline;}
#infoPanel H1 { font-size: 11px; font-weight:bold; color: white; margin-bottom: 0px; margin-top: 0px; }
#infoPanel P {margin-bottom: 5px; margin-top: 0px; }

#clearfooter{clear:both;height:85px;}
div>p {margin:0}
html>body #minHeight{float:left;width:0px;height:100%;margin-bottom:62px;} /*safari wrapper */
-->
