@charset "utf-8";
/* CSS Document */
#main {
	max-width:820px;
	border: 1px solid #f0f0f5;
	padding-right: 5%;
	padding-left: 5%;	
	background-color: #fff;	
	}
body {
    font-family: Cambria, serif;
   }
h1 {
	text-align: center;}
h2 {
	text-align: center;
	}
h4 {
	font-style: italic;
	margin-bottom: 2px;
}
p {
	text-indent: 30px;
}
.revtitle {
	font-size: 2.5em;
}
.firstpg {
	text-indent:0;
}
.reference {
	margin-left:2em;
	text-indent:-2em;
	}
.abstract {
	text-align:left;
	}
.quote {
	font-size: 11;
	padding-left: 30px;
	text-indent: 0;
	}
.poem {
	font-family:'Gill Sans', 'Gill Sans MT', 'Myriad Pro', 'DejaVu Sans Condensed', Helvetica, Arial, 'sans-serif';
	font-size: 11;
	text-indent:0;
	margin-left: 30px;
	}	
.imgrt {
  	float: right;
	margin-left:15px;
	border-width:thin; 
	border-color: navy;
}

.imglt {
  	float:left; 
	margin-right:15px;
	border-width:thin; 
	border-color: navy;
}

.clearfix::after {
  content: "";
  clear: both;
  display: table;
}

.note {
	font-size: 10;
}
#ref p {
	margin-left:2em;
	text-indent:-2em;
	}
table {
	border-collapse: collapse;
	width: 90%;
	}
table, th, td {
	border: 1px solid #343431;		
	}
caption {
	font-family: "Gill Sans", "Gill Sans MT", "Myriad Pro", "DejaVu Sans Condensed", Helvetica, Arial, "sans-serif";
	font-weight: bold;
	padding-bottom: 10px;
	}
th {
	font-family:'Gill Sans', 'Gill Sans MT', 'Myriad Pro', 'DejaVu Sans Condensed', Helvetica, Arial, 'sans-serif';
	background-color: #f7b700;
	padding: 5px;
	}
tr {
	font-family:'Gill Sans', 'Gill Sans MT', 'Myriad Pro', 'DejaVu Sans Condensed', Helvetica, Arial, 'sans-serif';
	font-size: 11;
		}
tr:nth-child(even) {
	background-color: #fff2cc;
		}
td {
  	padding-top: 5px;
	padding-bottom: 10px;
	padding-right: 10px;
	padding-left: 20px;
		}
figure,figcaption {
	font-family: "Gill Sans", "Gill Sans MT", "Myriad Pro", "DejaVu Sans Condensed", Helvetica, Arial, "sans-serif";
	font-size: 11;
		}
li {
	padding-bottom: 6px;
		}
hr {
	color:#f7b700;
}
span {
  float: left;
  width: 0.7em;
  font-size: 500%;
  font-family: Cambria, "Hoefler Text", "Liberation Serif", Times, "Times New Roman", "serif";
  line-height: 80%;
  text-indent:0;
}