/* Main Type Declarations */

body {
	margin: 10px;
	background-color: #fff;
	color: #000;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
}

/* Header styles */

#header {
	height: 100px;
}
#logoholder {
	float: left;
	width: 250px;
	height: 100px;
}
#rightheader {
	float: right;
	width: 530;
	height: 100px;
}
#headerbanner {
	height: 74px;
	width: 530px;
	text-align: right;
}
#headermenuholder {
	height: 20px;
	padding-top: 4px;
	width: 528px;
	border: 1px solid #CCCCCC;
}
#headermenuholder a {
	color: #000;
	font-weight: bold;
	text-decoration: underline;
	margin-left: 30px;
}
#headermenu a:hover {
	text-decoration: none;
}

/* Page styles */

#pageholder {
	width: 780px;
	margin: 0px auto 0px auto;
}
#pagearea1 {
	clear: both;
}
#pagearea2 {
	float: right;
	width: 530px;
}

/* Menu Stypes */

#menuholder {
	float: left;
	width: 250px;
}
.menuitem a {
	background-image: url(images/menu_background.jpg);
	background-position: bottom left;
	background-repeat: repeat-x;
	font-size: 14px;
	font-weight: bold;
	color: #C80402;
	text-decoration: none;
	padding: 13px 10px 13px 10px;
	display: block;
	border-left: 1px solid #CCCCCC;
	border-right: 1px solid #CCCCCC;
}
.menuitem a:hover {
	color: #FF0000;
	text-decoration: underline;
}
.menuarea {
	padding: 5px;
	border-left: 1px solid #CCCCCC;
	border-right: 1px solid #CCCCCC;
	border-bottom: 1px solid #CCCCCC;
}
.menuemailhead {
	color: #8D0301;
}
.menuemailtext {
	font-size: 10px;
}
.kenowinners {
	padding: 3px 5px 3px 5px;
	font-size: 10px;
	font-weight: bold;
}

/* Footer Styles */

#footer {
	height: 33px;
	background-image: url(images/footer_background.jpg);
	background-position: top left;
	background-repeat: repeat-x;
	clear: both;
	margin-top: 5px;
}
#copyright{
	text-align: center;
	padding: 5px;
	font-weight: normal;
	font-size: 10px;
	color: #333333;
	text-align: center;
}
#footermenu {
	text-align: center;
	font-size: 10px;
	color: #FFFFFF;
	padding: 5px 5px 2px 5px;
	width: 520px;
	float: right;
}
#footermenu a {
	font-weight: bold;
	text-decoration: underline;
	color: #FFFFFF;
}
#footermenu a:hover {
	text-decoration: none;
}
#partners {
	text-align: center;
	padding: 10px 5px 5px 5px;
	font-weight: normal;
	font-size: 10px;
	color: #333333;
	text-align: center;
}

/* Content Styles */

#homepagegraphic {
	background-color: #ABABAB;
	padding-bottom: 10px;
}
.contentarea {
	margin: 10px;
	border: 1px solid #CCCCCC;
	padding: 15px 5px 5px 5px;
	background-image: url(images/content_header.jpg);
	background-position: top left;
	background-repeat: no-repeat;
	min-height: 34px;
}
.pagebanner {
	text-align: center;
	padding: 0px 0px 5px 0px;
}

/* Standard HTML styles */

a {
	color: #C80402;
	font-weight: normal;
	text-decoration: underline;
}
a:hover {
	color: #FF0000;
}
a:visited {
	color: #990000;
}
h1 {
	font-size: 12px;
	font-weight: normal;
	color: #666666;
	text-align: center;
	margin: 0px;
	padding: 0px 0px 2px 0px;
}
h2 {
	color: #8D0301;
	font-size: 18px;
	font-weight: normal;
	border-bottom: 1px solid #CCCCCC;
}
h3 {
	color: #8D0301;
	font-size: 16px;
	font-weight: normal;
	border-bottom: 1px solid #CCCCCC;
}
h4 {
	color: #8D0301;
	font-size: 14px;
	font-weight: normal;
	border-bottom: 1px solid #CCCCCC;
}
table.display {
	background-color: #8D0301;
}
td.display {
	background-color: #FAB1A0;
}
th {
	font-weight: bold;
	color: #FFFFFF;
}

/* Custom styles */

.left {
	float: left;
}
.right {
	float: right;
}
div.kenoball {
	height: 26px;
	width: 32px;
	padding-top: 9px;
	background-image: url(images/keno_ball.gif);
	background-position: top left;
	background-repeat: no-repeat;
	text-align: center;
	font-weight: bold;
	float: left;
}
.redbold {
	color: #FF0000;
	font-weight: bold;
}
.winners {
	padding: 0px 0px 10px 0px;
	border-bottom: 1px dotted #666666;
}