@charset "UTF-8";
/* CSS Document */
body {
	padding-top: 20px;
	/*background-color:#E5E5E5;
	margin: 0px auto;*/
	}
#ticker{
	position: absolute;
	width: 507px;
	height: 16px;
	top: 425px;
	left: 126px;
	z-index: 1000;
	}
#body1{
	width: 100%;
	height: 950px;
	overflow: visible;
	background-image: url(img/bg-soccer.jpg);
	background-repeat: no-repeat;
	background-position: center;
	margin: 0px auto;
	}
#body2{
	width: 100%;
	height: 1000px;
	overflow: visible;
	background-image: url(img/bg-baseball.jpg);
	background-repeat: no-repeat;
	background-position: center;
	margin: 0px auto;
	}
#body3{
	width: 100%;
	height: 765px;
	overflow: visible;
	background-image: url(img/bg-basketball.jpg);
	background-repeat: no-repeat;
	background-position: center;
	margin: 0px auto;
	}
#body4{
	width: 100%;
	height: 950px;
	overflow: hidden;
	background-image: url(img/bg-volleyball.jpg);
	background-repeat: no-repeat;
	background-position: center;
	margin: 0px auto;
	}
#body5{
	width: 100%;
	height: 950px;
	overflow: visible;
	background-image: url(img/bg-lacrosse.jpg);
	background-repeat: no-repeat;
	background-position: center;
	margin: 0px auto;
	}
	
#body6{
	width: 100%;
	height: 950px;
	overflow: visible;
	background-image: url(img/bg-fieldhockey.jpg);
	background-repeat: no-repeat;
	background-position: center;
	margin: 0px auto;
	}

#footreg{
	width: 760px;
	height: 58px;
	background-image: url(img/registerfoot.jpg);
	background-repeat: no-repeat;
	margin-left: auto;
	margin-right : auto;
	}

#breadcrumb{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	text-align: center;
	width: 760px;
	height: auto;
	color: #666666;
	margin-top: 10px;
	}
	
#breadcrumb a, a visited{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	text-align: center;
	color: #666666;
	}
	
#flash{
	width: 760px;
	height: 530px;
	position: relative;
	z-index: 1;
	}
	
.block {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #666666;
	}

.header {
	width: 140px;
	font-weight: bold;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #000000;
	padding-top: 5px;
	padding-bottom: 5px;
	}

.listing {
	line-height: 20px;
	}
.listing a {
	text-decoration: none;
	color: #666666;
}