body{
	 margin: 0 0 0 0;
}

.header{
	background: url(../images/top_bg.jpg) repeat-x;
}

.nav{
	background: url(../images/nav_bottombg.jpg) repeat-y; 
	vertical-align: top;
}

.content{
	padding-top: 0px;
	vertical-align: top;
}

.box_top{
	background: url(../images/box_top.jpg) repeat-x;
}

.box_head{
	background: url(../images/box_head_bg.jpg) repeat-x #fb9f00;
}

.box_left{
	background: url(../images/box_left.jpg) repeat-y;
}

.box_content{
	background: #fb9f00;
}

.box_right{
	background: url(../images/box_right.jpg) repeat-y;
}

.box_bottom{
	background: url(../images/box_lower.jpg) repeat-x;
}

tr.news_row{
	background: #FFFFFF;
	height: 32px;
}

tr.news_row_over{
	background: #d4d4d4;
	height: 32px;
}


a.news_text{
	font-family: verdana;
	font-size: 11px;
	text-decoration: none;
	color: #000000;
}

.regtable{
	border: 1px solid #000000;
	background: #FFFFFF;
}

.promotable{
	border: 1px solid #000000;
	background: #FFFFFF;
	margin-bottom: 2px;
}

.polltable{
	border: 1px solid #000000;
	background: #FFFFFF;
}

.regtext{
	font-family: verdana;
	font-size: 12px;
}

.regtext_bold{
	font-family: verdana;
	font-size: 12px;
	font-weight: bold;
}

.standings_bold{
	font-family: verdana;
	font-size: 12px;
	font-weight: bold;
}

.standings{
	font-family: verdana;
	font-size: 10px;
}

.bold{
	font-weight: bold;
}

.blackline{
	background: url(../images/black.jpg) repeat-x;
}

.footer_text{
	font-family: verdana;
	font-size: 10px;
}

.footer_link{
	color: #000000;
}

.right_column{
	padding-top: 6px;
}

.promo_large{
	font-size: 16px;
	font-weight: bold;
}

.indent{
	margin-left: 10px;
	margin-right: 5px;
}

.padding{
	padding: 5px;
}


.Heading
{
    FONT-WEIGHT: bold;
    FONT-SIZE: 20px;
    COLOR: #660000;
    FONT-FAMILY: Arial;
    TEXT-DECORATION: none
}

	#dhtmlgoodies_menu{		
		font-family: Verdana, Arial, Helvetica, sans-serif; 
		font-size: 12px; 
		font-weight: bold;	/* Font for main menu items */
		width:145px;	/* Width of main menu */
		padding: 0px;
		margin: 0px;
		display: inline;
	}
	
	#dhtmlgoodies_menu	li{	/* Main menu <li> */
		list-style-type:none;	/* No bullets */
		margin:0px;	/* No margin - needed for Opera */
		height:32px;
		display: inline;
	}
	
	#dhtmlgoodies_menu ul{	
		margin:0px;	/* No <ul> air */
		padding:0px;	/* No <ul> air */
	}
	
	#dhtmlgoodies_menu ul li ul{	/* Styling for those who doesn't have javascript enabled */
		padding-left:10px;
	}

	#dhtmlgoodies_menu	li a{	/* Main menu links */
		text-decoration:none;	/* No underline */
		color:#000000;	/* Black text color */
		height:32px;	/* 20 pixel height */
		text-align:right;
		background-image: url(images/cell_back.jpg); 
		padding-top:0px;	/* A little bit of air */
		padding-right:0px;
		display:block;
	}

	#dhtmlgoodies_menu	li a:hover,#dhtmlgoodies_menu .activeMainMenuItem{
		color:#000000;
		text-decoration:underline;
		background-image: url(images/cell_back_over.jpg);
	}

	.dhtmlgoodies_subMenu{
    font-family: Verdana, Arial, Helvetica, sans-serif; 
		font-size: 12px; 
		color: #000000; 
		font-weight: bold;
		visibility:hidden;
		position:absolute;
		overflow:hidden;
		border:1px solid #000;
		background-color:#f69700;
		text-align:left;
		padding-right:5px;
		background: url(../images/nav_slide_bg.jpg);
	}
	
	.dhtmlgoodies_subMenu ul{
		margin:0px;
		padding:0px;	
	}
	
	.dhtmlgoodies_subMenu ul li{
		list-style-type:none;
		margin:0px;
		padding:3px;	/* 1px of air between submenu border and sub menu item - (the "white" space you see on mouse over )*/
	}
	
	.dhtmlgoodies_subMenu ul li a{	/* Sub menu items */
		white-space:nowrap;	/* No line break */
		text-decoration:none;	/* No underline */
		color:#FFFFFF;	/* Black text color */
		height:16px;	/* 16 pixels height */
		line-height:16px;	/* 16 pixels height */
		padding:1px;	/* 1px of "air" inside */
		padding-left:5px;
		padding-right:5px;
	
		display:block;	/* Display as block - you shouldn't change this */
	}
	
	.dhtmlgoodies_subMenu ul li a:hover{	/* Sub menu items - mouse over effects */
		color:#000000;	/* White text */
	}