@charset "UTF-8";
/* CSS Document */


/******************************************************************************
								Main Layout
******************************************************************************/
* {
	margin: 0;
	padding: 0;
	border: 0;
	}
	html {
		height: 101%
		}
		body {
			background:#fff;
			font-family: Helvetica, Arial, sans-serif;
			background:url(../i/bg_main.gif) repeat;
			font-size: 80%;
			margin:0;
		}
		

/******************************************************************************
								 Layout 
******************************************************************************/	
#hockeyBar{
	margin-bottom:-3px;
}
#wrapper{
	width:865px;
	margin:0 auto;
	background:url(../i/bg_wrapper_main.png) repeat-y top left;
	height:auto;
	}
	#innerWrapper{margin-left:58px;}
	#header{
		padding-top:5px;
		width:751px;
	}
	#contentWrapper{
		}
		#leftContent{
			background:#3A3A3A url(../i/bg_whats_new2.gif) no-repeat scroll 0 0;
			float:left;
			min-height:443px;
			margin-bottom:16px;
			padding:9px;
			width:256px; 
		}
		#leftContent img{
			border:1px solid #fff;
		}
		
		#content{
			background:#fff;
			width:434px;
			margin:5px 0 0 280px;
			height:189px;
			border:1px solid #bbbdbf;
			padding:15px 20px 10px 15px;		
		}
		
		#quickLinks{
			width:471px;
			height:122px;
			background:url('../i/bg_quick_links.jpg') no-repeat 306px top #929496;
			margin:5px 0 0 280px;
		}
		#quickLinks table{
		}
#quickLinks table{
    margin:10px 0 0 15px;
}
#quickLinks table .col_1{
    width:80px;
}
#quickLinks table .col_2{
    width:100px;
}
#quickLinks table .col_3{
    width:140px;
}
#quickLinks table th{
    color:#f5e210;
    text-align:left;
}
#quickLinks table th, #quickLinks table td{
    padding:2px;
    
vertical-align:top;
text-transform:uppercase;


}
#quickLinks ul{
  margin-left:16px;
 list-style-image:url(../i/arrow_quick_links.gif);
}
#quickLinks ul li{
   padding:2px 0px;
    font-size:10px;
    font-weight:bold;
   
}
#quickLinks a{
    color:#fff;
    
}

/**** ALL STYLES FOR SPONSORS BLOCK ****/

#sponsors {
	color:#999999;
	font-size:16px;
	font-weight:bold;
	height:70px;
	margin:5px 0 0 280px;
	padding:15px;
	width:435px;
	}
#sponsors img { 
	margin-left: 10px; 
	float:right;
	}

#sponsors .readMore {
	background:transparent url(../i/read_more_blue.png) no-repeat scroll right 0;
	color:#0D7FC3;
	font-size:11px;
	font-style:italic;
	padding:2px 20px 1px 0;
	}




#footer{
		clear:both;
	}
	

/******************************************************************************
								 Classes 
******************************************************************************/	

/*Float or align images to left, right or centre*/
img.align-right {
	float:right;
	margin:0px 0 10px 10px;
}
img.align-left {
	float:left;
	margin: 3px 10px 10px 0;
}
img.align-centre {
	display: block;
	margin: 15px auto 20px auto;
}