/* Print Style Sheet */

#nav { display: none; }
p.textBoxLeft { display: none; }
p.copyright { display: none; } 

* {color: black !important; Background: white !important;}
div#captionSmall {page-break-after: avoid;}

body {
	margin: 0em;
	text-align: left;
	padding: 0px;
	background: white;
	font: "Times New Roman", TimesNR", Times, serif;
	}
		
a:link, a:visited { 
	color: #520;
	background: transparent;
	font-weight: bold;
	text-decoration: underline;
	}

h1 { font-size: 1.5em; letter-spacing: 1.75em; }
h2 { font-size: 1.25em; letter-spacing: 1.75em; }
h3 { font-size: 1.15em; letter-spacing: 1.75em; }
h4 { font-size: 1em; letter-spacing: 1.75em; text-indent: 20px;}
h5 { font-size: 1.05em; letter-spacing: .25em; font-weight: bold; text-indent: 10px;}
h6 { font-size: .75em; font-weight: bold; margin-left: 50px; }

#banner {
	width: 100%;
	padding-bottom: 15px;
	}
	
#caption {
	font-size: .65em; font-weight: bold;
	text-align: center; line-height: 1.25;
	}
	
#captionSmall {
	font-size: .65em; font-weight: bold;
	text-align: center;
	padding-bottom: 25px;
	}
	
#captionLarge {
	font-size: .85em; font-weight: bold;
	text-align: center;
	padding-bottom: 15px;
	}

p.copyright {
	font-size: .75em; text-align: left;
	margin-top: 10px;
	margin-bottom: 0em;
	margin-left: 20px;
	}
				
#title {
		position: relative;
		top: 2%;
		left: 21%;
		text-align: left;
		margin-right: 2%;
		margin-left: 1%;
		width: 100%;
		}
			
p.bodyText {
	letter-spacing: .05em;
	font-size: .95em; text-indent: 20px; text-align: left; line-height: 1.5em;
	padding-right: .5em; padding-left: .5em;
	}
	
p.moreAbout {
	text-indent: 0em; text-align: center;
	}
		
p.largerView {
	text-indent: 0em; text-align: center;
	font-size: .85em; font-style: italic; text-align: center;
	margin-left: 0em; margin-right: 0em; margin-top: 1em; margin-bottom: 2em;
	}