/* Remove unwanted elements */
#navigation, #logo, #MinHeight {
display: none;
}
/* Remove backgound colours */
body {
	background-color: #ffffff;
	background-image: none;
	color: #000000;
	margin: 0px;
	padding: 0px;
}
#wrapper #maincontent {
	float: none;
	margin-bottom: 20px;
	position: absolute;
	left: 0px;
	width: 100%;
	font-weight: normal;
}
#wrapper #maincontent h2 {
	margin-top: 20px;
}
#wrapper #industrymedia #strapline h1 {
	font-size: 8pt;
	color: #67AA19;
	font-weight: bold;
}
#wrapper #maincontent #consultants div {
	background-color:  #ffffff;
	width: 700px;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #999;
}
/* Ensure the content spans the full width */
#wrapper {
width: 100%; margin: 0; float: none;
}

/* Change text colour to black (useful for light text on a dark background) */
body, a:link, #wrapper, #strapline h1, h1, h2 {
color: #000
font-size: 14pt;
}

/* Improve colour contrast of links */
a:link, a:visited {
	color: #039
}
.page-break {
	display: block;
	page-break-before: always;
	font-size: 9pt;
	color: #FFF;
}
#wrapper #maincontent #footer {
	width: 100%;
}
 #logoprint {
display: block;
}
#industrymediaclients img   {
	border: 1px solid #999;
}
#industrymediaclients {
	left: 445px;
	top: 0px;
}
#wrapper #maincontent table img{
	margin-right: 10px;
	margin-bottom: 10px;
	padding-right: 0px;
	padding-bottom: 0px;
	border: 1px solid #999;
}
