/* 
Title:			Print stylesheet
Description:	Description of page
Created:		xx/xx/20xx
Modified:		xx/xx/20xx
*/

body
{
	font-family: "Times New Roman", Times, serif;
	font-size: 12pt;
}

h1, h2, h3, h4
{
	font-weight: normal;
}

h1 a, h2 a, h3 a, h4 a
{
	text-decoration: none;
}

img
{
	border: 0px;
}

a:link, a:visited
{
	color: gray;
}	

/* print URLs after link text - use with caution */
/*
a:link:after, a:visited:after
{
  content: " (" attr(href) ") ";
  font-size: 90%;
}
*/

.headerimage
{
	display: none;
}

#skip-nav, #fontsize, #nav, #content img, .note, #footer p, #topnav
{
	display: none;
}

#content img.graphic
{
	display: inline;
}

#logo, #baseline
{
	display: block;
}

#baseline
{
	margin: 0 0 3pt 0;
	padding: 0;
	font-size: 1.2em;
	font-weight: bold;
	border-bottom: solid 2pt #092160;
}

#baseline p
{
	margin: 0;
	padding: 0;
}

#footer
{
	font-size: 0.8em;
}

#footer p.copyright
{
	display: inline;
}

#footer a
{
	text-decoration: none;
}

/* See http://www.alistapart.com/articles/improvingprint for urls in footnote (with javascript) */
