body, html { 
	background:#FFF; 
	color:#565656; 
	font-family:Arial; 
	font-size:9pt;
	line-height:1.4em;
	margin-bottom:30px;
}

div { 
	padding:0px; 
	margin:0px; 
}

#wrapper { 
	position:absolute; 
	width:680px; 
	left:50%; 
	padding:15px;
	top:15px; 
	margin-left:-390px; 
	border:#BDBDC6 1px solid;
}

#leftColumn {
	float:left;
	width:170px;
	margin-right:15px;
}

#centreColumn {
	float:left;
	width:235px;
	margin-right:25px;
}

#rightColumn {
	float:left;
	width:235px;
}

#doubleColumn {
	float:left;
	width:495px;
}

#leftNav { 
	border-top:#BDBDC6 1px solid;
	margin:10px 0px 15px;
}

#leftNav a:link, #leftNav a:visited {
	display:block;
	padding:3px 0px 4px 6px;
	border-bottom:#BDBDC6 1px solid;
	color:#00F;
	text-decoration:none;
	width:164px;
}

.leftTextBox {
	background:#ECEDF7;
	color:#333;
	width:154px;
	padding:8px;
}

.imageHeader {
	margin-bottom:15px;
}

h1 {
	font-size:10pt;
	margin:0 0 2px 0;
	padding:0;
	color:#990000; 
	}

h2 {
	font-size:9pt;
	margin:20px 0 0 0;
	padding:0;
}

h2 a:link, h2 a:visited {
	color:#000;
	text-decoration:none;
}

h2 a:hover {
	color:#00F;
	text-decoration:underline;
}

a:link, a:visited {
	color:#00F;
	text-decoration:none;
}

a:hover {
	color:#990000;
	text-decoration:underline;
}

.clear {
	clear:both;
}