body {
	background-color: #F7E1C8;
	background-image: url(Images/background.jpg);
	background-repeat: repeat-y;
	background-position: 0px 0px;
}
p {
	margin-bottom: 4px;
	margin-top: 4px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10pt;
	color: #221100;
}
h1 {
	font-family: Georgia, Garamond, Bodoni, "Times New Roman", Times, serif;
	font-size: 1.5em;
	color: #462300;
	margin-top: 6px;
	margin-bottom: 6px;
	border-top-width: 2px;
	border-bottom-width: 2px;
	border-top-style: solid;
	border-bottom-style: solid;
	border-top-color: #385581;
	border-bottom-color: #385581;
	padding-top: 4px;
	padding-bottom: 4px;
}
h2 {
	font-family: Georgia, Garamond, Bodoni, "Times New Roman", Times, serif;
	font-size: 1.2em;
	color: #462300;
	margin-top: 6px;
	margin-bottom: 6px;
	padding-top: 4px;
	padding-bottom: 4px;
	border-top-width: 2px;
	border-bottom-width: 2px;
	border-top-style: solid;
	border-bottom-style: solid;
	border-top-color: #385581;
	border-bottom-color: #385581;
}
ul {
	margin-top: 0px;
	margin-bottom: 0px;
}
li {
	margin-top: 4px;
}
th {
	font-family: Georgia, Garamond, Bodoni, "Times New Roman", Times, serif;
	font-size: 9pt;
	font-weight: bold;
	color: #462300;
	border: 1px solid #000000;
}
td {
	font-family: Georgia, Garamond, Bodoni, "Times New Roman", Times, serif;
	font-size: 9pt;
	color: #221100;
	text-align: center;
	border: 1px solid #000000;
}
a:link {
	color: #003366;
	text-decoration: underline;
}
a:visited {
	color: #003366;
	text-decoration: underline;
}
a:hover {
	color: #922003;
	text-decoration: underline;
}
#leftbox {
	width: 146px;
	top: 5px;
	left: 0px;
	position: absolute;
}
#mainbox {
	left: 160px;
	top: 5px;
	position: absolute;
	width: auto;
	padding-bottom: 30px;
	padding-left: 10px;
	padding-right: 10px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10pt;
	color: #221100;
}
.dropcap {
	font-family: Georgia, Garamond, Bodoni, "Times New Roman", Times, serif;
	font-size: 1.3em;
	font-weight: bold;
	text-indent: 6px;
	color: #462300;
}
.rightpic {
	float: right;
	padding-left: 10px;
	padding-top: 10px;
	padding-right: 10px;
	padding-bottom: 10px;
}
.leftpic {
	float: left;
	padding-left: 10px;
}

