body {
	background-color: #fff;
	background-image: none;
}
a {
	color: #000;
}
h1 {
	color: #000;
}
ul {
	text-align: left;
}



/* This is setup like this specifically for the print version */
/* The Flash file does not appear so we show a background image instead */
#toplogo {
	background: #fff url(/img/logo.gif) no-repeat scroll top center;
}
#companylogo {
/* Try and use the original image incase the user has background images turned off */
/*	display: none; */
}



#container .t, #container .b, #container .l, #container .r, #container .bl, #container .br, #container .tl, #container .tr {
	background-image: none;
}



#copy {
	margin: 0;
	text-align: center;
}
#copy, #copy .t {
	width: auto;
}
#copy .heading {
	background-color: #fff;
	font-size: 1.5em;
	margin: 0;
}
#copy h1 {
	margin-bottom: 0.8em;
}
#copy .t, #copy .b, #copy .l, #copy .r, #copy .bl, #copy .br, #copy .tl, #copy .tr {
	background-image: none;
}
/* This can be deleted because it is currently set in "all.css" */
#copy p {
	text-align: justify;
}



#clientlogin {
	display: none;
}



#speakme {
	display: none;
}



#navigation, #subnavigation1, #subnavigation2, #bottomnavigation {
	display: none;
}



div.casestudyimageselector {
	display: none;
}



#pageheading, #pageheading span {
	width: auto;
	height: auto;
	background-image: none;
}
h1 span {
	display: inline;
	position: absolute;
}



#pad_container_bottom_and_clear {
	height: 0;
}
#copyrightprint {
	display: block;
	text-align: center;
	width: 100%;
}
.forceheight {
	min-height: 1em;
	height: auto;
}

