body {
	background-color: #693;
	color: #000; text-align: center;
	margin: 4px 80px 4px 80px; vertical-align: top;
	width: 800px;
}

div#wrap {
	background-color: #fff;
	font-size: 12pt; font-family: helvetica, arial, sans-serif; font-weight: normal;
	width:800px;margin: 0 auto; vertical-align: top; text-align: left;
   	border-top: #f93 solid 3px; border-bottom: #f93 solid 3px;
   	border-right: #f93 solid 6px; border-left: #f93 solid 6px;
}

#header {
	background-color: #fff;
	vertical-align: bottom; text-align: left;
	color: #000; margin: 0; padding: 0px; height: 200px; width: 800px;
	font-size: 10pt; font-family: helvetica, arial, sans-serif;
	border-bottom: 2px solid #f93;
}

div#footer {
	background-color: #fff; clear: both;
	margin: 10px 0 0 0; padding: 0;
	border-top: 2px solid #fff;
	font-size: 8pt; font-family: helvetica, arial, sans-serif; line-height: 2em;
	color: #ccc; vertical-align: middle; text-align: center;
}

div#main {
	color: #000; width: 740px;
	margin: 10px 0px 2px 0px; padding: 6px 30px 6px 30px;
	font-size: 10pt; vertical-align: middle; text-align: left;
	min-height: 300px;
}

div#main p {
	color: #000; margin: 2px 16px 2px 6px; padding: 4px;
	font-size: 10pt; text-align: justify;
}

div#sitenav {
	height: 180px; width: 300px; vertical-align: top;
	margin: 10px 0px 2px 400px; padding: 10px 2px 2px 2px;
}

div#sitenav a {
	display: block;
	color: #693; font-weight: bold;
	padding: 2px; margin: 2px;
	text-decoration: none; text-align: left;
	border-right: #693 solid 10px;
	border-bottom: #fff solid 1px;
}

div#sitenav a:hover {
	color: #f93;
	border-bottom: 1px #f93 dotted;
	border-right: 10px #f93 solid;
}

div#sitenav a#current {
	color: #f93; font-weight: bold;
	border-right: 10px #f93 solid;
}

.imgleft {
	float:left; padding: 8px;
}
.imgright {
	float:right; padding: 8px; margin: 2px 4px 2px 16px;
}

.bold {
	color: #000; font-size: 10pt; font-weight: bold;
}

.clear {
	clear: both;
}

h1 {
	margin: 0; padding: 4px 0px 4px 0px;
	font-size: 14pt; font-weight: bold; color: #099;
	vertical-align: middle; text-align: left; text-indent: 26px;
	background-position: right;
}

h2 {
	margin: 6px 8px 6px 8px; padding: 4px;
	font-size: 12pt; color: #f93; font-weight: bold;
	vertical-align: middle; text-align: left; text-indent: 6px;
	border-bottom: 1px solid #f93;
}

h3 {
	margin: 12px 10px 10px 20px; padding: 2px 4px 2px 4px;
	font-size: 10pt; color: #099;
	vertical-align: middle; text-align: left;
	border-left: 6px #099 solid;
}

ul {
	margin: 0; padding: 0;
	list-style: disc;
}

li {
	margin: 6px 8px 6px 36px; padding: 0px 4px 0px 0px;
	line-height: normal; text-indent: 0;
}

a {
	color: #693; text-decoration: none;
}

a:hover {
	color: #f93; text-decoration: underline;
}

a:visited {
	color: #693; text-decoration: none;
}

table {
	margin: 20px; padding: 4px; width: 700px;
	border: 1px solid #099;
}
tr {
	margin: 1px 4px 1px 4px; padding: 2px 4px 2px 4px;
	vertical-align: top; text-align: left;
}
th {
	color: #f93; font-size: 12pt; font-weight: bold;
}
td {
	color: #333; font-size: 10pt; font-weight: normal;
}

.intro:first-letter {
	color: #f93; font-size: 14pt; font-weight: bold; font-style: italic;
	border-left: 14px solid #693; padding: 2px 1px 2px 14px;
	text-indent: 4em;
}

.center {
	text-align: center;
}
