body,html{
	color:#ffffff;
	font-size: 14px;
	line-height: 120%;
	font-family: Arial, Helvetica, Geneva, Swiss, SunSans-Regular, sans-serif;
	text-decoration: none;
	background:#151515;
	background:#262221;
	margin: 0px;
	padding: 0px;
	width: 100%;
	height: 100%;
	min-height: 100%;
}

h1{
	font-family: Georgia, times,"Times New Roman", serif;
	float:left;
	clear:left;
	display:inline;
	width:500px;
	height:auto;
	margin:-100px 0px 0px 150px;
	padding:0px;
	font-weight:normal;
	font-size: 28px;
	line-height: 125%;
	color:#ffffff;
}

h1.huge{
	font-family: Georgia, times,"Times New Roman", serif;
	float:left;
	clear:left;
	display:inline;
	width:500px;
	height:auto;
	margin:10px 0px 0px 150px;
	padding:0px;
	font-weight:normal;
	font-size: 28px;
	line-height: 125%;
	color:#E31E25;
}

h2{
	font-family: Georgia, times,"Times New Roman", serif;
	float:left;
	clear:left;
	display:inline;
	width:500px;
	height:auto;
	margin:10px 0px 0px 150px;
	padding:0px;
	font-weight:normal;
	font-size: 20px;
	line-height: 125%;
	color:#ffffff;
}

p{
	float:left;
	display:inline;
	clear:left;
	width:500px;
	height:auto;
	margin:0px 0px 0px 150px;
	padding:6px 0px;
	font-size: 11px;
	line-height: 130%;
	letter-spacing:1px;
	font-weight:normal;
}

p.big{
	float:left;
	display:inline;
	clear:left;
	width:450px;
	height:auto;
	margin:0px 0px 0px 200px;
	padding:6px 0px;
	font-size: 18px;
	line-height: 130%;
	letter-spacing:1px;
	font-weight:normal;
}

h1 + p{
	margin:-20px 0px 0px 150px;
}

p + h1{
	margin:20px 0px 0px 150px;
}

ul + h1{
	margin:40px 0px 0px 150px;
}

a:visited, a:active, a:link{
	color:#E31E25;
	text-decoration:none;
}

a:hover{
	text-decoration:underline;
	color:#E31E25;
}

a.hidden:visited, a.hidden:active, a.hidden:link{
	visibility:hidden;
}

img{
	border:0px solid;
}

.logo{
	float:left;
	display:inline;
	width:267px;
	height:77px;
	background:url(../chrome/logo.png) no-repeat;
	margin:40px 0px 0px 30px;
}

.logo:hover{
	background:url(../chrome/logo.png) 0px -77px no-repeat;
}


/*GENERIC CONTAINERS----------------------------------------------------//
Ok, these may not be so generic, as they define the width 							//
oad positioning of the page.																						//
------------------------------------------------------------------------*/
#outer  {
	margin: 0px auto 0px auto;
	padding: 0px;
	width: 940px;
	height: auto;
}

#inner{
	float: left;
	clear: left;
	margin: 10px auto 0px auto;
	padding: 0px;
	width: 940px;
	height: auto;
	display: inline;
}

/*CONTENT AREAS---------------------------------------------------------//
------------------------------------------------------------------------*/
#header{
	float:left;
	display:inline;
	background:url(../chrome/header.jpg) no-repeat;
	margin:0px 0px 0px 0px;
	padding:0px;
	width:980px;
	height:377px;
}

#content{
	float:left;
	display:inline;
	margin:0px 0px 0px 18px;
	padding:0px 0px 0px 0px;
	background:#060709;
	width:100%;
	height:auto;
}

#footer{
	float:left;
	display:inline;
	margin:0px 0px 0px 0px;
	padding:0px 0px 20px 0px;
	background:url(../chrome/footer.jpg) no-repeat;
	height:50px;
	width:980px;
	text-align:right;
}


#content ul{
	float:left;
	display:inline;
	clear:left;
	width:500px;
	height:auto;
	margin:0px 0px 0px 130px;
}

#content ul ul{
	float:left;
	display:inline;
	clear:left;
	width:500px;
	height:auto;
	margin:0px 0px 0px 10px;
}
/*FORM------------------------------------------------------------------//
------------------------------------------------------------------------*/

form{
	float:left;
	display:inline;
	clear:left;
	width:650px;
	height:auto;
	margin:20px 0px 0px 150px;
	padding:0px 0px 10px 0px;
	background:transparent;
}

fieldset{
	float:left;
	display:inline;
	clear:left;
	width:650px;
	height:auto;
	margin:0px 0px 0px 0px;
	background:#3F3533;
}

#terms{
	float:left;
	display:inline;
	width:450px;
	height:150px;
	overflow:auto;
	margin:20px 0px 0px 110px;
	padding:0px 0px 0px 0px;
	border:1px solid #ffffff;
	background:#262221;
}

#terms h1{
	float:left;
	display:inline;
	width:350px;
	margin:0px 0px 0px 10px;
	font-size:18px;
}

#terms ul{
	float:left;
	display:inline;
	width:350px;
	height:auto;
	margin:0px 0px 0px 0px;
}

label{
	float:left;
	display:inline;
	clear:left;
	width:250px;
	height:auto;
	text-align:right;
	padding:0px 8px 0px 0px;
	margin:10px 0px 0px 0px;
}

label.agree{
	float:left;
	display:inline;
	clear:left;
	width:250px;
	height:auto;
	text-align:right;
	padding:0px 8px 0px 0px;
	margin:10px 0px 0px 110px;
}

.sepia{
	color:#ee6f22;
}

.small{
	font-size:10px;
}

input{
	float:left;
	display:inline;
	width:300px;
	margin:10px 0px 0px 0px;
}

input.checkBox{
	float:left;
	display:inline;
	width:30px;
	margin:10px 0px 0px 0px;
}


textarea{
	margin:10px 0px 0px 0px;
	width:300px;
	height:100px;
}

input.submit{
	float:left;
	display:inline;
	clear:left;
	width:150px;
	height:auto;
	margin:10px 0px 0px 250px;
}