/* website print styles: */

body {
	font-family: Verdana, Helvetica, Arial, sans-serif ;
	font-size: 12pt ;
	margin-left: 2% ;
	margin-right: 2% ;
	background-color: rgb( 100%, 100%, 100%)
	}

#mainTable {
	background-color: rgb(100%, 100%, 100%) ;
	margin-top: 10px ;
	margin-left: 1em ;
	margin-bottom: 10px ;
	width: 90% ;

	}
#banner {
	margin-left: 0% ;
	}

#banner img {
	width: 50%; /* was 20em ; */
	margin-left: 0% ;
	}

#navbar, #sectionsBanner, #sections, #footer {
	display: none ;
	}

#screenTitle {
	margin-top: 0.5em ;
	font-size: 160% ; 
	border-bottom: 2px #000 solid ; 
	font-weight: 700 ; 
	padding-bottom: 0.5em ; 
	} 

#screenTitle a, #main a {
	text-decoration: none ;
	}

#main h1, #main h2 {
	margin-top: 0 ; 
	margin-bottom: 0px ; 
	padding-top: 0.3em ; 
	padding-bottom: 0.3em ; 
	font-size: 140% ; 
	line-height: 1.2em
	}

#main img {
	margin-top: 1em ;
	margin-left: 1em ;
	margin-right: 1em ;
	margin-bottom: 1em ;
	}

.quote {
	font-size: 140% ;
	font-style: italic ; 
	font-weight: 800 ;
	line-height: 1.3em ;
	text-align: center ;
	}



