body {
	background-color: #FFFFFF;
	text-align: center;
}
h1 {
	font-size: 16px;
	font-weight: bold;
	text-decoration: none;
	color: #000000;
}
h2 {
	font-size: 14px;
	font-weight: bold;
	color: #666666;
	text-decoration: none;
}
p {
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 24px;
	color: #FFFFFF;
	padding-right: 10px;
	margin-left: 5px;
	padding-left: 40px;
	text-align: center;
	font-weight: bold;
	vertical-align: middle;
}
a:link, a:visited {
	color: #0000FF;
	text-decoration: none;
}
a:hover {
	color: #000000;
	text-decoration: none;
}

#container {
	width: 800px;
	background-color: #FFFFFF;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	padding: 4px;
	height: auto;
	border: 1px solid #999999;
}
#banner {
	height: 96px;
	width: 800px;
	border-bottom-width: thin;
	border-bottom-style: solid;
	border-bottom-color: #CCCCCC;
	background-image: url(photos/banner.jpg);
}

#bannerphoto {
	height: 96px;
	width: 96px;
	background-image: url(photos/lion%20website%20logo.jpg);
	background-repeat: no-repeat;
	float: left;
}

#bannertext {
	width: 704px;
	font-family: "Times New Roman", Times, serif;
	font-size: 60px;
	font-weight: bold;
	float: left;
	height: 70px;
	color: #FFFFFF;
	text-align: center;
	padding-top: 20px;
}

#content {
	height: auto;
	width: 800px;
	float: left;
}

#contentuptext {
	height: 30px;
	width: 800px;
	font-size: 24px;
	font-weight: normal;
	float: left;
	color: #000000;
	background-image: url(photos/banner2.jpg);
	border-bottom-width: thin;
	border-bottom-style: solid;
	border-bottom-color: #CCCCCC;
}

#contentbody {
	width: 800px;
	font-size: 24px;
	font-weight: normal;
	margin-top: 5px;
	float: left;
	padding-top: 90px;
	height: 150px;
	margin-bottom: 5px;
}

#contentform {
	width: 705px;
	margin-top: 5px;
	text-align: left;
	float: left;
	padding-top: 5px;
	margin-bottom: 5px;
	padding-left: 95px;
}

#copyright {
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #FFFFFF;
	background-color: #000000;
	padding-top: 5px;
	height: 20px;
	margin-top: 5px;
	width: 800px;
	clear: left;
}
.forminput {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	display: inline;
}

.formheading {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	font-weight: bold;
	color: #000000;
	text-decoration: underline;
}

.formrequired {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #FF0000;
}
