html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, font, img, ins, kbd, q, s, samp, small, strike, sub, sup, tt, var, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-weight: inherit;
	font-style: inherit;
	font-size: 100%;
	font-family: inherit;
	background-image: transparent;
}

:focus {
	outline: 0;
}
body {
	line-height: 1;
}
ol, ul {
	list-style: none;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}
caption, th, td {
	text-align: left;
	font-weight: normal;
}
blockquote:before, blockquote:after, q:before, q:after {
	content: "";
}
blockquote, q {
	quotes: "" "";
}
body {
	margin:20px;
	padding:0;
	height:100%;
	background-color:#ffffff;
	color:#303030;
	text-align:center;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:14px;
}
a {
	color:#000;
	text-decoration:underline;
}
a:hover {
	color: #000;
	text-decoration:underline;
}
ul {
	margin:0 0 0 20px;
	list-style-type:disc;
}
li {
	margin:4px 0 5px 10px;
}
blockquote {
	margin:1em;
	padding:.5em;
	background-color:#eeeeee;
	border-top:1px solid #cccccc;
	border-bottom:1px solid #cccccc;
}
blockquote p {
	margin:.2em;
}
#container {
	margin:0 auto 0 auto;
	padding:0;
	width:850px;
	text-align:left;
	vertical-align: middle;
	background-color:#ffffff;
	background-image: url(../../images/wrapper.jpg);
	background-repeat: repeat-y;
}
#header {
	margin:0;
	padding:0;
	height:155px;
	background-image:url(../../images/nationheader.jpg);
	background-repeat: no-repeat;
	text-align: center;
	position: relative;
}
#header h1 {
text-indent:-9000px;
	margin:0;
	padding:20px 0 0 20px;
	font-size:1.8em;
	letter-spacing:.1em;
	color:#ffffff;
	font-weight:lighter;
}
#header h2 {
text-indent:-9000px;
	margin:0;
	padding:0 0 0 20px;
	font-size:.9em;
	font-weight:lighter;
	letter-spacing:.1em;
	color:#eeeeee;
}
#leftColumn {
  margin-left: 5px;
	float:left;
	padding:0;
	width:160px;
	font-size:.9em;
}
#leftColumn p {
	padding:10px
}
#leftColumn h2 {
	margin:0;
	padding:10px 0 0 10px;
	font-size:1.1em;
}
#leftColumn ul {
	margin:0 0 0 0;
	list-style:none;
}
#leftColumn li {
	margin:4px 0 2px 3px;
}
#leftColumn li a {
	text-decoration: none; 
	display:block; 
	background-color:#006600;
	border-right: #CCCCCC solid 1px;
	border-top: #CCCCCC solid 1px;
	border-bottom: #CCCCCC solid 1px;
	color: #ffffff;
	width: 150px;
	height: 20px;
	padding:5px;
	margin-left:6px;
}
#leftColumn li a:hover {
	text-decoration: underline; 
	display:block;
	border-right: #CCCCCC solid 1px;
	border-top: #CCCCCC solid 1px;
	border-bottom: #CCCCCC solid 1px;
	background-color: #002200;
	color: #FFF;
	width: 150px;
	height: 20px;
	padding:5px;
}
.amhere {
	font-weight: bold;
}
#centerColumn {
	margin:0 10px 0 180px;
	border-left: #CCCCCC solid 1px;
	padding-left:20px;
	padding-right:20px;
	font-size: 12px; 
	line-height:1.4;
}
#centerColumn p {
  padding-top:5px;
	padding-bottom:5px;
}
#centerColumn h1 {
	color: #000;
}
#centerColumn h2 {
	margin:0;
	padding:10px 0 5px 0;
	font-size:20px;
	color: #000;
	font-weight:bold;
}
#centerColumn h3 {
	margin:0;
	font-size:18px;
	padding-top: 10px;
	padding-right: 0;
	padding-bottom: 10px;
	padding-left: 0;
	color: #000;
	font-weight:bold;	
}
#footer {
	position:relative;
	bottom:0;
	margin:80px 0 0 0;
	padding:0;
	height:60px;
	line-height:60px;
	text-align:center;
	font-size:.7em;
	background-image:url(../../images/footer.jpg);
}
/*contact us*/
#contact label {
	float: left;
	width: 120px;
	margin-top:4px;
}
#contact input, #contact textarea {
	width: 280px;
	margin-bottom: 5px;
	padding:3px;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:14px;
}
#contact textarea {
	width: 250px;
	height: 150px;
}
input#submitbutton {
	/*
	margin-left: 0px;
	margin-top: 5px;
	border: 1px #000000 solid;
	background-color: #003da1;
	color:#FFFFFF;
	padding:5px;
	font-size:18px !important;
	font-weight:bold !important;
	*/
	width: auto;
}

td {
	padding: 5px;
	font-size: 10px;
}
th {
	font-weight: bold;
	padding: 5px;
	background-color:#666666;
	color: #ffffff;
}
table {
	border: 1px solid #000033;
}


/*stats*/

 #mainstats {
 background-color: #ffffff;
 }

 

#mainstats td{
	padding: 1px;
	margin: 0;
	background-color: #ffffff; 
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #000000;
}

/*
input.loginBtn {
border: 1px #000000 solid;
	background-color: #FF9933;
	color:#FFFFFF;
	padding:3px;
	font-size:22px;
	font-weight:bold;
}
*/
#jointerms { width:auto !important; float:left !important; margin-right:10px !important; }


/**
 * Bingo Nation over-rides
 * @author Martin Bean
 */
body {
	font-family: 'Trebuchet MS', Verdana, sans-serif;
	margin-top: 0;
}
#header {
	background-position: 50% 0%;
}
#leftColumn ul li a:link, #leftColumn ul li a:visited {
	color: #000;
	font-weight: bold;
	background: #fc0;
	height: auto;
	padding: 7px 0 7px 10px;
	border: none;
}
#leftColumn ul li a:hover, #leftColumn ul li a:active {
	color: #fff;
	text-decoration: none;
	background: #c60;
}