/* print stylesheet ---------------------------------------- */

body {
	font-family: Verdana, Geneva, Arial, sans-serif;
	font-size: small;
}

h2 {
	font-size: 1.2em;
}

/* display the print logo at the top of the document, and float it */

#toplogo {
	float:left;
	margin-right: 15px;
	margin-bottom: 15px;
}

/*show explanation of abbreviations and acronyms if available */
#content abbr:after, #content acronym:after {
	content: " (" attr(title) ") ";
	font-size: 90%;
}

#footer {
	padding-top: 1em;
	border-top: 1px solid gray;
}

#leftcolumn, #footer {
	font-size: 0.9em;
}

/* don't display any nav links, menus or the contact form */
#logo, #leftcolumn h4, #leftcolumn ul, #switcher, #mainnav, #contentmenu, #homepagecolumn, #rightcolumn, #footerlinks {
	display: none;
}
