@charset "utf-8";
/* CSS Document for Print */

@page { margin: 1.5cm; }

* {
	vertical-align: baseline;
	font-weight: inherit;
	font-family: inherit;
	font-style: inherit;
	font-size: 100%;
	border: 0 none;
	outline: 0;
	padding: 0;
	margin: 0;
}

header, section, footer, aside, main, article, figure { display: block; } 

	/*Universal Styles*/

body {
	color: #000; width: 100%;
	font-family:Georgia, "Times New Roman", Times, serif; font-size: 14pt;
	font-weight: normal;
	background-color: #FFFFFF;
}

main { display: block; position: relative; width: 90%; margin: 0 auto; }

section { position: relative; width: 100%; display: block; }

h1, h2, h3, h4 { margin: 0; font-family: Verdana, Geneva, sans-serif; }

h1 {
	font-size: 2em;
	font-weight: bold;
	text-transform: uppercase;
	text-align: center;
	margin: 10px auto;
}
h2 {
	font-size: 1.5em;
	font-weight: bold;
	font-variant: small-caps;
	text-decoration: underline;
	text-align: center;
	margin: 10px auto 10px;
}
h3 {
	font-size: 1.2em;
	line-height: 1.5em;
	font-weight: bold;
	text-transform: capitalize;
	text-align: center;
}
h4 { font-size: 1.1em; }

p {
	margin: 0;
	font-size: 1em;
	line-height: 1.4em;
	padding: 10px 5% 10px 7%;
	text-indent: 2em;
}

.uppercase { text-transform: uppercase; }

.lowercase { text-transform:lowercase; }

.zeroIndent { text-indent: 0; }

.dropCap { font-size:1.2em;	line-height:1em; float:left; margin:2px 0px 2px 2px; }

img { 
	display: block; margin: 50px auto 0px;
	-moz-border-radius:8px;
	-webkit-border-radius:8px;
	border-radius:8px;	
}

.centerImage {
	padding: 0;
	margin: 20px auto 20px;
	width: 80%;
}

.sixtypercentWidth { display: block; width: 60%; margin: 0 auto 0; }

.eightypercentWidth { display: block; width: 70%; margin: 20px auto 10px; }

.rightImage {
	width: auto;
	float: right;
	max-width: 64%;
	margin: 20px 5% 0 20px;	
}

.rightImage img { max-width: 500px; }

.leftImage {
	width: auto;
	float: left;
	max-width: 500px;
	margin: 0 20px 0 7%;
}

.leftImage img { max-width: 500px; }

.centerBlock { display: block; text-align: center; margin: 20px auto 20px; width: 80%; overflow: hidden; }


figcaption {
	font: bold small-caps 1.2em/1.5em Verdana, Geneva, sans-serif;
	text-align: center;
}

a, a:visited { color: inherit; text-decoration: none; }

a[href^="http"]::after, a[href^="http"]:visited::after {
	content: ' (' attr(href) ')';
	font-style: italic;
	word-wrap: break-word;
	}
	
.separatorLine {
	clear: both;
	display: block;
	position: relative;
	width: 30%;
	border-top: thin solid #333333;
	margin: 1.5em auto 1em;
}

nav, footer .footerNav, .sideNav { display: none; }

header div.banner, header nav.button { display: none; }

.dwuserEasyRotator { display: none; }

.endIcon { display: inline; width: 20px; height: 20px; margin: 0; }

#copyright { text-align: center; }

.pageBreak { page-break-before: always; }

.avoidBreak { page-break-inside: avoid; } 

	/*Contact Page Styles*/

.contactBox {
	display: block;
	position: relative;
	width: 80%;
	margin: 1.5em auto 1em;
	background-color: #EBEBEB;
}

.contactBox .centerText {
	text-align: center;
	font: bold 1.1em/1.3em Verdana, Geneva, sans-serif;
}

.contactBox a {
	display: inline-block;
	padding-left: 38%;
	margin-bottom: 40px;
	font-size: 1.2em; 
}


	/*Styles for Tables*/
	
table {
	display: table;
	border: 3px solid #666666;
	border-collapse: collapse;
	border-spacing: 2;
	margin: 0 auto 20px;
	width: 80%;
	overflow: hidden;
}

caption {
	font: bold small-caps 1em Georgia, "Times New Roman", Times, serif;
	text-transform: none;
	caption-side: top;
	padding: 1em 0 1em;
	margin: 0 20px 0;
	border: line thin black;
}

tr { text-align: center;}

tr:nth-child(even) { background-color: #CCCCCC; }

tr:nth-child(odd) {	background-color: #999999; }

td { border-collapse: collapse; border:1px solid black; }

td:nth-child(1) { width: 15%; text-align: left; vertical-align:center; padding: 10px; }

td a::after {
	content: ' (' attr(href) ')';
	font-style: italic;
	word-wrap: break-word;
	}

td:nth-child(2) {
	font: 1em/1.2em Verdana, Geneva, sans-serif;
	color: #141414;
	text-transform: uppercase;
	vertical-align: middle;
	padding: 10px;
}

td img { border: 2px solid black; width: 100px; margin:0 auto 0; }

	/*Styles for Oral History Pages*/
	
.chapterList nav {
	display: block;	
	width: 50%;
	margin: 0 auto 0;
	background: #CCCCCC;
}

.chapterList nav li {
	font-size: 1.2em;
	line-height: 1.3em;
	font-weight: bold;
	text-transform: capitalize;
	text-decoration: none;
	text-align: left;
	list-style: none;
	padding: .5em 0px 0px 1em;
}
 
.chapterList p { 
	font-weight: bold; 
	text-transform: capitalize;
 	font-size: 1.1em;
	text-align: center;
} 

aside {
	display: block;
	font-style: italic; font-size: 1em; line-height: 1.2em; 		
	padding: .2em .2em .2em .2em; margin: 1em .5em .5em 7%;
	color: #333333;	
	float: left;
	width: 40%;
	border: medium solid #CCC;	
}

.question {
	text-indent: 0;
	font-family: Verdana, Geneva, sans-serif;
	font-style: italic;
	line-height: 1.2em;
	margin: .75em 0 .25em 0;
}





