html, ul, ol, li, p, h1, h2, h3, h4, h5, h6, form, fieldset {
	margin: 0px;
	padding: 0px;
	border: 0px;
	}
body {
	font-family: Georgia, "Times New Roman", Times, serif;
	background-color: #78699D;
	text-align: center;
	margin: 0;
	padding: 10;
}
p {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 16px;
	font-style: oblique;
	color: #000000;
}
h2 {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-style: normal;
	color: #3D0F5C;
}
.caption {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 14px;
	font-style: oblique;
	color: #000000;
}
a:link {
	font-family: Georgia, "Times New Roman", Times, serif;
	color: #3D0F5C;
	text-decoration: none;
}
a:visited {
	color: #330000;
	text-decoration: none;
}
a:hover {
	color: #660099;
	text-decoration: none;
}
a:active {
	color: #9933FF;
	text-decoration: none;
}
.firstletter {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 18px;
	font-style: oblique;
	background-color: #FFFFFF;
}
h1 {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-style: oblique;
	color: #000000;
	letter-spacing: 1px;
}
#wrapper {
	width: 800px;
	margin-top: 5px;
	margin-right: auto;
	margin-left: auto;
	position: relative;
	background-color: #C7CCCA;
	z-index: 1;
	top: 0px;
	text-align: left;
	height: auto;
	overflow: visible;
	visibility: visible;
	margin-bottom: 10px;
	vertical-align: baseline;
	padding: 20px;
	border-style: ridge;
	border-width: medium;
	border-color: #CCCCCC;
}
#header {
	margin: 0px;
	padding: 0px;
	height: 371px;
	width: 600px;
	top: 21px;
	z-index: 2;
	position: absolute;
	text-align: center;
	background-repeat: no-repeat;
	background-position: center;
	left: 107px;
	border-color: #000000;
	border-style: ridge;
	border-width: medium;

