@charset "utf-8";
/* CSS Document */
/* For use with NDSG Oral History pages */



/***********************************************/
/* Container Styles                       */
/***********************************************/
.pagepad {
	width: 98%;
	margin-left: 1%;
	background-color: #FFFFFF;
	}

.wrapper {
	width: 75%;
	margin-left: 10%;
	background-color: #FFFFFF;
	}
	
.head {
	width: 99%;
	padding-bottom: 10px;
	border-bottom: 1px solid gray;
	}
	
.content {
	width: 70%;
	float: left;
	border-left: 1px solid gray;
	padding-left: 1%;
	}
	
.leftmargin {
	width: 23%;
	float: left;
	padding-right: 1%;
	}
	
.footer {
	width: 99%;
	clear: both;
	border-top: 1px solid gray;
	}
/***********************************************/
/* Content Styles                       */
/***********************************************/

p {
	font-family: "Times New Roman", Times, serif;
	font-size: 110%;
	color: #000000;
	}

.quote {
	font-family: "Times New Roman", Times, serif;
	font-size: 110%;
	color:#000000;
	font-style: italic;
	}

.title {
	font-family: "Times New Roman", Times, serif;
	font-size: 250%;
	color: #000000;
	font-weight: bold;
	padding-top: 30px;
	padding-bottom: 30px;
	}
	
.heading {
	font-family: "Times New Roman", Times, serif;
	font-size: 85%;
	color:#000000;
	font-style: italic;
	}
	
.marginnote {
	font-family: "Times New Roman", Times, serif;
	font-size: 85%;
	color: #000000;
	padding-top: 50px;
	}
.foottext {
	font-family: "Times New Roman", Times, serif;
	font-size: 85%;
	padding-top: 10px;
	}