/*remove unneeded page elements*/
#mainNav, #leftNav, #breadcrumb, #pageDate, #footer, #bannerLogo, #bannerSearch, #bannerTools, #rightMapData {
	display: none;
}

/* remove backgrounds */
body {
	color: #000;
	background: #FFF;
}

/*layout adjustments */
#wrapper {
	color: #000;
	background: #FFF;
	width: auto;
	border-style: none;
}

#mainWrapper, #mainWrapper_wide {
	border: none;
	padding: 0;
	margin: 10% 10% 10% 5%;
	width: 15.5cm;
	float: none !important;
	color: #000; 
	background: #FFF;
}

#banner {
	color: #000;
	background-color:#FFF;
}
#bannerHeadline {
	color: #000;
	background-color: #FFF;
	display: block;
}
.bannerHeadlineMain {
	color: #000;
	background: #FFF;
	padding-top: 10px;
	padding-bottom: 5px;
	width: 100%;
	font-size: 20pt !important;
	display: block;
}
.bannerStrapline {
	color: #666;
	background: #FFF;
	padding-top: 5px;
	padding-bottom: 10px;
	width: 100%;
	font-size: 14pt !important;
	display: block;
}
.bannerEnd {
/*	clear:none; */
	clear:both;
}

#main {
	color: #092869;
	background-color: #FFFFFF;
	font: 12pt/15pt Verdana, Arial, Helvetica, sans-serif;
}

/* font settings */
* {
	color: #000 !important;
	background: #FFF;
}

h1 {
	font-size: 18pt !important;
  display: block;
	padding-left: 0px !important;
}

h2 {
	font-size: 14pt !important;
	font-weight: normal !important;
}

p {
	font-size: 10pt !important;
}

#home #rightNewsWrapper {
	float: none;
	width: auto;
	margin: 0;
	background: transparent;
}
#home #rightNews {
	border: none;
	padding: 0;
	margin: 10% 10% 10% 5%;
	width: 15.5cm;
	float: none !important;
	color: #000; 
	background: #FFF;
}
#rightNews h2 {
	color: #092869;
	background-color: #FFFFFF;
	font: normal normal bold 19pt Verdana, Arial, Helvetica, sans-serif;
	margin: 0px 0px 3px 0px;
}
.rightNewsItem {
	margin: 0px;
	border-bottom: 1px solid #CCCCCC;
	height: 100%;
	padding-top: 5px;
	padding-right: 0px;
	padding-bottom: 3px;
	padding-left: 0px;
	font-size: 11pt;
	line-height: 15pt;
}
.rightNewsItem h3 {
	font-size: 12pt;
	font-weight: bold;
	text-decoration: underline;
	padding-bottom: 5px;
	padding-top: 5px;
}

body #maintable th, body #maintable th a {
	color: #000;
	background: #FFF;
	text-decoration: none;
    font-weight: bold;
}
body #maintable th a:hover {
	color: #000;
	background: #FFF;
	text-decoration: none;
    font-weight: bold;
}
body #maintable tr.rowcolour1, body #maintable tr.rowcolour1 a {
	color: #000;
	background: #FFF;
	text-decoration: none;
}
body #maintable tr.rowcolour1 a:hover {
	color: #000;
	background: #FFF;
	text-decoration: none;
}
body#about #maintable tr.rowcolour2, body#about #maintable tr.rowcolour2 a {
	color: #000;
	background: #FFF;
	text-decoration: none;
}
body#about #maintable tr.rowcolour2 a:hover {
	color: #000;
	background: #FFF;
	text-decoration: none;
}

/* NEW CONTACT US PAGE */

#main .contactBoxContent_orange,
#main .contactBoxContent_red,
#main .contactBoxContent_pink,
#main .contactBoxContent_purple {
	padding: 0px;
	float: left;
	width: auto;
	margin: 2px;
	background-color:#FFF;
	font: normal normal normal 12pt/15pt Verdana, Arial, Helvetica, sans-serif;
}
#main .contactBoxContentBig_blue {
	padding: 0px;
	float: left;
	width: auto;
	margin: 2px;
	background-color:#FFF;
	font: normal normal normal 12pt/15pt Verdana, Arial, Helvetica, sans-serif;
}
.contactBoxHead, .contactBoxFoot, .contactBoxBody {
	background: none !important;
	min-height:inherit !important;
}
