/*  Main layout and body  */

body, h1, h2, h3, h4, h5, h6 {
	font-family: Helvetica, sans-serif;
	border-width: 3px 0 1px 0;
}

body {
	font-size: 10pt;
	width: 760px;
	margin: 10px auto;
	text-align: center;
}

h1, h2, h3, h4, h5, h6 {
	font-weight: bold;
	margin: 1.5em 0 1em 0;
	padding: 0;
	border-width: 3px 0 1px 0;
	border-style: solid;
	border-color: black;
}

h1 {
	font-size: 1.5em;
	padding: 0.25em 0;
}

h2 {
	font-size: 1.1em;
}

h3, h4, h5, h6 {
	font-size: 1em;
}

h1 .annotate, h2 .annotate, h3 .annotate, h4 .annotate, h5 .annotate, h6 .annotate
{
	font-weight: normal;
}

#header {
	margin-bottom: 20px;
}

#header img {
	border: 0;
}

#wrapper {
	text-align: left;
}

#footer {
	clear: both;
	width: 100%;
	margin-top: 3em;
	border-top: 2px solid #AAA;
	padding-top: 0.5em;
	text-align: center;
	font-size: 80%;
	color: #AAA;
}


/* Generic content areas */

.content {
	font-family: Garamond, Georgia, Palatino, serif;
	font-size: 10pt;
	line-height: 170%;
}

.content li + li {
	margin-top: 0.5em;
}

.content a:link,
.content a:visited
{
	text-decoration: none;
	border-bottom: 1px dotted #33C;
	color: #33C;
}

.content a:hover,
.content a:focus,
.content a:active
{
	color: blue;
	border-bottom: 1px solid blue;
}

