*{
	margin:0;
	padding:0;
}
html{
	height:100%;
	overflow-y: scroll; 
}
body{
	background:#2e565c url(../images/bodybg.gif) repeat-y top center;
	text-align:center;
	font:11px Verdana,sans-serif;
	color:#4e4b44;
	height:100%;
}
#container{
	text-align:left;
	margin:0 auto;
	width:800px;
	height:100%;
}

/* FooterStickAlt */
#nonfooter{
	position:relative;
	min-height:100%;
}
* html #nonfooter{
	height:100%;
}
#footer{
	position:relative;
	margin-top:-50px;
	height:50px;
}

/* Header */
#header{
	height:100px;
	background:transparent url(../images/headerbg.gif) no-repeat top center;
}

/* Footer */
#footer{
	color:#eee;
	background:transparent url(../images/footerbg.gif) no-repeat bottom center;
	text-align:center;
}
#footer p{
	padding-top:7px;
	line-height:18px;
}
#footer p a{
	text-decoration:none;
	color:#ffffff;
}
#footer p a:hover{
	color:#ffffff;
}

/* Content */
#content{
	padding:0 0 75px 0;
}
#cright{
	width:585px;
	float:right;
	padding:5px 10px 0 15px;
}
#cleft{
	width:160px;
	float:left;
	padding:15px 15px;
}
.clearboth{
	clear:both;
}

/* Right Column / Main Content Area */
/* News */
.news p.newsSubject {
	font: bold 13px Verdana,sans-serif;
	margin-bottom: 0px;
	padding: 0px;
}

.news p.newsDate {
	font-size: 11px;
	color: rgb(100,100,100);
	margin: 0px;
	padding: 0px;
}

.news p.newsText {
	border-bottom: 1px solid rgb(100,100,100);
	padding-bottom: 10px;
}

/* Headers and Paragraphs */
#cright h1{
	font:26px Verdana,sans-serif;
	color:#4e4b44;
	margin:15px 0 5px 0;
}
#cright h2{
	font:23px Verdana,sans-serif;
	color:#ffffff;
	background-color:#2e565c;
	margin:15px 0 15px 0;
	padding:3px 3px 3px 5px;
}
#cright h3{
	font:18px Verdana,sans-serif;
	color:#2e565c;
	margin:20px 0 10px 0;
}
#cright h4{
	font:16px Verdana,sans-serif;
	color:#2e565c;
	margin:5px 0 5px 0;
}
#cright .normalText p{
	color:#000000;
	text-align:justify;
}
#cright p{
	margin:10px 0 10px 0;
	line-height:20px;
}

/* Links, Acronyms, Special, etc. */
#cright a{
	color:#2E565C;
}
#cright a:hover{
	text-decoration:none;
}

/* Forms */
#cright form label{
	display:block;
	color:#000000;
	margin-bottom:5px;
}
#cright form input{
	border:1px solid #aaa;
	background-color:#f9f9f9;
	font:12px Verdana,sans-serif;
	color:#4e4b44;
	padding:2px 3px;
}
#searchfield{
	background-color:#ffffff;
	color:#000000;
}
#cright form input.buttons{
	cursor:pointer;
	border:1px solid #aaaaaa;
}
#cright form textarea{
	border:1px solid #aaaaaa;
}

/* Left Column */
/* Nav */
#nav{
	list-style-type:none;
	
}
#nav li{
	vertical-align:bottom;
}
#nav li a{
	display:block;
	width:150px;
	padding:9px 5px;
	border-bottom:1px solid #ddd;
	text-decoration:none;
	color:#ffffff;
}
#nav li a.active{
	font-weight:bold;
	color:#ffffff;
}
#nav li a:hover{
	color:#ffffff;
}

/* Sidebar */
#sidebar a{
	color:#ffffff;
	font:14px Verdana,sans-serif;
	text-decoration:none;
}
#sidebar a:hover{
	text-decoration:underline;
}
#cleft h1{
	font:18px Verdana,sans-serif;
	color:#f0f0f0;
	margin:15px 0 5px 0;
	border-bottom:1px solid #ddd;
}
#sidebar ul{
	margin:5px 0 0 5px;
	list-style-type:none;
}
#sidebar ul li{
	margin-top:8px;
}
#sidebar ul li a{
	padding-left:12px;
}
#current{
	background-image:url(../images/menu1.gif);
	background-repeat: no-repeat;
	background-position: left center;
}
#sidebar ul li a:hover{
	color:#66ebff;
}

/* Score */
tr.bold td {
	font-weight:bold;
	background-color: rgb(250, 250, 250);
}

table.scoreTable {
	border: 1px solid rgb(0, 0, 0);
	border-collapse: collapse;
	color: rgb(0, 0, 0);
	background-color: rgb(240, 240, 240);
	margin-top: 8px;
	margin-bottom: 8px;
	width: 100%;
	font-size: 11px;
}
table.scoreTable th {
	border: 1px solid rgb(0, 0, 0);
	background-color: rgb(210, 210, 210);
	padding-left: 3px;
	padding-right: 3px;
	padding-top: 2px;
	padding-bottom: 2px;
}
table.scoreTable td {
	border: 1px solid rgb(0, 0, 0);
	padding-left: 3px;
	padding-right: 3px;
	padding-top: 2px;
	padding-bottom: 2px;
}
#cright table.scoreTable td a {
	color: #2E565C;
}
table.scoreTable td.win {
	background-color: #80ff80;
}
table.scoreTable td.lose {
	background-color: #ff8080;
}
table.scoreTable td.timeout {
	background-color: #ffff00;
}
.play {
	display: block;
	margin-left: auto;
    	margin-right: auto;
}

.notfound {
	color: #ff0000;
}

/* How to play */
img.items {
	float: left;
	text-align: left;
	margin-right: 10px;
}
div.itemDiv {
	clear: both;
   	overflow: hidden;
   	padding-bottom: 10px;   	
}
p.itemP {
	margin: 0;
	padding: 0;
}
span.italic {
	font-weight: bold;
}

div#navisearchplayer #navisearchfield {
	color: #000000;
}

div#navisearchplayer form label{
	display:block;
	color:#000000;
	margin-bottom:5px;
}
div#navisearchplayer form input{
	border:1px solid #242f33;
	background-color:#f9f9f9;
	font:12px Verdana,sans-serif;
	color:#4e4b44;
	padding:2px 3px;
	margin-left: 9px;
}
#navisearchfield{
	background-color:#ffffff;
	color:#000000;
	margin-left: 9px;
	width: 120px;	
}
div#navisearchplayer form input.buttons{
	cursor:pointer;
	border:1px solid #242f33;
}
div#navisearchplayer form textarea{
	border:1px solid #242f33;
}

table.linkTable {
	color: rgb(0, 0, 0);
	background-color: rgb(255, 255, 255);
	margin-top: 5px;
	margin-bottom: 5px;
	width: 100%;
	font-size: 11px;
}
table.linkTable td {
	padding-top: 2px;
	padding-bottom: 2px;
	text-align: center;
	width: 25%;
}
#cright table.linkTable td a {
	color: #2E565C;
}
table.linkTable td.emphasize {
	font-weight:bold;
}
div.centeredtext {
	text-align: center;
	margin-top: 10px;
}
