a {color:#ed21b6;}
a img {border:0;}
body {
	margin:0;
	padding:0;
	font-family:Arial, Helvetica, sans-serif;
	font-size:75%;
	background-color:#afc6c6;
	color:#000;
	text-align:center;
	}
p, td, th {
	font-size:1em;
	line-height:1.7em;
	padding:0;
	margin:1.7em 0 1.7em 0;		
	}
	
h1 {font-size:1.6em; line-height:1.6em; padding:0; margin:10px 0; color:#8fa1a1;}
h2 {font-size:1.4em; line-height:1.4em; padding:0; margin:10px 0 5px 0;}
h3 {font-size:1.2em; line-height:1.2em; padding:0; margin:0;}

/* PAGE STRUCTURE */

#skipToContent {position:absolute; top:-200px;}
#container {
	background-color:#e6f7f7;
	width:980px;
	text-align:left;
	margin:0 auto;
	}
#header {
	background-image:url(../graphics/header_bgnd.jpg);
	background-color:#fff;
	height:120px;
	padding:10px;
	margin-top:10px;
	}
#navbar {
	padding:5px;
	}
#leftbar { 				/* Don't add padding here as it messes up the structure */ 
	width:250px;		
	float:left;
	}
#leftbarDiv {			/* Use this for adding padding etc to leftbar */
	padding-top:40px;
	}			
#mainContent {
	background-color:#fff;
	margin:0 0 0 250px;
	padding:10px 70px 30px 35px;
	}
#rightbar { 			/* Don't add padding here as it messes up the structure */
	width:0px;		
	float:right;
	}
#rightbarDiv {}			/* Use this for adding padding etc to rightbar */
#footer {
	background-color:#0ff;
	background-image:url(../graphics/footer_bgnd.jpg);
	background-position:bottom;
	width:980px;
	margin:0 auto 10px auto;
	border-top:1px solid #0ff;
	}
#footerDiv {
	padding:10px 40px;
	}
.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;
	}
