html
{
	height:  100%;
}

body
{
	height: 100%;
	font-family: Arial, Verdana, sans-serif;
	font-style: normal;
	font-weight: normal;
	margin:  0;
	padding: 0;
	border:  0;
	color: #000000;
	font-size: medium;
	background-color: #ffffff;
}

h1, h2, h3 { font-family: "Trebuchet MS", Verdana,  Arial, sans-serif; 
	font-weight: bold;
	font-size: 120%;
}

A
{
	text-decoration: none;
	font-weight: normal;
	color:  green;
}

A:hover
{
	text-decoration: underline;
	color: red;
}


#banner_left
{
	position: absolute;
	top: 2px;
	left: 20px;
	z-index: 3;
}

#banner_right
{
	position: absolute;
	top: 2px;
	right: 20px;
	z-index: 2;
}

#sponsors
{
	position: absolute;
	width: 22%;
	top: 113px;
	right: 20px;
	z-index: 2;
}

#banner_fill
{
	position: absolute;
	top: 2px;
	left: 3%;
	width: 94%;
	z-index: 1;
	background-image: url( images/benny_banner-state_02.gif );
	background-repeat:  repeat-x;
}
#fullpage
{
	position: relative;
	height: 100%;
	padding: 0;
	margin: 0 20px 0 20px;
	top: 145px;
	background-position: 0 0;
	min-height: 100%;
	background-color: #ffffff;
}

#leftnavigation
{
	float: left;
	margin: 0;
	width: 146px;
	background-color: #000040;
	z-index: 3;
	padding: 0;
/*
	line-height: 0;
*/
	min-height: 100%;
}

#rightnavigation
{
	float: right;
	margin: 0;
	width: 22%;
	color: #555;
	height: 100%;
	padding: 0px 1% 0 1%;
	margin-top: 10px;
	border-left: Solid 2px #cc9900;
	z-index: 3;
	font-size: small;
	line-height: normal;
	font-variant: normal;
}

#rightnavigation h3
{
	color: #000;
	font-weight: bold;
	margin: 5pt 0 5pt 0;
}


#rightnavigation ul
{
	list-style: none;
	padding: 3pt 0 3pt 5pt;
	margin: 0pt;
}
#rightnavigation li
{
	padding-bottom:  5pt;
}

#rightnavigation table
{
	padding: 0px;
	padding-bottom: 12px;
	margin: 0px;
	width: 100%;
}

#rightnavigation table td
{
	border-bottom: gray;
	border-width: 0 0 1pt 0;
	border-style: none none solid none;
	padding: 2px;
}

#partnerlist table
{
	padding: 0px;
	padding-bottom: 12px;
	margin: 0px;
	width: 100%;
}

#partnerlist table td
{
	border-bottom: gray;
	border-width: 0 0 1pt 0;
	border-style: none none solid none;
	padding: 2px;
	vertical-align: top;
}

table.results th
{
	border-bottom: gray;
	border-width: 0 0 1pt 0;
	border-style: none none solid none;
}

table.results td
{
	padding: 6px;
	vertical-align: top;
}


#content 
{
	z-index: 2;
	margin: 0 0 0 0px;
	padding: 10px 15px 4in 15px;
	border-left: Solid 146px #000040;
}

#content.twocol
{
	margin: 0px 24% 0 0px;
}

#content A:visited
{
	color: #666633;
}


UL.main_menu
{
	width: 146px;
	padding: 0;
	margin: 0;
}

UL.main_menu A
{
	font-weight: bold;
	padding: 3px 10px 3px 10px;
	text-decoration: none;
	color: #CC0;
	margin: 0;
	display: block;
}

UL.main_menu A:hover
{
	text-decoration: none;
	background-color: #aa6600;
	color: #ffff88;
}

UL.main_menu UL A:visited
{
/*	color: #444444;*/
}

UL.main_menu LI
{
	list-style: none;
	line-height: 100%;
	padding: 3pt 0 3pt 0;
	margin: 0pt;
}

UL.main_menu UL
{
	display: none;
	border-top: Solid thin #777799;
	margin: 0;
	padding: 2px 0 2px 20px;
	background-color: #9999BB;
}

UL.main_menu UL LI
{
	margin: 0;
	padding: 0;
	border-style: none;
	background-color: #9999BB;
	text-align: left;
}

UL.main_menu UL A { font-size: 90%;
	color: #ffffff;
}


#news
{
	border-bottom: Solid 1pt #cc9900;
	padding: 5pt 20pt 5pt 20pt;
/*	margin: 5pt 20pt 5pt 20pt;
*/
	overflow: auto;
}

#news.noborder
{
	border: 0;
}

#news.twocol
{
	border: 0;
	padding: 0;
	margin: 0;
	width: 100%;
/*	border: solid 1pt black;*/
}

#news.leftcol
{
	float: left;
	border: 0;
	width: 42%;
	padding: 1em 1em 1em 1em;
/*	border-left: Solid 1pt #cc9900;
	border-right: Solid 1pt #cc9900;
*/
}

#news.rightcol
{
	float: left;
	border: 0;
	width: 42%;
	padding: 1em 1em 1em 1em;
	border-left: Solid 1pt #cc9900;
/*	border-right: Solid 1pt #cc9900;
*/
}

#news h3
{
	text-align: center;
}

#news h4
{
	text-align: center;
	font-size: larger;
	font-weight: bold;
	margin: 0;
}

#news h2
{
	text-align: left;
	font-weight: bold;
	margin: 0;
}


#annotation { font-size: small; color: #888; }


#news.subnews
{
	border: 0;
}

#news.subnews h3
{
	text-align: left;
	color: white;
	background-color:  #cc9900;
	font-size: larger;
	font-weight: bold;
	margin: 0;
	padding-left: 10pt;
}

h3.tablecaption
{
	text-align: left;
	color: white;
	background-color:  #cc9900;
	font-size: larger;
	font-weight: bold;
	margin: 0;
	padding-left: 10pt;
}




.right { float: right; }
.left { float: left; }
.clear { clear:both; line-height: 0; padding: 0; margin:0;}

.caption {
	margin: 5px;
	padding: 5px;
	text-align: center;
}

.blockindent
{
	display: block;
	padding-left: 140px;
	text-align: left;
}

#tourney
{
	border-bottom: Solid 2pt #cc9900;
	padding: 10pt 20pt 10pt 20pt;
	margin: 0 10pt 0 10pt;
}
#tourney_info
{
	padding-top: 4pt;
	padding-left:  20pt;
}

