body {
	background-image: url(images/bg.jpg);
	background-repeat: repeat-x;
	font-size: 62.5%;
	font-family: Verdana, Arial, Helvetica, sans-serif;

}
#wrapper {
	background-image: url(images/header.jpg);
	background-repeat: no-repeat;
	background-position: center top;
	width: 750px;
	border: thin solid #666666;
	padding-top: 16em;
	background-color: #FFFFFF;
	left: 50%;
	margin-left: -375px;
	position: absolute;
	margin-bottom: 0px;
	padding-bottom: 0px;

}

#pic {
	float: left;
	padding-left: 1em;
	padding-right: 1em;

}
p {
	font-size: 1.2em;
	line-height: 2em;

}

li {


}

ul {
	font-size: 1.2em;
	text-indent: 2em;
	list-style-position: inside;
}

h1 {
	font-family: "Courier New", Courier, mono;
	color: #990000;
	font-size: 2em;
	padding-top: 1em;

}
.listx {
	text-indent: 5em;
}

#menu ul li {
	display: inline;
	list-style-type: none;
	text-align: right;
}

#menu li a {
	font-family: "Courier New", Courier, mono;
	text-decoration: none;
	border-bottom-width: thin;
	border-bottom-style: dashed;
	border-bottom-color: #FF0033;
	font-weight: bold;
	font-size: 1.4em;
	margin: 0.5em;
	color: #990000;




}

#menu li a:hover {
	font-family: "Courier New", Courier, mono;
	text-decoration: none;
	border-bottom-width: thick;
	border-bottom-style: solid;
	border-bottom-color: #FF0033;
	font-weight: bold;
	font-size: 1.4em;
	color: #990000;



}
#menu {
	text-align: right;
}
table {
	border: thin solid #999999;
}
td {
	padding: .4em;
}
th {
	padding: 0.4em;
}

label {
	margin-bottom: 10px;
	text-align: left;
	width: 25%;
	font-weight: bold;
	float: left;
	display: block;
}


input {
	float: left;
	margin-bottom: 10px;
	text-align: left;
	border: 1px solid #333333;
	margin: 5px;
}
#credits {
	background-color: #FFFFFF;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	margin: 0px;
	padding: 0px;
	white-space: nowrap;




}
img {
	border: none;
}
#credits a {
	margin-right: 10em;

}
#captcha label, #captcha textarea {
	margin: 0px;
	padding: 0px;
	width: 100%;
}
