/*print.css*/
/*Stylesheet for pages when printing*/

html, body {
		background-color: White;
	}
#logo
{
	display: none;
}

#navlist
{
display: none;
}

.fontlinks
{
	display:none;
}

#maincontent
{
width: 6.5in;
	margin: 0 auto;
	padding: 0;
	font: 12pt "Times New Roman", serif;
	color: #000000;
		}

#footer
{	display: none;}

p {
	font: 12pt "Times New Roman", serif;
	line-height: 1.5;
	color: #000000;
}

p a {
	background-color: #FFFFFF;
	padding: 0px;
	color: #000000;
	}

h1 {
	color: #000000;
	font: bold 16pt "Times New Roman", serif;
	}
	
h2 {
	color: #000000;
	font: 14pt "Times New Roman", serif;
	font-style: italic;
	}
	
#maincontent li.normal {
	color: #000000;
	font: 12pt "Times New Roman", serif;
	}
	
#main-content /*This is the div that contains the image gallery, not the whole of the main content area!*/
{
	display:none;
}

label {  
font: 12pt "Times New Roman", serif;
color: #000000;}