body {
	margin:10px 0px;
	padding: 0px;
	text-align: center;
	font-family: Arial, Helvetica; sans-serif;
	font-size: 10pt;
	font-weight: normal;
}

div, p, th, td {
	font-family: Arial, Helvetica; sans-serif;
	font-size: 10pt;
	font-weight: normal;
}

th {
	font-weight: bold;
}

td {
	vertical-align: top;
}

a {
	text-decoration: none;
	color: #000099;
}
a:hover {
	text-decoration: underline;
}
	
#main {
	width: 760;
	margin: 0px auto;
	text-align: left;
	background:#ffffff;
	padding: 10px 10px 10px 0;
}

#content {

}

#navigation {
	background: #F8DEC9;
	width: 170px;
	float: left;
	padding: 5px;
	margin-right: 15px;
	border-bottom: 1px #666666 solid;
}
#navigation ul {
	list-style-type: none;
	margin: 0px;
	padding: 0px;
}
#navigation ul li {
	margin: 2px 0px;
}

#footernav {
margin-top: 80px;
text-align: center;
font-size: 90%;
}

#footernav li {
	display: inline;
	padding: 0 5px;
}

h1 {
	text-align: center;
	font-size: 14pt;
	margin-bottom: 35px;
}
.printable {
	text-align: center;
	font-size: 12pt;
	font-weight: bold;
	margin: 0;
}
h2 {
	text-align: left;
	font-size: 12pt;
	color: #996600;
}
h3 {
	text-align: left;
	font-size: 10pt;
	color: #996600;
}

div.footer {
	text-align: center;
	margin-top: 80px;
	margin-bottom: 30px;
	font-size: 9pt;
}
div.copyright {
	margin: 15px;
	font-size: 8pt;
}

img .fullsize {
	display: block;
	border: 1px black solid;
	width: 173px;
	height: 158px;
}
img .thumb {
	display: block;
	border: 1px black solid;
	width: 86px;
	height: 79px;
}

.pagebreak {
	page-break-before: always;
}