/**************************
BODY, HTML
**************************/
*{
  padding:0;
  margin:0; 
  }

html {
	height:100%;
}
body {
	font-family: Arial, Helvetica, sans-serif;
	background-color: #000000;
	color: #ffffff;
	background-image: url(images/pagebkg.jpg);
	background-repeat: no-repeat;
	background-position: center top;
	}
/**********************
STYLES
***********************/
p {
	font-family: Arial, Helvetica, sans-serif;
	
}
h1 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 17px;
	color: #fff;
	line-height: 20px;
	display: block;
	padding-bottom: 3px;
}
h2 {
	font-size: 15px;
	color: #d8751f;
	line-height: 17px;
	display: block;
	padding-bottom: 3px;
}
h3 {	
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;		
	color: #993300	}
h4 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;	
	color: #993300	}
textarea {
	font-family: Arial, Helvetica, sans-serif;	
	}
ul {
	font-family: Arial, Helvetica, sans-serif;
	list-style-type: square;
	list-style-position: outside;
	padding-top: 5px;
	}
li {	
	font-family: Arial, Helvetica, sans-serif;	
	list-style-type: square;	
	list-style-position: outside;
	padding-bottom: 5px;
	}
a {
	color: #d8751f;
	text-decoration: none
}
a:hover {	
	text-decoration: underline
	}
/**********************
PIECES
***********************/
#wrapper {
	margin-right: auto;
	margin-left: auto;
	width: 950px;
	}
/**********LOGIN********/
.entryfield {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: normal;
	background-color: #CCC;
	width: 250px;
	margin-top: 2px;
	margin-right: 0px;
	margin-bottom: 1px;
	margin-left: 0px;
	height: 18px;
	vertical-align: middle;
	padding-top: 5px;
	padding-right: 1px;
	padding-bottom: 1px;
	padding-left: 4px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	}
.entryfield_nowidth {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: normal;
	background-color: #CCC;
	margin-top: 2px;
	margin-right: 0px;
	margin-bottom: 1px;
	margin-left: 0px;
	height: 18px;
	vertical-align: middle;
	padding-top: 5px;
	padding-right: 1px;
	padding-bottom: 1px;
	padding-left: 4px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	}
.warning {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	background-repeat: no-repeat;
	line-height: 13px;
	color: #FF0000;
	font-weight: bold;
	display: block;
	padding-bottom: 5px;
}
.clear {
	clear: both;
	padding-top: 1px;
}
/*******************************
BOTTOM LEGAL
********************************/
#legal {
	font-family: Arial, Helvetica, sans-serif;
	font-size:11px;
	color: #666666;
	padding-top: 30px;
	padding-left: 218px;
	width: 732px;
	text-align: left;
}
#content {
	font-size:12px;
	text-align: left;
}
#content p{
	font-size:12px;
	text-align: left;
	display: block;
	padding-bottom: 6px;
}
#rulesScroller{
	border:0;
	height:460px;
	width:945px;
	overflow : auto;
	padding-top: 0px;
	padding-right: 4px;
	padding-bottom: 0px;
	padding-left: 0px;
}

