﻿/* Layout panels */
.title, .panelTitleStatement, .panelTitleFooterCopyright, .titleFooterText
{
	background-color: white;
	color: Gray;	
}

.page, .panelFooterCopyright, .footerText
{
	background-color: #9EB5E2; /* slate blue */
	color: white; 
}


.panelCentre,
.title, .panelTitleStatement, .panelTitleFooterCopyright, .titleFooterText
.page, .panelFooterCopyright, .footerText
{
	position:relative;
	text-align: center; /* this centres the title page on IE*/
    margin-left:auto; /* this centres the page in Safari */
    margin-right:auto; /* this centres the page in Safari */
}	

.panelUpdate
{
	position: relative;
	color: #333333; 
	background-color: white;
}


/* Footers */
.panelFooterCopyright
{
	position: relative;
	top: 0;
	left: 0;
	padding: 8px;
	clear: both;
}

.titleFooterText, .footerText
{
	font-size: 11px;
	font-weight: normal;
	font-style: italic;
	vertical-align:top; /* bring the (nested) anchor text up to the same level */
}
.titleFooterText
{
	color: #333333;
}
.footerText
{
	color: white;
}
.footerWebmasterAlign
{
	float:left;
}
.footerCopyrightAlign
{
	float:right;
}
.footerWeblink
{
	text-decoration: none;
	display: inline;
}

