/* general styles */
body
{
	margin: 1em;
	padding: 0;
	font: 100% arial, helvetica, sans-serif;
	background: #fff;
	color: #000;
}

img { border: 0; }

a
{
	color: #000;
	text-decoration: none;
}

h1
{
	width: 220px;
	float: right;
}

ul#nav { display: none; }

/* banner styles */
#banner { display: none; }

/* vnav */
#leftcol { display: none; }

/* content styles */
/* footer styles */
#footer
{
	clear: both;
	border-top: 1px solid #000;
}

#footer img { padding-right: 20px; }

#footer #logos a
{
	background: none;
	border-bottom: none;
}

.noprint { display: none; }
