@charset "iso-8859-1";

#leftcol, #rightcol, #SOWrap
{
	float: none;
}
html>body #SOWrap
{
	width: auto;		/* help Opera out */
}
#rightcol, #leftcol, .hnav, .printHide
{
	display: none;		/* hide the l+r cols */
}
#outercol, #innercol, #wrapper
{
	border-width: 0;	/* remove borders */
}
#logo, #footer
{
	border: solid 1px #000;
	border-width: 1px 0;
	padding: 0.5em;		/* add borders */
}
* html #footer
{
	/* \*/
		margin-top:	1em;
						/* help IE out */
}
a, a:link, a:visited
{
	text-decoration: none;
	background-color: inherit;
	color: inherit;		/* hide linka */
}
body *
{
	background-color: #fff;
	color: #000;		/* catch-all */
}