a {color:#32428B;}
a:hover {color:#0088F1;}
a img {border:0;}
body {
	margin:0;
	padding:0;
	font-family:Arial, Helvetica, sans-serif;
	font-size:75%;
	background-color:#fff;
	color:#000;
	text-align:center;
	}
p {
	font-size:1em;
	line-height:1.7em;
	padding:0;
	margin:1.7em 0 1.7em 0;		
	}
td {
	font-size:1em;
	line-height:1.7em;
	}
h1 {font-size:1.8em; line-height:1.8em; padding:0; margin:10px 0; color:#0088F1; font-family:Georgia, "Times New Roman", Times, serif; font-weight:normal; letter-spacing:-1px;}
h2 {font-size:1.4em; line-height:1.4em; padding:0; margin:10px 0 5px 0; color:#0088F1; font-family:Georgia, "Times New Roman", Times, serif; font-weight:normal; letter-spacing:-1px;}
h3 {font-size:1.2em; line-height:1.2em; padding:0; margin:0; color:#32428B; font-family:Georgia, "Times New Roman", Times, serif; font-weight:normal;}

/* PAGE STRUCTURE */

#skipToContent {position:absolute; top:-200px;}
#container {
	background-color:#fff;
	width:980px;
	text-align:left;
	margin:0 auto;
	border-top:5px solid #0088F1;
	}
#header {
	background-image:url(../images/mint.jpg);
	background-position:top right;
	background-repeat:no-repeat;
	background-color:#fff;
	height:220px;
	padding:0;
	}
#logo {
	margin:50px 0 0 70px;
	}
#navbar {
	display:none;
	background-color:#FFCC66;
	padding:5px;
	}
#leftbar { 				/* Don't add padding here as it messes up the structure */ 
	width:180px;		/* Background colour provided by image in #main1 */
	float:left;
	}
#leftbarDiv {}			/* Use this for adding padding etc to leftbar */
#mainContent {
	background-color:#fff;
	margin:0 180px 0 180px;
	padding:10px 20px;
	}
#rightbar { 			/* Don't add padding here as it messes up the structure */
	width:180px;		/* Background colour provided by image in #main2 */
	float:right;
	}
#rightbarDiv {}			/* Use this for adding padding etc to rightbar */
#footer {
	background-color:#fff;
	border-top:1px dashed #ccc;
	width:960px;
	padding:10px;
	margin:0 auto;
	}
.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;
	}