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, font, 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 {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-size: 100%;
	vertical-align: baseline;
	background: transparent;
}

body {
	line-height: 1;
	color: #666;
	font-family: sans-serif;
}

h2.subhead {
	margin-top: 2em;
	margin-bottom 1em;
}

p {
	padding-top: 1em;
}

ol, ul {
	list-style: none;
}

blockquote, q {
	quotes: none;
}

blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}

/* remember to define focus styles! */
:focus {
	outline: 0;
}

/* remember to highlight inserts somehow! */
ins {
	text-decoration: none;
}

del {
	text-decoration: line-through;
}

table {
	border-collapse: collapse;
	border-spacing: 0;
}

td.odd {
	background: #dadada;
}

td {
	padding-left: 1em;
	padding-right: 1em;
}

a {
	text-decoration: none;
}

a:link, a:visited {
	color: #888;
}

/* :hover must come after :link and :visited */
a:hover {
	color: #f00;
}

table td a:link, table td a:visited {
	color: #555;
}

table td a:hover {
	color: #f00;
}

#wrapping {
	width: 95%;
	margin: 30px auto;
}

#header {
	text-align: center;
	border-bottom: 1px dotted;
}

#navigation {
	float: left;
	width: 140px;
	margin: 0;
}

#navigation li {
	border-bottom: 1px solid #ccc;
	font-size: 80%;
}

#navigation li a {
	display: block;
	padding-left: 10px;
	padding-top: 15px;
	padding-bottom: 15px;
}

#navigation .last {
	border-bottom: 0;
}

#navigation a.current {
	color: #f00;
}

#content {
	margin-left: 180px;
	padding: 1em;
	line-height: 130%;
	text-align: justify;
}

#content h2 {
	line-height: 300%;
}

#footer {
	clear: both;
	padding: .5em;
	font-size: 60%;
	border-top: 1px dotted;
}

