@charset "utf-8";
html {
	height:100%;
}
body {
	-x-system-font:none;
	font-family:Arial, "Helvetica Neue", sans-serif;
	font-size:76%;
	font-size-adjust:none;
	font-stretch:normal;
	font-style:normal;
	font-variant:normal;
	font-weight:normal;
	height:100%;
	line-height:normal;
	margin:0;
	padding:0;
	background-color: #999999;
}

#top_banner {
	height: 107px;
	min-height:107px;
	background-color:#015c65;
}
#basketball_icon {
	float: left;
	min-height:100%;
	height:100%;
}
.brclear {
	clear:both;
	height:0;
	margin:0;
	font-size: 1px;
	line-height: 0px;
}
.centering {
	width:100%;
	margin-left:auto;
	margin-right:auto;
	position:absolute;
	left:0px;
	z-index:0;
		min-height:100%;
	height:100%;
}
#main {
	width:924px;
	min-height:768px;
	height:100%;
	margin:0 auto;
		min-height:100%;
}
#maincol
{
float:left;
min-height:100%;
height:100%;
}
#content_area
{
width:506px;
min-height:100%;
height:100%;
background-image:url(../images/content_repeat.gif);
background-repeat:repeat-y;
float:left;
padding:10px;

}
#content_area2
{
width:506px;
min-height:1300px;
height:1300px;
background-image:url(../images/content_repeat.gif);
background-repeat:repeat-y;
float:left;
padding:10px;

}
#content_area3
{
width:506px;
min-height:800px;
height:800px;
background-image:url(../images/content_repeat.gif);
background-repeat:repeat-y;
float:left;
padding:10px;

}
#side_col
{
background-color:#323232;
width:229px;
float:left;
min-height:100%;
height:100%;
color:#FFFFFF;
margin:0px;
padding:0px;
}
#side_col2
{
background-color:#323232;
width:229px;
float:left;
min-height:1300px;
height:1300px;
color:#FFFFFF;
margin:0px;
padding:0px;
}
#side_col3
{
background-color:#323232;
width:229px;
float:left;
min-height:800px;
height:800px;
color:#FFFFFF;
margin:0px;
padding:0px;
}
a:link {
	color: #d65708;
	text-decoration: none;
}
a:visited {
	color: #d65708;
	text-decoration: none;
}
a.orange_link, a.orange_link:link, a.orange_link:visited, a.orange_link:active
{
color:f7853f;
}
a:hover {
   color: #ffb385;
   text-decoration:underline;
}