@charset "utf-8";
/* CSS Document */

body  {
	color: #FFF;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: medium;
	background-color: #200F1F;
	overflow: scroll;
	font-weight: lighter;
	font-style: normal;
	line-height: 150%;
	padding-right: 80px;
	padding-left: 80px;
	padding-top: 5px;
	padding-bottom: 5px;
	width: 800px;
}
.indentedtext {
	margin-left: 100px;
	width: 800px;
	float: left;
}
.twoColFixLtHdr #container {
	width: 800px; /* the auto margins (in conjunction with a width) center the page */
	border: 1px solid #000000;
	text-align: left;
	background-color: #000;
	background-repeat: no-repeat;
	background-position: center bottom;
	height: auto;
	position: relative;
	padding-right: 25%;
	padding-left: 25%;
	padding-top: 0px;
	margin-right: 25%;
	margin-left: 25%;
} 
h1 {
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:150%;
	margin-right: 25%;
	margin-left: 40%;
}
p {
	max-width:650px;
	font-size: 100%;
	margin-top: 0;
	margin-bottom: 5px;
	width: 780px;
}
form {
	width:800px;
	margin-right: 25%;
	margin-left: 25%;
	text-align: left;
}
label {
	display:block;
	font-weight:bold;
}
textarea {
	width:400px;
	height:150px;text-align: left;
}
.textInput {
	width:350px;text-align:left;
}
.clearIt {
	clear: both;
}
.warning {
	font-weight:bold;
	color:#C00;
}

