/* boilerplate CSS by Jeff Seager at http://www.wvdrs.org ... a work in progress */
/* SIMPLIFY! Less is more ... */

html, body {
	font-family:"Palatino Linotype", "Book Antiqua", Palatino, serif;
	font-weight:400
}
#hdr {display:inline-block }

#hdr form {display:none }

#one {display:none }

#sitenav {display:none }

.nav {display:none }

.nonprinting {display:none }

.breadcrumb {display:none }

#three {display:none }

#ftr	{display:none }

#content table.image {display:none }

#two ol {
	list-style:upper-alpha;
	margin-bottom:1em
}
#two ol.standard {
	list-style:decimal
}
#two ul li {
	font-weight:600;
	padding:.5em 0;
}
#two ol li {
	font-size:1em;
	font-weight:600;
	padding:.75em;
	border-bottom:1px #AAA solid;
	border-right:1px #AAA solid;
}
li {
	page-break-inside:avoid
}
blockquote	{float:left; width:60%; color:#000; background-color:#bbb; margin:1em 1em 1em 0; padding:1em; border-top:1px solid #999; border-right:3px solid #777; border-bottom:3px solid #777; border-left:1px #999 solid }

.attrib1 {
	font-weight:600;
	text-align:right;
	margin-top:.5em;
}

.attrib2 {
	font-size:80%;
	line-height:1.2em;
	text-align:right;
}
#two a:after {
	content: " ("attr(href)") ";
	font-size: .8em;
}
caption {font-weight:600; padding-top:.5em }
.datatable {
	padding:0;
}
.datatable td {
	border-bottom:1px solid #ccc
}
.center {
	text-align:center
}
.right {
	text-align:right
}
