/*----------------------------------------------------------------------
    Reset
----------------------------------------------------------------------*/

html, body, div, span,
h1, h2, h3, h4, h5, h6,
p, blockquote, pre, img,
a, b, abbr, acronym, big, cite, code, del, em, i, ins, small, strike, strong, sub, sup, u,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
	background: transparent;
	font-size: 100%;
	vertical-align: baseline;
	padding: 0;
	outline: 0;
	border: 0;
	margin: 0;
}


/*----------------------------------------------------------------------
    Styles
----------------------------------------------------------------------*/

body {
	font: 14px/20px Helvetica, Arial, Tahoma, sans-serif;
}

#sitetitle,
#menu,
#seal,
#secondary-menu,
.comments,
.actions {
	display: none;
}

#header img.printonly {
	margin-bottom: 2em;
}

#content h1 {
	font: 22px/1.2em "Times New Roman", Times, serif;
	letter-spacing: 0.05em;
	margin-bottom: .6em;
}

#content h2,
#content h3,
#content .wpng-page-list-head {
	font: small-caps bold 16px/1.3em "Times New Roman", Times, serif;
	letter-spacing: 0.1em;
	margin: 2em 0 .8em 0;
}

#content h2.first-heading,
#content h3.first-heading {
	margin-top: 0;
}

#content .sidebar h3 {
	margin-bottom: .5em;
}

#content p,
#content blockquote,
#content ul,
#content ol,
#content dd,
#content img {
	margin-bottom: 1em;
}

#content ul {
	margin-left: 14px;
}

	#content ul li {
		margin-bottom: .5em;
	}

#content blockquote {
	font-family: "Times New Roman", Times, serif;
	font-style: italic;
	font-size: 16px;
}

#footer {
	font-size: 12px;
	padding-top: 1em;
	border-top: 1px solid #ccc;
	margin-top: 2em;
}

#footer span {
	display: block;
}