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

body {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #acabab;
	background-image: url(images/steelbg.jpg);
	background-repeat: repeat;
	margin: 0px;
	padding: 0px;
}

.style1 {
	color: #FD000B;
	font-weight: bold;
	font-size: 21px;
}
.style2 {
	color: #FD000B;
	font-weight: bold;
	font-size: 48px;
}

#mainHolder {
	width:100%;
}

#contentHolder {
	width:100%;
}

#logoBar {
	width:100%;
	height:94px;
	background-image:url(images/logobarbg.jpg);
	background-repeat:repeat-x;
	float:left;
}

#flashHolder {
	width:100%;
	height:476px;
	background-image:url(images/middlesectionbg.jpg);
	background-repeat: repeat-x;
	background-color:#FFFFFF;
	float:left;
}

#adHolder {
	width:100%;
	background-image:url(images/adbgrepeat.jpg);
	background-repeat: repeat-x;
	background-color:#000000;
	float:left;
}
	
#adBasketball {
	width:100%;
	height:476px;
	background-image:url(images/ad-basketball.jpg);
	background-repeat:no-repeat;
	float:left;
}

#adBaseball {
	width:100%;
	height:476px;
	background-image:url(images/ad-baseball.jpg);
	background-repeat:no-repeat;
	float:left;
}

#middleContentHolder {
	width:100%;
	background-color:#FFFFFF;
	float:left;
}

#singleInput {
	width:219px;
	height:31px;
	font-size:15px;
	color: #aaaaaa;
	background-image:url(images/form-singleinputbg.jpg);
	background-repeat:no-repeat;
	border: none 0px;
	padding:7px 0px 0px 8px;
}

#required{
	width:219px;
	height:31px;
	font-size:15px;
	background-image:url(images/form-singleinputbg.jpg);
	background-repeat:no-repeat;
	border: none 0px;
	padding:7px 0px 0px 8px;
	color: #FC000B;
}

#multiInput {
	width:219px;
	height:62px;
	font-size:15px;
	font-family:Arial, Helvetica, sans-serif;
	color: #aaaaaa;
	background-image:url(images/form-multiinputbg.jpg);
	background-repeat:no-repeat;
	border: none 0px;
	padding:7px 0px 0px 8px;
}

#footer {
	width:100%;
	color:#FFFFFF;
	font-size:11px;
	float:left;
	padding:15px;
}

#response {
	padding-left:10px;
	font-size:14px;
	color:#ff010c;
}