/* Print stylesheet */
#left {
	display: none;
}

body {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 90%;
	color: #000000;
}

#mainContainer {
	width: 100%;
}

#footer {
	width: 100%;
	font-size: 70%;
}

#footer a {
	font-family: Arial, Helvetica, sans-serif;
	text-decoration: underline;
}

#footer a:hover {
	text-decoration: none;
}

#footer a:active {
	color: #000000;
	text-decoration: none;
}

#footer a:visited {
	color: #000000;
}

.inner {
	width: 100%;
}

#inner {
	width: 100%;
}

#float-wrap {
	width: 100%;
}

.float-wrap {
	width: 100%;
}

#content {
	width: 100%;
}

#outer {
	width: 100%;
}

.outer {
	width: 100%;
}

body img {
	display: none;
}