/**************************
BODY, HTML
**************************/
*{
  padding:0;
  margin:0; 
  }

html {
	height:100%;
}
body {
	font-family: Arial, Helvetica, sans-serif;
	font-size:12px;
	background-color: #142b51;	
	}
/**********************
STYLES
***********************/
p {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 15px;
	padding-bottom: 5px;
	display: block;
}
h1 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 18px;
	color: #142C50;
	line-height: 22px;
	display: block;
	padding-bottom: 3px;
}
h2 {
	font-size: 14px;
	color: #142C50;
	line-height: 17px;
	display: block;
	padding-bottom: 5px;
}
h3 {
	font-size: 14px;
	line-height: 17px;
	padding-bottom: 5px;
	display: block;
	font-weight: normal;
}
h4 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;	
	color: #993300	}
h5 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #000;
	font-weight: normal;
}
textarea {
	font-family: Arial, Helvetica, sans-serif;	
	}
ul {	
	font-family: Arial, Helvetica, sans-serif;	
	list-style-type: square;	
	list-style-position: outside
	}
a {
	color: #174882;
	text-decoration: underline
}
a:hover {	
	text-decoration: none
	}
/**********************
PIECES
***********************/
#wrapper {
	position: relative;
	margin-right: auto;
	margin-left: auto;
	width: 998px;
	}
#game {
	position: absolute;
	z-index: 999;
	color: #ffffff;
}
#burst {
	height: 95px;
	position: absolute;
	z-index: 999;
	color: #ffffff;
	width: 210px;
	margin-top: 40px;
	margin-left: 765px;
}
#topnav {
	height: 35px;
	padding-left: 24px;
	position: absolute;
	z-index: 999;
	padding-top: 7px;
	color: #ffffff;
	width: 952px;
	float: left;
}
#topnav a {
	color: #174882;
	text-decoration: none
}
#topnav a:hover {	
	text-decoration: none
	}
#allpages_topBKG {
	background-image: url(images/bkg_homepage.jpg);
	background-repeat: no-repeat;
	background-position: left top;
	width: 951px;
	padding-bottom: 50px;
}
#home_bottomBKG {
	background-image: url(images/bkg_homepagebottom.jpg);
	background-repeat: no-repeat;
	background-position: left bottom;
	height: 680px;
}
#allpages_bottomBKG {
	background-image: url(images/bkg_pagebottom.jpg);
	background-repeat: no-repeat;
	background-position: left bottom;
	height: 680px;
	text-align: left;
}
#logo {
	position: absolute;
	z-index: 999;
	margin-left: 765px;
}
/**********LOGIN********/
.formlabels {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 13px;
	padding-right: 10px;
	padding-left: 0px;
	padding-top: 5px;
	padding-bottom: 5px;
}
.entryform {
	width: 280px;
	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: 0px;
	padding-left: 4px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	}
.entryform_nowidth {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: normal;
	background-color: #CCC;
	margin-top: 2px;
	margin-right: 0px;
	margin-bottom: 0px;
	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, .legal p {
	font-family: Arial, Helvetica, sans-serif;
	font-size:12px;
	color: #FFF;
	
}
.legal {
	color: #FFF;
	text-decoration: none;
	font-size: 12px;
}
.legal a {
	color: #fcee21;
	text-decoration: none
}
.legal a:hover {	
	text-decoration: underline
	}
/*******************************
RULES
********************************/
#rulesScroller{
	border:0;
	width:600px;
	overflow : auto;
	height:532px;
	padding-top: 0px;
	padding-right: 4px;
	padding-bottom: 0px;
	padding-left: 0px;
}
/******************************
CONTENT
******************************/
#content {
	color: #000;
	font-size: 12px;
	padding-right: 10px;
	padding-bottom: 10px;
	padding-left: 10px;
}
#content p {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
}
#content h1 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 18px;
	color: #142C50;
	line-height: 22px;
	display: block;
	padding-bottom: 3px;
}
#content h2 {
	font-size: 14px;
	color: #142C50;
	line-height: 17px;
	display: block;
	padding-bottom: 3px;
	font-weight: bold;
}
#content h3 {	
	font-size: 14px;
	line-height: 17px;
	padding-bottom: 5px;
	display: block;
	font-weight: normal;	}
#content h4 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;	
	color: #993300	}
#content ul{
	color: #000;
	text-decoration: none;
	font-size: 12px;
	list-style-position: outside;
	list-style-type: square;
	padding-left: 10px;
	padding-top: 0px;
}
#content li{
	color: #000;
	text-decoration: none;
	font-size: 12px;
	padding-bottom: 4px;
}
/***************************
TOP NAVIGATION
****************************/
a.button_onwhite {
	background: transparent url('images/button_topnav_a.gif') no-repeat scroll top right;
	color: #FFFFFF;
	display: block;
	float: left;
	height: 27px;
	margin-right: 1px;
	padding-right: 10px;
	text-decoration: none;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-style: normal;
	font-weight: bold;
	font-variant: normal;
}

a.button_onwhite span {
	background: transparent url('images/button_topnav_span.gif') no-repeat;
	display: block;
	line-height: 14px;
	padding-top: 5px;
	padding-right: 0;
	padding-bottom: 7px;
	padding-left: 8px;
}
a.button_onwhite:hover {
    background-position: bottom right;
    color: #ffffff;
    outline: none;
}

a.button_onwhite:hover span {
    background-position: bottom left;
    padding-top: 6px;
	padding-right: 0;
	padding-bottom: 7px;
	padding-left: 8px;
}
