body {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 76%;
	background-color: #fff;
	margin:0px;
}
p {
	font-size: 1em;
	line-height: 1.4em;
}
.main {
	margin-left:10px;
	margin-top:0px;
	margin-right:10px;
}
dl{
	font-size: 1em;
}
dt{
	line-height:2em;
}

h1 {
	font-size: 1.6em;
	margin-left:10px;
	color:#fc3;
	margin-top: 0px;
	margin-bottom:0px;
}
h2 {
	font-size: 1.5em;
	color: #96f;
	margin-top: 12px;
	margin-bottom: -10px;
	padding-bottom:3px;
	border-bottom:1px #96c solid;
	width: 440px;
}
h3 {
	font-size: 1.2em;
	font-weight: normal;
	color: #000;
}
h4 {
	font-size: 1em;
	font-weight: bold;
	color: #000;
}
h4.border {
	border-top: 1px #000 solid;
	padding-top:15px;
	margin-top:30px;
	margin-left:100px;
	width:200px;
}


/*format for secondary navigation and functionality links at top of page content*/
.functionlinks {
	margin-bottom:-15px;
}
.underline {
	border-bottom:1px #96c solid;
	padding-bottom:8px;
	margin-top: 0px;
	width:440px;
}


/*page links*/
a:link, a:visited {
	color:#A97F02;
	text-decoration: underline;
}
a:hover, a:active {
	color: #000;
	background-color: #fc3;
	text-decoration: none;
}
a:link.bold, a:visited.bold, a:hover.bold, a:active.bold {
	font-weight: bold;
}


/*styles for search pages*/
/*search button*/
#search a:link,#search  a:visited, #search a:hover,#search  a:active {
	color: #fff;
	background-color:#96c;
	border: 1px solid #306;
	text-decoration: none;
	font-weight: bold;
	font-size: 1em;
	padding: 1px 12px 1px 12px;
	text-align: center;
	width: 61px;
	height: 21px;
}

/*general table layout*/
table.layout {
	width:440px;
	font-size:1em;
}
table.headfoot {
	width: 100%;
	font-size:1em;
}


/*label elements for forms*/
label {
	font-weight: bold;
}

/*style for display Pub copyright*/
.copyright {
	font-size: 0.9em;
}


/*styles for results summary*/
table.resultsummary {
	width: 440px;
	font-size: 1em;
	margin-top:-20px;
	margin-bottom: 0px;
	padding-top: 20px;
}
.onresult {
	color: #f00;
	font-weight: bold;
	background-image:url(../images/result_marker.gif);
	background-position: 10px 0px;
	background-repeat:no-repeat;
	padding-top:10px;
	margin-bottom:-15px;
}


/*style for display of next hit/previous hit*/
a.hitmarker:link, a.hitmarker:visited,a.hitmarker:hover, a.hitmarker:active{
	font-size: 0.9em;
	font-weight: bold;
	color: #f00;
	text-decoration: none;
	background-color:#fff;
}
.jumphit {
	font-size: 0.9em;
	font-weight: bold;
	color: #f00;
	text-decoration: none;
	background-color:#fff;
	padding-top:5px;
}


/*style for poem popup*/
.authorimage {
	padding:1px;
	border: 2px #96c solid;
	margin: 25px 22px 5px 10px;
}


/*misc text formatting*/
.smaller{
	font-size: 0.9em;
}
.border {
	border-top: 1px #96c solid;
	width: 440px;
	margin-bottom:-15px;
	margin-top:-5px;
}
.nobold {
	font-weight:normal;
}
/*hr {
	color: #000;
	height: 1px;
	width:200px;
}*/


/*styles for display of footer text*/
.footer{
	width: 440px;
	font-size: 0.9em;
	padding-top:10px;
	border-top: 1px #96c solid;
	margin-left:10px;
	margin-right:10px;
}

/*class for poem icon in TOC */
.poemicon {
	vertical-align : middle;
	border: 0px;
}

/*styles for ToC satellite*/
h2.toc {
	font-size: 1.4em;
	color: #000;
	margin-top: 12px;
	margin-bottom: 10px;
	padding-bottom:3px;
	border-bottom:none;
}


.skiplink {
	display:none;
}

.skipnav {
	display:none;
}
