* {
	float:none !important;
}
body {
	padding: 0;
	margin: 0;
	background-color: #fff;
	font-family:  arial,verdana, "sans serif";
	font-size: 9pt;
	color: #000;
	text-align: left;
}
img {
	border: 0;
}

a {
	text-decoration: underline;
}

#wrapper {
	width: auto;
	margin: 0 auto;
	padding: 0;
	background: none;
}

#header {
	display: none;
}

#secrow {
	float: none;
	padding: 15px 0 10px 0;
	background: none;
	width: auto;
}

#toolrow {
	display: none;
	float: none;
}

#maincol {
	float: none;
	width: auto;
}

#leftcol {
	display: none;
	float: none;
}

#content {
	float: none;
	width: auto;
}

#rightcol {
	display: none;
	float: none;
}


#strapline {
	display: none;
}

#footer {
	clear: both;
	background: none;
	display: none;
}

.no-print {
	display: none;	
}