body {
	background: #AAAAAA;	
	margin: 17px 0 0; 
	text-align: center; 
	padding: 0;
}

#wrapper {
/*  text-align in this  case is used  to off set the text-align in the body above*/
    text-align: left;
/* this allows the website main body to be centralised in the browser window for Mozilla firefox (correct CSS)*/	
}

.header {
	font-family: Arial, Helvetica, sans-serif;
	color: #990033;
	font-size: 20px;
	font-weight: bold;
	text-align: left; 
}
.contacts {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #FFFFFF;
	text-decoration: none;
	text-align: left; 
}

.contacts a {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #FFFFFF;
	font-weight: bold;
	text-decoration: none;
	text-align: left;  
}

.contacts a:link {font-weight:bold; color:#FFFFFF; text-decoration:none;}
.contacts a:visited {font-weight:bold; color:#FFFFFF; text-decoration:none;}
.contacts a:hover {font-weight:bold; color:#C84D82; text-decoration:none;}

.title {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-style: normal;
	font-weight: bold;
	font-variant: normal;
	color: #990033;
	text-align: left; 
}
.bodytext {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #000000;
	text-align: left;
}
a:link {font-weight:bold; color:#990033; text-decoration:underline;}
a:visited {font-weight:bold; color:#C84D82; text-decoration:underline;}
a:hover {font-weight:bold; color:#C84D82; text-decoration:underline;}

a.LeftNav {display:block; width: 168px; text-align: left; }

.LHnav {font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-style: normal;
	line-height: normal;
	font-weight: bold;
	color: #FFFFFF;
	text-decoration: none;
	background: #B0004C;
	height: 35px;
	width: 156px;
	vertical-align: middle;
	text-indent: 10pt;
}
.LHnav a:link {text-decoration:none; font-weight:bold; color: #FFFFFF;}
.LHnav a:visited {text-decoration:none; font-weight:bold; color: #FFFFFF;}
.LHnav a:hover {text-decoration:none; font-weight:bold; color: #C84D82;}

