body {
	color: #222;

	font-size: 12px;
	font-family: Verdana, Arial, sans-serif;
}

hr {
	border: 0px;
	border-bottom: 1px dotted #ddd;
}

a {
	text-decoration: none;
}

em, strong {
	font-weight: bold;
}

h1 {
	font-size: 1.8em;
}

h2 {
	font-size: 1.5em;
}

h3 {
	font-size: 1.3em;
}

h1, h2, h3, h4, h5, h6 {
	padding-top: 1.0em;
	padding-bottom: 1.0em;

	color: #111;
	font-family: Verdana, Arial, sans-serif;
	font-weight: normal; 
	font-variant: small-caps; 
	text-transform: lowercase;
}

p {
	margin-bottom: 1.5em;
	line-height: 1.7em;
}

div#header h1#header-text {
	text-transform: none;
	font-variant: normal;
}

div#main ol {
	margin-left: 1.5em;
	list-style: decimal;
}

div#main ul {
	margin-left: 1.5em;
	list-style: square;
}

div#main ul li, div#main ol li {
	margin-bottom: 1.5em;
}

div#content blockquote {
	min-height: 32px;
	padding-left: 48px;

	font-style: italic;
	background-image: url(../img/quote-bg.png);
	background-repeat: no-repeat;
	background-position: 0px 0px;
}

div#subnav ul li.current h6 {
	font-weight: bold;
}

div#subnav ul li.current ul li h6 {
	font-weight: normal;
}

div#subnav ul li.current ul li.current h6 {
	font-weight: bold;
}

div#main a.top {
	font-size: 80%;
}

div#footer {
	font-size: 80%;

	text-align: right;
}

div#footer a:hover {
	text-decoration: underline;
}
