body {
	margin: 10px 0px;
	background-color: #236B26;
	color: #000000;
}

/* General styles */
p, li	{ 
	font-family: Verdana, Helvetica, Tahoma, Arial, Sans-Serif;
	font-size: 12px;
	margin-top: 10px;
}

.cssHeader	{
	font-family: Verdana, Helvetica, Tahoma, Arial, Sans-Serif;
	font-size: 14px;
	font-style: normal;
	font-weight: bold;
	color: #236B26;
	text-decoration: none;
}

.cssBodyBoldColor1	{
	font-family: Verdana, Helvetica, Tahoma, Arial, Sans-Serif;
	font-size: 12px;
	line-height: normal;
	font-style: normal;
	font-weight: bold;
	color: #236B26;
	text-decoration: none;
}

.cssBodyLink	{
	font-family: Verdana, Helvetica, Tahoma, Arial, Sans-Serif;
	font-size: 12px;
	line-height: normal;
	font-style: normal;
	font-weight: normal;
	color: #236B26;
	text-decoration: underline;
}

A.cssBodyLink:hover	{
	font-family: Verdana, Helvetica, Tahoma, Arial, Sans-Serif;
	font-size: 12px;
	line-height: normal;
	font-style: normal;
	font-weight: normal;
	color: #FFCC00;
	text-decoration: normal;
}

.cssBodyBold	{
	font-family: Verdana, Helvetica, Tahoma, Arial, Sans-Serif;
	font-size: 12px;
	font-style: normal;
	font-weight: bold;
	color: #000000;
}

/* Style for casino name heading */
.cssHeading {
	font-weight: bold;
	color: #FFFFFF;
	border-top: 1px solid #103212;
	border-left: 1px solid #103212;
	border-right: 1px solid #A4C697;
	border-bottom: 1px solid #A4C697;
	width: 745px;
	height: 43px;
	background: url('../images/header.jpg');
}

.cssTitle	{
	font-family: Garamond, Century, Times New Roman;
	font-size: 26px;
	font-style: normal;
	font-weight: bold;
	color: #FFFFFF;
	text-decoration: none;
}

/* Styles for top and bottom navigation */
.cssNavigationTop, .cssNavigationBottom {
	 margin: 5px 0px;
	 text-align: center;
	 clear: both;
}

.cssVNavLink	{
	font-family: Verdana, Helvetica, Tahoma, Arial, Sans-Serif;
	font-size: 14px;
	font-style: normal;
	font-weight: bold;
	color: #FFFFFF;
	text-decoration: none;
	padding: 0px 35px;
}

A.cssVNavLink:hover	{
	font-family: Verdana, Helvetica, Tahoma, Arial, Sans-Serif;
	font-size: 14px;
	font-style: normal;
	font-weight: bold;
	color: #FFCC00;
	text-decoration: none;
}

/* Styles for content boxes in the middle of page */
.cssMainContainerLeft {
	float: left;
	width: 576px;
	height: 373px;
}

.cssMainContainerRight {
	float: right;
	border-top: 1px solid #103212;
	border-left: 1px solid #103212;
	border-right: 1px solid #A4C697;
	border-bottom: 1px solid #A4C697;
	width: 164px;
	height: 368px;
	background-color: #699A59;
}

.cssMainBox1 {
	border-top: 1px solid #103212;
	border-left: 1px solid #103212;
	border-right: 1px solid #A4C697;
	border-bottom: 1px solid #A4C697;
	width: 576px;
	height: 256px;
	background-color: #FFFFFF;	
}

.cssMainBox2 {
	border-top: 1px solid #103212;
	border-left: 1px solid #103212;
	border-right: 1px solid #A4C697;
	border-bottom: 1px solid #A4C697;
	width: 576px;
	background-color: #699A59;
	padding-top: 5px;
	margin-top: 5px;
}

.cssMainBox2 td {
	text-align: center;
	background: url('../images/hBoxBack.gif');
	background-repeat: no-repeat;
}

.cssWinBox {
	text-align: center;
	padding-top: 8px;
}

/* Style for footer div layer */
.cssFooter {
	border-top: 1px solid #103212;
	border-left: 1px solid #103212;
	border-right: 1px solid #A4C697;
	border-bottom: 1px solid #A4C697;
	width: 745px;
	height: 200px;
	padding-top: 5px;
	vertical-align: middle;
	text-align: center;
}

.cssFootnote	{
	font-family: Verdana, Helvetica, Tahoma, Arial, Sans-Serif;
	font-size: 10px;
	font-style: normal;
	font-weight: normal;
	color: #FFFFFF;
	text-align: left;
	text-decoration: none;
	padding: 10px 5px 5px 5px;
	margin: auto;
}

.cssFooterLink	{
	font-family: Verdana, Helvetica, Tahoma, Arial, Sans-Serif;
	font-size: 10px;
	font-style: normal;
	font-weight: normal;
	color: #FFFFFF;
	text-decoration: underline;
	vertical-align: middle;
}

A.cssFooterLink:hover	{
	font-family: Verdana, Helvetica, Tahoma, Arial, Sans-Serif;
	font-size: 10px;
	font-style: normal;
	font-weight: normal;
	color: #FFCC00;
	text-decoration: underline;
	vertical-align: middle;
}

/* Download page styles */
.cssMainDloadContainer {
	border-top: 1px solid #103212;
	border-left: 1px solid #103212;
	border-bottom: 1px solid #A4C697;
	width: 745px;
	height: 500px;
	background-color: #699A59;
}

.cssDloadLeft {
	float: left;
	width: 575px;
	height: 100%;
	background-color: #FFFFFF;
	padding-left: 5px;
}

.cssDloadRight {
	float: right;
	width: 160px;
	height: 100%;
}

.cssDloadBox {
	border: 2px solid #236B26;
	padding: 0px 10px;
}