a {color:#903C12; text-decoration:none;}
a:hover {text-decoration:underline;}
a img {border:0;}
body {
	margin:0;
	padding:0;
	font-family:Trebuchet MS, verdana, arial, sans serif;
	font-size:75%;
	background:#184760 url(/graphics/body-background.jpg) bottom left fixed repeat-x;
	color:#000;
	text-align:center;
	}
p, td, #mainContent li {
	font-size:1.1em;
	}
p {
	line-height:1.5em;
	padding:3px 0 2px 0;
	margin:0;
	}
	
h1 {font-size:2.2em; line-height:1.6em; padding:0; margin:0; color:#ce4400;}
h2 {font-size:1.6em; line-height:1.4em; padding:0; margin:0; color:#903C12;}
h3 {font-size:1.3em; line-height:1.2em; padding:0; margin:10px 0 3px 0; color:#903C12;}

/* PAGE STRUCTURE */

#skipToContent {position:absolute; top:-200px;}
#container {
	width:980px;
	text-align:left;
	margin:0 auto;
	border-left:2px solid #184760;
	border-right:2px solid #184760;
	}
#header {
	background-image:url(../graphics/banner.jpg);
	background-position:top left;
	background-repeat:no-repeat;
	background-color:#205773;
	height:132px;
	border-top:1px solid #f77c19;
	}
#navbar {
	background-color:#f77c19;
	background-image:url(../graphics/nav-bgnd.jpg);
	padding:5px;
	}
#leftbar { 				/* Don't add padding here as it messes up the structure */ 
	width:190px;		/* Background colour provided by image in #main1 */
	float:left;
	}
#leftbarDiv {}			/* Use this for adding padding etc to leftbar */
#mainContent {
	margin:0 190px 0 190px;
	padding:10px 15px;
	/*position:relative;	 Fixes the Peekaboo bug in IE6   TAKEN OUT - CAUSES PROBLEMS IN IE6!!!*/
	min-width:0;		 	/* Fixes the Peekaboo bug in IE7 */
	}
#rightbar { 			/* Don't add padding here as it messes up the structure */
	width:190px;		/* Background colour provided by image in #main2 */
	float:right;
	position:relative;	/* Fixes the Peekaboo bug in IE6 */
	min-width:0;		/* Fixes the Peekaboo bug in IE7 */
	}
#rightbarDiv {padding:0;}			/* Use this for adding padding etc to rightbar */
#footer {
	background-color:#2A3695;
	background-image:url(../graphics/header_bgnd.jpg);
	padding:10px;
	}
.cleaner {				/* This is simplified compared to the original version */
	clear:both;
	}
.minHeightDiv {			/* This is a div included in mainContent to set min height.  It needs a 'cleaner' div to push against! */
	float:left;
	width:1px;
	height:400px;
	}