/* 	print.css */

@import "home.css";

body {
	color: black;	/* custom:textcolor */
	background-color: white; /* opera ignores, www.howtocreate.co.uk/operaStuff/renderingMode.html */
}

/* a:link:after, a:visited:after { content:" [" attr(href) "] "; } */

h1 { font-size: 115%; }

#header { border-bottom: 1px solid #20208F;	/* custom:rule */ margin-top: 0; }
#header #homepic { height: auto; }
#header #tagline { font-size: 70%; }

#content {
	margin: 0 5pt 0 5pt;
	padding: 0;
	border: none;
}

#content #announcements { height: auto; }

#footer { margin-top: 1em; padding-top: 0; }
	
/* --- No printing --- */
.noprint { display: none; }
.menu, #sidebar { display: none; }
#content .menu { display: block; } /* sitemap */
