body {
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 100%;
	color: #000000;
	background-color: #4b4c4d;
	text-align: center;
	margin: 0px;
	padding: 0px;
}
#container {
	text-align: left;
	padding: 0px;
	width: 875px;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	position: relative;
	z-index: 3;
	top: 0px;
	height: 850px;
}
#wrapper {
	background-image: url(images/background.gif);
	background-repeat: repeat-y;
	margin: 0px;
	padding: 0px;
	height: auto;
	width: 875px;
	position: relative;
	z-index: 2;
	top: 94px;
	overflow: hidden;
}
#header {
	margin: 0px;
	padding: 0px;
	height: 94px;
	width: 875px;
	position: absolute;
	z-index: 2;
	top: 0px;
	background-image: url(images/header.gif);
	background-repeat: no-repeat;
}
#header h1 span {
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 10pt;
	display: none;
}
#content {
	background-image: url(images/content_box.gif);
	background-repeat: no-repeat;
	width: 559px;
	z-index: 4;
	top: 30px;
	float: right;
	padding-right: 19px;
	height: 623px;
}
#footer {
	background-image: url(images/footer.jpg);
	background-repeat: no-repeat;
	height: 115px;
	width: 875px;
	z-index: 6;
	float: right;
}
#enlargementbox {
	width: 470px;
	z-index: 7;
	left: 50px;
	top: 200px;
	position: absolute;	
}
#textbox {
	width: 470px;
	z-index: 7;
	left: 50px;
	top: 65px;
	position: relative;
	margin: 0px;
	padding: 0px;
}
#textbox ul {
	list-style-type: disc;
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 10pt;
}
#textbox li {
	padding-top: 5px;
}
h1 {
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 14pt;
	color: #333333;
	font-weight: bold;
	margin: 0px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 23px;
	padding-left: 0px;
}
p {
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 10pt;
	color: #000000;
	margin-top: -0.8em;
}
#navbar {
	width: 217px;
	position: absolute;
	z-index: 7;
	left: 20px;
	top: 130px;
}
#navbar ul {
	list-style-type: none;
}
#navbar li {
	background-image: url(images/button.jpg);
	background-repeat: no-repeat;
	display: block;
	height: 34px;
	width: 217px;
}
#navbar a {
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 10pt;
	color: #000000;
	text-decoration: none;
	display: block;
	padding-left: 25px;
	padding-top: 9px;
}
#navbar a:hover, #navbar a:active {
	background-image: url(images/button_over.jpg);
	background-repeat: no-repeat;
	text-decoration: underline;
}
#picture_box {
	width: 215px;
	position: absolute;
	z-index: 8;
	left: 50px;
	top: 360px;
}
#rollover_box {
	width: 215px;
	position: absolute;
	z-index: 8;
	left: 50px;
	top: 340px;
}
form ul {
	list-style-type: none;
	margin: 0px;
	padding: 0px;
}
form li {
	font-size: 10pt;
	color: #000000;
	margin: 0.5em 0;
	list-style-type: none;
}
form li label {
	text-align: right;
	width: 5em;
	margin-right: 0.5em;
	display: block;
	float: left;
}
li.check label {
	text-align: left;
	display: inline;
	float: none;
	width: auto;
	margin-right: 0px;
}
li.check span.type {
	text-align: right;
	width: 5.5em;
	padding-left: 0px;
}
.redtext {
	color: #FF0000;
	margin-top: -0.7em;
}
.biggertext {
	font-size: 16pt;
}
