
/* Hide elements we don't want */
#navigation, .invisible,
#bannerMiddle, #bannerRight,
#leftColumn, #psContainer,
#footerDisclaimer, #footerPrivacy, #footerHTML, #footerCSS {
	display: none !important;
}

html {
	background: none #FFFFFF;
}
body {
	margin: 0px;
	text-align: left;
}


#centredContainer {
	width: 100%;
	min-width: 100px;
	background: none #FFFFFF;
	margin: 0px;
}

#header {
	height: auto;
}
#header a {
	position: static;
	display: inline;
	width: auto;
	height: auto;
	background: none #FFFFFF;
}
#header p.invisible {
	position: static;
	display: block;
	width: auto;
	height: auto;
	background: none #FFFFFF;
}

#logo,
#content,
#mainBody,
#sideBar,
#footer {
	float: none !important;
	display: block !important;
	width: auto !important;
	/* width: 100% !important; needed for ie? */
	height: auto !important;
	border: none !important;
	background: none #FFFFFF !important;
	min-height: 1px !important;
	padding: 0px !important;
	margin: 0px !important;
	color: #000000 !important;
}

/*
#topFeature {
	position: relative;
	top: 0px;
	left: 0;
	width: 100%;
	text-align: left;
}
#topFeature h2 {
	font-size: 1em;
	color: #00486F;
	margin-bottom: 0.25em;
}
#topFeature p {
	color: #000000;
}
*/


#footer li#footerCopyright {
	width: auto;
	padding-left: 0px;
	color: #000000;
	font-weight: bold;
	font-size: 0.8em;
	margin-top: 25px;
}


