@font-face {
	font-family: 'MuseoSans700';
	src: url('fonts/MuseoSans_700-webfont.eot');
	src: 
		url('fonts/MuseoSans_700-webfont.eot?iefix') format('eot'),
		url('fonts/MuseoSans_700-webfont.woff') format('woff'),
		url('fonts/MuseoSans_700-webfont.ttf') format('truetype'),
		url('fonts/MuseoSans_700-webfont.svg#webfontwebcqTfV') format('svg');
	font-weight: normal;
	font-style: normal;
}

/*
 * RESET
 */

html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6,
p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del,
dfn, em, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt,
var, b, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, label,
legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside,
canvas, details, embed, figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary, time, mark, audio, video {
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 100%;
	font: inherit;
	vertical-align: baseline;
}

/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure, footer, header, hgroup,
menu, nav, section {
	display: block;
}
body {
	line-height: 1;
}
ol, ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}

/*
 * MAIN
 */

div#sidebar a:link,
div#sidebar a:visited {
	text-decoration: none;
}
div#sidebar a:hover,
div#sidebar a:active {
	text-decoration: underline;
}
.active {
	background: #edddcd;
}

div#header {
	background-color: #800000;
	color: #ffffff;
	font-family: Arial, sans-serif;
	font-size: 12px;
	padding: 3px 10px;
}
div#header a:link,
div#header a:visited,
div#header a:hover,
div#header a:active {
	color: #ffffff;
}
div#header a:link,
div#header a:visited {
	text-decoration: none;
}
div#header a:hover,
div#header a:active {
	text-decoration: underline;
}
div#header a.homelink {
	font-size: 16px;
	font-weight: bold;
}
div#header p {
	margin-bottom: 0;
}
div.wrap {
	padding: 20px;
}
em {
    font-style: italic;
}
#sidebar div.wrap {
	padding-left: 0;
}
span.highlight {
	background: #ebce94;
}
a:link, 
a:visited {
	color: #186184;
}
a:hover,
a:active {
	color: #24364c;
}
a.expanded {
	background-image: url('minus.gif');
	background-repeat: no-repeat;
	padding-left: 15px;
}
a.collapsed {
	background-image: url('plus.gif');
	background-repeat: no-repeat;
	padding-left: 15px;
}
body {
	font-family: Helvetica, Verdana, "Lucida Grande", Arial, sans-serif;
	font-size: 12px;
	line-height: 15px;
}
input#q {
	width: 97%;
}
h1 {
	font-family: MuseoSans700;
	font-size: 36px;
	line-height: 36px;
	margin-bottom: 7px;
}
h3 {
	font-family: MuseoSans700;
	font-size: 18px;
	font-weight: normal;
	line-height: 24px;
	margin-bottom: 15px;
	position: relative;
	top: 6px;
}
h3#archivename {
	top: 0;
	margin-bottom: 7px;
}
#sidebar h3 {
	top: 0px;
}
a img {
	border: none;
}
li {
	margin-top: 2px;
	margin-bottom: 3px;
}
#sidebar ul {
	margin-left: 20px;
}
p.archivebranding {
	margin-bottom: 7px;
	padding: 45px 0 0 0;
}
p.publisher {
	margin-bottom: 60px;
}
p,
ul {
	margin-bottom: 15px;
	margin-top: 0;
	padding-left: 0;
}
#sidebar ul {
	margin-bottom: 0;
}
strong {
    font-weight: bold;
}
ul {
	list-style-type: none;
}
ul.bullets {
	list-style-type: disc;
	margin-left: 14px;
}
span.arrow {
	font-size: 9px;
	padding: 0 .25em;
}
table {
	border-collapse: collapse;
	width: 100%;
}
table p {
	margin-bottom: 0;
}
table ul {
	margin-bottom: 0;
}
td {
	border-top: 1px solid #ddd;
	padding: 2px 0 3px 0;
	vertical-align: top;
}
.descriptivesummary td {
	border-top: none;
}
td.container {
	width: 12em;
}
th {
	font-family: MuseoSans700;
	padding-right: 1em;
	text-align: left;
	vertical-align: top;
}
