/*
-----
Adds styles which should be suitable for printing
FileName: style_print.css
-----
*/

.nonstyle, div#navline, div#content h1+p, div#footer ul { display: none; }

@page { size: portrait; margin: 1in; }

a img
{
	border-color: #FFF;
	border-style: none;
	border-width: 0;
	color: #FFF;
}

body
{
	background-color: #FFF;
	border: 0;
	color: #000;
	font-family: 'Times New Roman', Times, serif;
	font-size: 12pt;
}

div#sitehome, div#sitepage
{
	text-align: left;
	/* corrects for page centering trick moved to style_screen */
}

div#window { border: 1px gray dotted; }

div#content
{
	background-color: transparent;
	border-width: 0;
	margin: 0;
	padding: 0;
	width: auto;
}

div#content a
{
	background-color: transparent;
	font-weight: bold;
	text-decoration: none;
}

div#content a:link { color: #29166F; }
div#content a:visited { color: #29166F; }

div#content h1
{
	font-family: Georgia, 'Times New Roman', Times, serif;
	font-size: large;
	/*	padding: 0.3em;*/
}

div#footer p
{
	background-color: transparent;
	color: #000;
	font-family: Helvetica, Arial, sans-serif;
	font-size: smaller;
	margin-top: 1em;
	text-align: center;
}

