body,td,th
{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #555555;
}

body
{
	background-color: #FFFFFF;
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	background-image: url(../img/pub/main_background.jpg);
	background-repeat: repeat-x;
}

#header
{
	width: 780px;
	height: 279px;
}

#header_banner
{
	width: 780px;
	height: 213px;
	margin: 66px 0px 0px 0px;
	z-index: 1;
	background-color: #009900;
	position: absolute;
	overflow: hidden;
}

#footer
{
	background-image: url(../img/pub/footer_back.jpg);
	background-repeat: repeat-x;
	height: 44px;
	width: 100%;
 }

#FooterContainer
{
	background-image: url(../img/pub/footer.jpg);
	background-repeat: no-repeat;
	width: 780px;
	height: 44px;
	padding: 10px 0px 0px 200px;
}

#logo
{
	width: 195px;
	height: 84px;
	z-index: 2;
	margin: 20px 0px 0px 10px;
	background-color: #FFFFFF;
	position: absolute;
	overflow: hidden;
}

#login
{
	width: 195px;
	height: 202px;
	z-index: 3;
	margin: 104px 0px 0px 10px;
	background-color: #FF9900;
	position: absolute;
	overflow: hidden;
}

.section_header {
	border-top: 3px solid #ffffff;
	border-bottom: 1px solid #ffffff;
	padding: 5px 5px 5px 5px;
	background-color:#bbbbbb;
	width: 185px;
	opacity: .50;
	filter: alpha(opacity=50);
	-moz-opacity: .50;
	overflow: hidden;

}

.section_title
{
	border-left: 5px solid #FFFFFF;
	font-family: Arial;
	font-size: 18px;
	font-weight: bold;
	color: #FFFFFF;
	margin: 0px 0px 0px 10px;
	padding: 0px 0px 0px 10px;
}

#news
{
	width: 195px;
	z-index: 100;
	margin: 2px 0px 0px 10px;
	background-color: #404040;
	/*_width: 191px;*/
}

#links
{
	width: 195px;
	z-index: 100;
	margin: 2px 0px 0px 10px;
	background-color: #404040;
}

#events
{
	width: 195px;
	z-index: 100;
	margin: 2px 0px 0px 10px;
	background-color: #404040;
}

#ContentRow
{
	background-image: url(../img/pub/left_pane_top.jpg);
	background-repeat: repeat-x;
	background-color: #FFFFFF;
}

#LeftPane
{
	background-image: url(../img/pub/news_back.jpg);
	background-repeat: repeat-y;
	overflow: hidden;
}

#left_pane_top
{
	background-image: url(../img/pub/left_pane_top.jpg);
	width: 213px;
	height: 25px;
}

#left_pane_bottom
{
	background-color: #404040;
	width: 195px;
	height: 25px;
	margin: 0px 0px 0px 10px;
}

#login_area_container
{
	padding: 5px;
}

#login_form_area td, #login_form_area a
{
	color: white;
}

#login_form_area .Button, #RecoverResponse .Button, #RecoverPW .Button
{
	background-color: #FF9900;
	color: #990000;
	font-weight: bold;
	font-size: 11px;
	padding: 3px 10px 3px 10px;
	border-width: 1px;
}

#RecoverResponse
{
	display: none;
	text-align: center;
	color: white;
}

#RecoverPW
{
	display: none;
}

#RecoverWait
{
	color: white;
	text-align: center;
	display: none;
}

.ContentSection .section_title
{
	color: #619E00;
	border-left: 5px solid #a3a39a;
	text-transform: uppercase;
	margin: 0px;

}

.ContentSection .section_header
{
	background-color:#FFFFFF;
	width: auto;
	padding-left: 0px;
	opacity: .50;
	filter: alpha(opacity=50);
	-moz-opacity: .50;
	overflow: hidden;
}

.ContentSection
{
	text-align: justify;
}

#MenuContainer
{
	position: absolute;
	left: 220px;
	top: 18px;
	/*background-color: #FF0000;*/
	width: 590px;
	height: 30px;
}


