body {
	color: #333;
	font: 14px "Helvetica Neue", Arial, Helvetica, Geneva, sans-serif;
	text-align: center;
	margin: 0px;
	padding: 0;
	margin-top: 10px;
	background: #71CFFF url(body-grad.gif) repeat-x center top;
	z-index: -2;
}
a {
	text-decoration: none;
	color: #00a13e;
}
a:hover {
	text-decoration: underline;
}
h1, h2, h3, h4 {
	font-family: Chalet, "Helvetica Neue", Arial, Helvetica, Geneva, sans-serif;
	color: #000;
	}
h1 { font-size: 2em; 
	padding-top: 0;
	margin-top: 0;}
img { border: none; }
div.pageTitle { display: none; }
h2 { font-size: 2em;
}
h3 { font-size: 1.8em;
	clear: left;
}
h4 { font-size: 1.5em;
	clear: left;
	font-weight: bold;}
img.logo {
	float: left;
	padding-right: 1em;
	padding-bottom: 1em;
}
div#sun {
	background: url(sun.gif) no-repeat fixed;
	z-index: -1;
	left: 0;
	top: 0;
	position: absolute;
	width: 200px;
	bottom: -100px;
}
div#sun p {
	display: none;
}
div#all {
	width: 980px;
	text-align: right;
	margin: 0 auto;
}
div#header {
	margin: 0;
	padding: 0;
	height: 219px;
	background: transparent url(header-new.gif) no-repeat center top;
}
div#header h1 {
	height: 172px;
	margin: 0px;
	visibility: hidden;
}

div#navigation {
	height: 24px;
	margin: 6px 256px 0px 0px;
	padding: 10px 10px 10px 32px;
	float: right;
	vertical-align: middle;
	font-weight: bold;
	background: #fff url(extra-cloud.gif) no-repeat left top;
	font-size: 17px;
	width: 446px;
}
div#navigation a {
	color: #000;
	padding-right: 10px;
}
div#navigation span#currentPage {
	padding-right: 10px;
}
div#navigation a:hover {
	color: #00a13e;
	text-decoration: none;
}
div#main {
	height: auto;
	margin: 0;
	background: #fff url(colour-bands.gif) repeat-x center bottom;
	text-align: justify;
}
div#pageContents {
	float: left;
	width: 670px;
	padding-left: 20px;
}
div#pageContents > p:first-child {
	margin-top: 0px;
}
p#clearBoth {
	clear: both;
	margin: 0;
	padding: 0;
}
div#footer {
	text-align: center;
	clear: both;
	font-size: .75em;
	background: transparent url(footer.gif) no-repeat center top;
	margin: 0;
	padding: 40px 20px 20px;
}
div#footer p {
	margin: 0;
	padding: 1px;
}
div#footer p a {
	color: #000;
}
div.spacerDiv {
	clear: both;
}