body {
	background-image: url(/images/bg.jpg); background-repeat: repeat;
	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: #963 solid 3px; border-bottom: #963 solid 3px;
   	border-right: #963 solid 6px; border-left: #963 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 #963;
}

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: 140px; width: 220px;
	margin: 10px 0px 2px 560px; padding: 10px 2px 2px 2px;
}

div#sitenav a {
	display: block;
	color: #963; font-weight: bold;
	padding: 4px 8px 4px 8px; margin: 2px;
	text-decoration: none; text-align: left;
	border-right: #c96 solid 10px;
	border-bottom: #fff solid 1px;
}

div#sitenav a:hover {
	color: #963;
	border-bottom: 1px #963 dashed;
	border-right: 10px #963 solid;
}

div#sitenav a#current {
	color: #000; font-weight: bold;
	border-right: 10px #963 solid;
	background-image: url(/images/gradient.jpg); background-repeat: repeat-y;

}

.imgleft {
	float:left; padding: 6px;
}
.imgright {
	float:right; padding: 6px;
}

.bold {
	color: #000; font-size: 10pt; font-weight: bold;
}

.italic {
	color: #000; font-size: 10pt; font-style: italic;
}

.bold-italic {
	color: #000; font-size: 10pt; font-weight: bold; font-style: italic;
}

b {
	color: #000; font-size: 10pt; font-weight: bold;
}

i {
	color: #000; font-size: 10pt; font-style: italic;
}

h1 {
	width: 700px; margin: 0; padding: 4px 0px 4px 0px;
	font-size: 14pt; font-weight: bold; color: #000;
	vertical-align: middle; text-align: left; text-indent: 26px;
	background-image: url(/images/gradient-700.jpg); background-repeat: repeat-y;
	background-position: right;
}

h2 {
	margin: 6px 10px 6px 10px; padding: 2px 14px 2px 4px;
	font-size: 12pt; color: #963; font-weight: bold;
	vertical-align: middle; text-align: left; text-indent: 46px;
	width: 680px; border-bottom: 1px solid #963;
}

h3 {
	margin: 0; padding: 10px 4px 4px 4px;
	font-size: 10pt; color: #963;
	vertical-align: middle; text-align: left;
}

.main {
	margin: 12px 10px 10px 14px; padding: 2px 4px 2px 4px;
	font-size: 10pt; color: #000;
	vertical-align: middle; text-align: left;
	border-left: 16px #c96 solid;
}

.toptitle {
	margin: 6px; padding: 2px 4px 2px 4px;
	font-size: 10pt; color: #000;
	vertical-align: middle; text-align: left;
}

h4 {
	margin: 0; padding: 9px 6px 4px 6px;
	font-size: 10pt; color: #000;
	vertical-align: middle; text-align: left;
}

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: #c96; text-decoration: none;
}

a:hover {
	color: #c96; text-decoration: underline;
}
a:visited {
	color: #c96; text-decoration: none;
}

table {
	margin: 20px; padding: 4px; width: 600px;
	border: 1px solid #eee;
}
tr {
	margin: 1px 4px 1px 4px; padding: 2px 4px 2px 4px;
}
th {
	color: #963; font-size: 12pt; font-weight: bold;
}
td {
	color: #333; font-size: 10pt; font-weight: normal;
	border-bottom: 1px solid #eee;
}

.intro:first-letter {
	color: #000; font-size: 14pt; font-weight: bold;
	padding: 2px 1px 2px 14px; text-indent: 4em; 
	background-image: url(/images/bg.jpg); background-repeat: no-repeat;
	background-position: top left;
}

hr {
	color: #963;  background-color: #963; width: 100%; height: 2px;
	margin: 24px 0px 24px 0px;
}