html
{
	padding:0;
	font-family:tahoma,verdana,arial,sans serif;
	font-size:11px;
	color:#fff;
}

body
{	text-align:center;
	margin:70px 0 10px 0;
	padding:0;
	background: #023A99;
}

div#outsidecenter
{
	margin: 0 auto;
	width: 970px;
	border: 0px Solid #CCDDEE;

}

div#outsidecenter p
{
	font-size:13px;
}

div#outsidecenter a
{
	color: #BCD5FE;
}

div#outsidecenter a:hover
{
	background-color: #BCD5FE;
	color: #023A99;
}

div#insidecenter
{
	clear:both;
	min-height: 450px;
	height: auto !important;	
	height: 450px;
	background:url('/imgs/bgflowers.gif');
	background-repeat:no-repeat;
	background-position:bottom left;
	width:949px;
}

div#CentreLayout
{
	margin: 0 auto;
	width: 950px;
	min-height: 520px;
	height: auto !important;
	height: 520px;
	border: 0px Solid #007CBD;
}

.footer
{

	margin: 0 auto;
	margin-top: 9px;
	padding-top: 4px;
	width: 950px;
	height: 20px;
	color: #FFF;

}


div#Header
{
	float:left;
	width:950px;
	min-height: 174px;
	height: auto !important;	
	height: 174px;
	/*background: url(../images/header_nav.png) bottom left no-repeat;
	...and see patch for ie6 background position due to use of nav -- in fp_nav.css*/
	border: 0px dotted #0099FF;
	text-align: right;
	z-index:1;
}
