a {color:#333;}
a:hover {text-decoration:none;}
a img {border:0;}
body {
	margin:20px 0 0 0;
	padding:0;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:75%;
	background-color:#cccccf;
	color:#000;
	text-align:center;
	}
p {
	font-size:1em;
	line-height:1.7em;
	padding:0 50px 0 0;
	margin:1.2em 0 1.2em 0;		
	}
	
h1 {font-size:1.4em; line-height:1.4em; padding:0; margin:0; color:#334; font-family:Arial, Helvetica, sans-serif;}
h2 {font-size:1.2em; line-height:1.2em; padding:0; margin:10px 0; color:#444; font-family:Arial, Helvetica, sans-serif;}
h3 {font-size:1em; line-height:1em; padding:0; margin:10px 0 5px 0; color:#8D2D80;}

/* PAGE STRUCTURE */

#skipToContent {position:absolute; top:-200px;}
#container {
	background-color:#fff;
	width:980px;
	text-align:left;
	margin:0 auto;
	background-image:url(/graphics/bottom.jpg);
	background-position:bottom;
	background-repeat:no-repeat;
	padding-bottom:20px;
	}
#header {
	background-color:#fff;
	background-image:url(/graphics/top.jpg);
	background-position:top;
	background-repeat:no-repeat;
	}
#navbar {
	padding:0 0 0 35px;
	}
#leftbar { 				/* Don't add padding here as it messes up the structure */ 
	width:140px;			
	float:left;
	display:none;
	}
#leftbarDiv {			/* Use this for adding padding etc to leftbar */
	padding:0 0 0 60px;
	}			
#mainContent {
	background-color:#fff;
	margin:0 350px 0 140px;
	padding:20px 40px 10px 20px;
	}
#rightbar { 			/* Don't add padding here as it messes up the structure */
	width:350px;			
	float:right;
	}
#rightbarDiv {}			/* Use this for adding padding etc to rightbar */
#footer {
	padding:10px;
	width:940px;
	margin:0 auto;
	}
.cleaner {				/* This is simplified compared to the original version */
	clear:both;
	margin:0;
	padding:0;
	}
.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;
	}
