﻿body {
	font-family: Arial;
	font-size: 12pt;
	color: #FFFFFF;
	background-color:#00A650;
}
#maintable {
	width: 94%;
	margin-left:3%;
	background-color:#00A650;
	border: 2px solid #000000;
}
#featured {
	padding: 10px;
	color: #FFFFFF;
	font-weight: bold;
	text-align: center;
	background-color: #000000;
/*	border: 2px solid #000000;*/
	width: 270px;
}
#navigationtable {
	width:100%;
	font-size:9pt;
	text-align:center;
	height: 30px;
	font-weight:bold;
	white-space:nowrap;
}
.navcell {
	width: auto;
	background-image:url('images/nav_back.gif');
	background-position:center center;
	background-repeat: repeat-x;

}
.navcell a {
	color: #FFFFFF;
	text-decoration:none;
}
.navcell a:visited {
	color:#EEEEEE;
}
.navcell a:hover {
	color: #333333;
}
.navcell:hover {
	background-image:url('images/nav_back_over.gif');
	background-position:center center;
	background-repeat: repeat-x;
}
#mainbody {
	background-image:url('images/logo.gif');
	background-position:right bottom;
	background-repeat: no-repeat;
	padding: 15px;
	vertical-align:top;

}
#mainbody h1 {
	font-size: 20pt;
	text-decoration:underline;
}
#mainbody h2 {
	width: 400px;
	height: 30px;
	background-position: left center;
	font-size: 18pt;
	color: #800000;
	background-image: url('images/h2.gif');
	background-repeat: no-repeat;
	padding-left:40px;
}
#mainbody h3 {
	font-size: 16pt;
}
#mainbody a {
	text-decoration:none;
	font-weight:bold;
	color:#DDDDDD;
}
#mainbody a:hover {
	text-decoration:underline;
	color: #BBBBBB;
}

.infotable {
	border: 2px solid #000000;
}
.infotable a {
	color: #000000;
	font-size:9pt;
	text-align:center;
}
.infotable th {
	color: #000000;
	font-size:9pt;
	text-decoration:underline;
	text-align:center;
	padding:3px;
	height: 40px;
	border-bottom: 1px #000000 solid;
}
.infotable td {
	color: #000000;
	font-size:8pt;
	text-align:center;
	padding:3px;
	border-bottom: 1px #000000 dotted;
}
.infotable th {
	font-size: 11pt;
	font-weight:bold;
	color: #FFFFFF;
	
}
.leftbanner {
	padding: 15px;
	text-align:center;
	vertical-align: top;
}
#footer a:hover {
	font-size: 8pt;
	font-weight: bold;
	text-decoration:none;
	color:#FFFFFF;
}
#footer a {
	font-size: 8pt;
	font-weight: bold;
	text-decoration:none;
	color:#FFFFFF;
}
#footer {
	font-size: 8pt;
	font-weight: bold;
	text-decoration:none;
	color:#FFFFFF;
}
.casino {
	width: 96%;
	margin-left:2%;
	border-color:#888888;	
	font-size:9pt;
	vertical-align:top;
}
.casino th {
	font-size:11pt;
	font-weight:bold;
	text-decoration:underline;
	background-color:#009933;
	height: 40px;
	vertical-align:middle;
	border-bottom: 2px solid #000000;
}
img {
	border:none;
}
#linkstable {
	 border:none;
	 width:94%;
	 margin: 0 auto;
	 text-align:center;
}
#linkstable td {
	padding: 10px;
	width: 50%;
	vertical-align:top;
	border: 2px double #bbbbbb;
}

#linkstable .linktitle {
	font-size: 12pt;
	color: #ffffff;
	text-decoration: none;
}
#linkstable .linktitle:hover {
	text-decoration: underline;
	color: #0000FF;
}
.linktext {
	font-size: 10pt;
	color: #ffffff;
	
}
#articles {
	width: 94%;
	margin: 0 auto;
}
#articles li {
	list-style-type: none;
	text-align: justify;
	font-size: 10pt;
	border: 1px solid #fff;
	padding: 5px 10px;
}
#articles h2 {
	width: 100%;
	text-align: left;
}
#articles a {
	text-decoration: underline;
	color: #ffffff;
}
.gbox {
	float: right;
	width: 200px;
	font-size: xx-small;
	display: block;
}