/* ~~~~~~~~~~ MENU ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ */

.menuBar
{
	font-family: Arial;
	font-size: 12px;
	font-style: normal;
	font-weight: bold;
	color: #000000;
	padding: 0px 0px 0px 0px;
	text-align: left;
	/*background-image:url(../img/web_site/left_pane_back.jpg);*/
}

div.menuBar a.menuButton
{
	background-color: transparent;
	color: #FFFFFF;
	margin: 0px;
	padding: 3px 23px 3px 3px;
	text-decoration: none;
	display: block;
	text-align: center;
	/*width: 80px;*/
	float: left;
	overflow: visible;
}


div.menuBar a.menuButton:hover
{
	background-color: transparent;
	color: #FF9900;
}

div.menuBar a.menuButtonActive, div.menuBar a.menuButtonActive:hover
{
	background-color: transparent;
	color: #FF9900;
}

div.menu
{
	border: 1px solid #666666;
	margin-left: 0px;
	padding: 0px 0px 0px 0px;
	position: absolute;
	margin-top: 0px;
	visibility: hidden;
	z-index: 101;
	font-family: Arial;
	font-size: 11px;
	filter: alpha(opacity=85);
	-moz-opacity: .85;
	opacity: .85;
	display: block;
}

/*used for vartical menu*/
div.submenu_offset
{
	margin-left: -20px;
	margin-top: 0px;
}

div.submenu_offset2
{
	margin-left: -5px;
	margin-top: 3px;
	position: absolute;
}

div.menu a.menuItem
{
	color: black;
	cursor: default;
	display: block;
	padding: 3px 1em;
	text-decoration: none;
	white-space: nowrap;
	cursor: pointer;
	background-color: white;
	filter: alpha(opacity=75);
	-moz-opacity: .75;
	width: 120px;
}

div.menu a.menuItem:hover, div.menu a.menuItemHighlight
{
	background-color: #cccccc;
	color: #000000;
}

div.menu div.menuItemSep
{
	border-top: 1px solid #909090;
	border-bottom: 1px solid #f0f0f0;
	margin: 4px 2px;
}

div.menu a.menuItem span.menuItemText
{
}

div.menu a.menuItem span.menuItemArrow
{
	margin-right: -7px;
	float: right;
	color:#000000;
}

div.menu div.menuItemSep
{
	border: 1px inset #e0e0e0;
	margin: 4px 2px;
}


/* ~~~~ News Box ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ */
.DateBox_Green
{
	background-color: #76ad00;
	padding: 1px 4px 1px 4px;
}

.DateBox_Orange
{
	background-color: #ffa003;
	padding: 1px 4px 1px 4px;
}

.MoreImage
{
	float: right;
	padding-right: 5px;
}

.NewsBox
{
	padding: 10px 7px 10px 7px;
	color: white;
	text-align: justify;
}

.NewsBox p
{
	margin: 0px;
}

.NewsBox_Title
{
	font-weight: bold;
	font-size: 12px;
}

a.NewsBox_Title
{
	color: white;
}

.NewsBody
{
	text-align: justify;
	padding: 0px 10px 20px 0px;
}

.NewsBody p
{
	margin: 0px;
}

.NewsTitle
{
	text-align: left;
	font-weight: bold;
	font-size: 14px;
	width: 475px;
}

.EventTitle
{
	text-align: left;
	font-weight: bold;
	font-size: 14px;
	width: 375px;
}

.GamesList td, .GamesList th
{
	padding: 1px 5px 1px 1px;
}

.FooterMenuContainer
{
	width: 567px;
	vertical-align: top;
	text-align: center;
	color: white;
}

.FooterMenuContainer a
{
	color: white;
	text-transform: uppercase;
}

.ErrorMessage, .ErrMsg
{
	font-weight: bold;
	color: red;
	text-align: center;
}

.OkMsg
{
	font-weight: bold;
	color: green;
	text-align: center;
}

