BODY 
{
	font-family: Arial, Helvetica, sans-serif;
	text-align: center;
	background-color:#FFFFFF;
}


#PageBody {
	font-family: Arial, Helvetica, sans-serif;
	font-size: medium;
	font-style: normal;
	font-weight: normal;
	color: #3E7AB6;
	text-decoration: none;
	background-color: #FFFFFF;
	text-align: left;
	width: 960px;
}

#PageBody H1 {
	color:#3E7AB6;
	margin: 0px;
	padding: 0px;
	font-size: large;
	font-variant: small-caps;
	font-weight: bold;
	text-decoration: none;
	border: none;
}

#Footer {
	float: none;
	font: inherit;
	text-align: center;
	font-size: xx-small;
	color: #FFFFFF;
	text-decoration: none;
	background-color: #3E7AB6;
	width: 100%;
}


#HeaderBlock {
	background-color: #FFFFFF;
	/*width: 960px;*/
	width: 100%;
}


/*----------------------------------------------------//
// Coloured curved boxes                              //
//----------------------------------------------------*/

/* FEF4E7 Very Light Orange */
.blFEF4E7 {background: url(images/FEF4E7-bl.gif) 0 100% no-repeat #FEF4E7}
.brFEF4E7 {
	background: url(images/FEF4E7-br.gif) 100% 100% no-repeat;

}
.tlFEF4E7 {
	background: url(images/FEF4E7-tl.gif) 0 0 no-repeat;

}
.trFEF4E7 {
	background: url(images/FEF4E7-tr.gif) 100% 0 no-repeat;
	padding:10px;
}

/* E9F3FF Very Light Blue */
.blE9F3FF {background: url(images/E9F3FF-bl.gif) 0 100% no-repeat #E9F3FF}
.brE9F3FF {
	background: url(images/E9F3FF-br.gif) 100% 100% no-repeat;

}
.tlE9F3FF {
	background: url(images/E9F3FF-tl.gif) 0 0 no-repeat;

}
.trE9F3FF {
	background: url(images/E9F3FF-tr.gif) 100% 0 no-repeat;
	padding:10px;
}

