/* CSS Document */

.firstline { text-indent: 0.25in }
.source { padding: 0pt 12pt }
.verse { font-style: italic; font-weight: 800 }
.aside { font-style: normal; font-weight: 400 }
.citation { font-style: italic; font-weight: 400 } 
.center { text-align: center; font-weight:bold; }
.print { text-align: right; font-weight:bold; font-family:Garamond, "Times New Roman", serif}
.optionlink { color:#000000;}
div#crest{padding-top: 10px}
div#spacer  { float: left; height: 130px; width:170px}
div#print { float: right; text-align:right; height: 130px; margin-right:30px; margin-top:10px; width:140px }
div#header {padding: 0px; height: 120px; width: 100%; overflow: hidden; }
a:link {
	text-decoration: none;
}
a:visited {
	text-decoration: none;
}
a:hover {
	text-decoration: underline;
}
a:active {
	text-decoration: none;
}
div#essay {
	height: 400px;
	width: 100%;
	overflow: scroll;
	position: relative;
}

p { margin: 15pt 24pt }

.superscript {
	font-size: 10px;
	line-height: 8px;
	font-weight: normal;
	font-variant: normal;
}

.optionlink { color:#000000;}

ul, ol {
	margin-left: 60px;
	margin-right: 55px;
}

.disclaimer{font-size:10px; color:#666666; font-family:Arial, sans-serif}
.heading { font-style:normal; font-weight: 800; font-size:18px }

table {
				border-top-style: solid;
				border-top-color: #CCCCCC;
				border-top-width: thin;
			}
.underline {
	text-decoration: underline;
}
.vnum {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-weight: bold;
	vertical-align: top;
}


#revealArticle{ display:none }

/*mainly for school articles*/
.navlink {color:#000000; font-weight:bold}
.header {font-size: 16pt; font-weight:bold}

/* list tabs */

ol.tab1 {
	padding-left: 25px;
	margin: 0px 55px 0px 30px;
	list-style-type: upper-roman;
}

ol.tab2 {
	padding-left: 10px;
	margin: 0px 0px 0px 30px;
	list-style-type: upper-alpha;
}

ol.tab3{
	padding-left: 10px;
	margin: 0px 0px 0px 25px;
	list-style-type: decimal;
}

ol.tab4 {
	padding-left: 5px;
	margin: 0px 0px 0px 25px;
	list-style-type: lower-alpha;	
}

ol.tab5{
	list-style-type: lower-roman;
	padding-left: 5px;
	margin: 0px 0px 0px 25px;
}

.tab1 li{
	padding: 5px 0px 5px 0px;
}


