@charset "UTF-8";
body {
	margin: 0; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	padding: 0;
	text-align: center; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
	color: #000000;
	font-family: Cabaret_Voltaire;
	font-size: 100%;
	background-color: #CCC;
}
.title {
	font-family: "Trajan Pro";
	padding-top: 20px;
	font-size: 26pt;
	line-height: 80%;
}
.footer {
	font-family: "Champagne & Limousines", "Futura Book", Optima;
	font-size: 10pt;
	position: absolute;
	top: 536px;
	width: 900px;
	height: 35px;
	padding-top: 5px;
	padding-bottom: 5px;
	left: 6px;
	border-top-width: thin;
	border-top-style: solid;
	border-top-color: #090;
	line-height: 22pt;
}
.mainContent {
	font-family: "Champagne & Limousines", "Futura Book", Optima;
	font-size: 14pt;
	color: #000;
	font-style: normal;
	text-decoration: none;
	line-height: 18pt;
	text-align: left;
}
#navBar {
	height: 400px;
	width: 200px;
	text-align: left;
	clear: left;
	position: absolute;
	top: -1px;
	margin-top: 110px;
	left: 8px;
	padding-left: 30px;
	padding-top: 10px;
	padding-bottom: 8px;
	color: #333;
}
#header {
	height: 40px;
	width: 740px;
	padding-top: 5px;
	padding-right: 5px;
	padding-bottom: 5px;
	padding-left: 25px;
	background-position: center;
	margin-top: 40px;
	font-family: "Courier New", Courier, monospace;
	font-weight: 500;
	font-variant: normal;
	letter-spacing: 11pt;
	text-transform: none;
}
#mainContent {
	height: 402px;
	width: 518px;
	position: absolute;
	left: 238px;
	clear: both;
	top: 90px;
	padding: 8px;
	background-position: center;
	margin-top: 8px;
	font-family: "Courier New", Courier, monospace;
	font-weight: 100;
	font-size: 18pt;
	color: #333;
	line-height: 24pt;
	font-variant: normal;
	background-color: #CCC;
}
.misctext {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 16px;
	font-style: normal;
	text-align: center;
	line-height: 20px;
}
.form {
	text-transform: capitalize;
	text-align: center;
	line-height: normal;
	font-size: 16px;
}

