.body {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 1em;
	color: #000000;
	background-color: #FFFFFF;
}
.body .header {
	height: 80px;
	width: 100%;
	padding-top: 0px;
}
.body .header .logo {
	position: absolute;
	left: 50px;
	top: 10px;
}
.body .header .logotext {
	position: absolute;
	left: 550px;
	top: 10px;
}
.body .header ul {
	display: inline;
	list-style-type: none;
	left: 550px;
	position: absolute;
	top: 40px;
}
.body .header li {
	display: inline;
	padding-right: 10px;
	padding-left: 10px;
}
.body .maintext {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 120%;
	padding: 30px;
	float: left;
	height: auto;
	width: auto;
	margin-right: 50px;
	margin-left: 50px;
}
.body .maintext li {
	padding-top: 20px;
	list-style-type: disc;
}
.body .maintext ul {
	width: 70%;
	margin-left: 70px;
	list-style-type: disc;
}

.form {
	position: relative;
	height: auto;
	width: auto;
	left: 450px;
	top: 30px;
}

