* {
	margin: 0px;
	padding: 0px;
}
body{
	margin: 0px;
	padding: 0px;
	font-family:Arial, Helvetica, sans-serif;
}

/* LAYOUT */
#container{
	margin: 0px auto;
	padding: 0px;
	width: 900px;
}
#header{
	margin: 0px;
	padding: 0px;
	position: relative;
	width: 900px;
	height: 230px;
}
#header #logo{
	position: absolute;
	left: -70px;
	top: -60px;	
}
#header #title{
	position:absolute;
	bottom: -5px;
	right: -60px;
}
#nav{
	margin: 0px;
	padding: 0px;
	position: relative;
	width: 900px;
	height: 34px;
}
#innercontainer{
	width: 900px;
	position: relative;
}
#leftback{
	width: 175px;
	position: absolute;
	top: 0px;
	bottom: 0px;
	left: 0px;
	background: #990000 url(../images/leftbar.jpg) no-repeat scroll center top;
}
#leftbarhome{
	position: relative;
	width: 175px;
	float: left;
	z-index: 1;
}
#leftbar {
	position: relative;
	width: 175px;
	float: left;
	z-index: 1;
	height: 25px;
	background-color: #660000;
}
#ccbar {
	position: relative;
	width: 540px;
	float:left;
	z-index: 1;
	height: 20px;
	background: #CCCCCC;
}
#contentbackhome{
	width: 550px;
	position: absolute;
	top: 0px;
	bottom: 0px;
	left: 175px;
	right: 175px;
	background: #FFFFFF;
}

#contentback{
	width: 725px;
	position: absolute;
	top: 0px;
	bottom: 0px;
	left: 0px;
	right: 175px;
	background: #FFFFFF;
}
#contenthome{
	position: relative;
	margin-left: 175px;
	margin-right: 175px;
	width: 550px;
	z-index: 1;
}
#content{
	position: relative;
	margin-left: 175px;
	margin-right: 175px;
	width: 725px;
	z-index: 1;
}
#rightback{
	width: 175px;
	position: absolute;
	top: 0px;
	bottom: 0px;
	right: 0px;
	background: #666666 url(../images/rightbar.jpg) no-repeat scroll center top;
}
#rightbar{
	position: relative;
	width: 175px;
	float: right;
	z-index: 1;
}
#clear{
	clear: both;
}
#footerhome{
	margin: 0px;
	padding: 0px;
	position: relative;
	width: 900px;
	float: left;
}
#footer{
	margin: 0px;
	padding: 0px;
	position: relative;
	width: 900px;
	float: left;
}
/* END LAYOUT */

/* STYLE */
body{
	background-color: #000000;
}
#container{
	overflow: hidden;
	border-left: #FFF solid 5px;
	border-right: #FFF solid 5px;
}
#header{
	background-image: url(../images/banner.jpg);
	background-repeat: no-repeat;
}
#nav{
	background-image: url(../images/navbar.jpg);
	background-repeat: no-repeat;
}
#innercontainer{
	overflow: hidden;
}
#leftbar{
	color: #FFFFFF;
	font-size: 12px;
	overflow: hidden;
	text-align: center;
}
#leftbar h2{
	font-size: 12px;
	font-weight: bold;
	color: #FFF;
	padding-top: 5px;
}
#leftbar h2 a:link, #leftbar h2 a:hover, #leftbar h2 a:visited{
	font-size: 12px;
	font-weight: bold;
	color: #FFF;
	text-decoration: none;
}
#ccbar {
	font-size: 12px;
	color: #333333;
	padding-top: 5px;
	padding-left: 10px;
}
#ccbar a:link, #ccbar a:hover, #ccbar a:visited{
	font-size: 12px;
	font-weight: bold;
	color: #333333;
	text-decoration: none;
}
.sidetext {
	margin: 0px;
	padding: 0px 4px 10px 4px;
}
#rightbar{
	text-align: center;
}
#rightbar h2{
	font-size: 20px;
	font-weight: bold;
	color: #FFF;
	padding-top: 5px;
}
#rightbar #ads{
	list-style-type: none;
	text-align: center;
	padding-top: 10px;
}
#rightbar #ads li{
	margin-bottom: 5px;
}

/* HOME PAGE */
#leftbarhome{
	color: #FFFFFF;
	font-size: 12px;
	overflow: hidden;
	text-align: center;
}
#leftbarhome h2{
	padding: 10px;
	font-size: 20px;
	font-weight: bold;
	color: #FFF;
}
#leftbarhome h2 a:link, #leftbarhome h2 a:hover, #leftbarhome h2 a:visited{
	padding: 10px;
	font-size: 20px;
	font-weight: bold;
	color: #FFF;
	text-decoration: none;
}
#leftbarhome h3{
	margin: 12px auto 2px;
	text-align: center;
	font-size: 14px;
	text-transform: uppercase;
	color: #FFFFFF;
}
#leftbarhome a:link{
	font-size: 12px;
	color: #FFFFFF;
	text-decoration: underline;
}
#leftbarhome a:hover{
	font-size: 12px;
	color: #FFFFFF;
	text-decoration: underline;
}
#leftbarhome a:visited{
	font-size: 12px;
	color: #FFFFFF;
	text-decoration: underline;
}
#contenthome{
	background-color: #FFFFFF;
	font-size: 12px;
	color: #000000;
	overflow: hidden;
	margin: 0px;
}
#contenthome h1{
	margin: 20px 0px 15px 0px;
	padding: 15px 0px 0px 30px;
	text-align: center;
	font-size: 24px;
	font-weight: bolder;
	color: #990000;
	text-transform: uppercase;
	text-decoration: none;
	letter-spacing: -.75px;
}
#contenthome p{
	margin: 0px;
	padding: 10px 30px 10px 30px;
}
/* END HOME PAGE */

#content{
	background-color: #FFFFFF;
	font-size: 12px;
	color: #000000;
	overflow: hidden;
	margin: 0px;
}
#content h1{
	margin: 20px 0px 15px 0px;
	padding: 15px 0px 0px 30px;
	text-align: left;
	font-size: 24px;
	font-weight: bolder;
	color: #990000;
	text-transform: uppercase;
	text-decoration: none;
	letter-spacing: -.75px;
}
#content h3{
	padding-left: 30px;
}
.center{
	text-align: center;
}
.reditalic{
	color: #990000;
	font-style: italic;
	font-size: 90%;
	text-align: center;
}
#nav{
	vertical-align: middle;
	text-align: center;
}
#menu{
	margin: 0px 5px 0px 5px;
	padding: 0px;
	line-height: 34px;
	width: 100%;
	white-space: nowrap;
}
#menu li{
	display: inline;
	list-style-type: none;
}
#menu li a{
	padding: 0px 10px;
	letter-spacing: -.25px;
}
#menu li a:link, #menu li a:visited{
	font-size: 11px;
	color: #000000;
	font-weight: bold;
	text-decoration: none;
}
#menu li a:hover{
	font-size: 11px;
	color: #990000;
	font-weight: bold;
	text-decoration: none;
}
#menu li a.selected{
	font-size: 13px;
	color: #990000;
	font-weight: bold;
	text-decoration: none;
}
#footerhome {
	background:transparent url(../images/footerhomebg.jpg) repeat scroll 0 0;
	margin-bottom: 0px;
	padding-top: 20px;
	padding-bottom: 10px;
	height: 100%;
	overflow: hidden;
	color: #999;
	text-align: center;
	font-size: 80%;
}
#footer {
	background:transparent url(../images/footerbg.jpg) repeat scroll 0 0;
	margin-bottom: 0px;
	padding-top: 20px;
	padding-bottom: 10px;
	height: 100%;
	overflow: hidden;
	color: #999;
	text-align: center;
	font-size: 80%;
}
#footerhome a:link, #footerhome a:visited{
	color: #999;
	text-decoration: none;
}
#footer a:link, #footer a:visited{
	color: #999;
	text-decoration: none;
}
#footerhome a:hover{
	border-bottom:1px solid #999;
}
#footer a:hover{
	border-bottom:1px solid #999;
}

/* BOARD PAGE */
#boardtable{
	text-align: center;
	padding-top: 10px;
	padding-bottom: 10px;
}
#boardtable a:link, #boardtable a:visited{
	text-decoration: none;
	color: #000000;
}
#boardtable a:hover{
	text-decoration: underline;
	color: #000000;
}
#advboard{
	text-transform: uppercase;
	font-weight: bold;
	padding-bottom: 10px;
	padding-left: 25px;
}
#members{
	padding-left: 45px;
	padding-top: 10px;
	line-height: 180%;
	color: #333333;
}
/* END BOARD PAGE */

/* COACHES PAGE */
#allcoachestable{
	padding-top: 15px;
	padding-bottom: 10px;
	text-align: left;
}
#allcoachestable a:link, #allcoachestable a:visited{
	text-decoration: none;
	color: #000000;
}
#allcoachestable a:hover{
	text-decoration: none;
	color: #000000;
}
.coachtable{
	padding-top: 15px;
}
.coachtable h2{
	color: #990000;
	font-size: 24px;
	letter-spacing: -1px;
	margin: 0px;
	padding-left: 0px;
	text-align: left;
}
.coaches p{
	padding: 10px 30px 10px 0px;
}
.coachespic{
	text-align: center;
	vertical-align: top;	
}
/* END COACHES PAGE */

/* ATHLETES PAGE */
#athletes{
	padding-left: 30px;
	vertical-align: top;
	
}
.athtable{
	padding-top: 15px;
}
.athname{
	font-size: 16px;
}
.ath p{
	padding: 10px 30px 10px 0px;
}
.athspic{
	text-align: center;
	vertical-align: top;	
}
#athletes a:link, #athletes a:visited{
	text-decoration: none;
	color: #000000;
}
#athletes a:hover{
	text-decoration: underline;
	color: #000000;
}
#athbottom{
	padding-left: 30px;
	text-decoration: none;
	font-style: italic;
	color: #666666;
	text-align: center;
}
#athbottom a:link, #athbottom a:visited, #athbottom a:hover{
	text-decoration: underline;
	color: #0000FF;
}
/*END ATHLETES PAGE */

/* LINKS PAGE */
.linkstitle{
	padding-left: 30px;
	padding-top: 15px;
	font-size: 14px;
}
.links {
	list-style-type: disc;
	color: #333;
	padding-left: 75px;
}
.links a:link, .links a:visited{
	color: #333;
	text-decoration: none;
	font-size: 14px;
}
.links a:hover{
	color: #333;
	text-decoration: underline;
	font-size: 14px;
}
/* END LINKS PAGE */

/* CONTACT PAGE */
#contactform{
	padding: 0px 0px 0px 30px;
}
#contactformconf{
	padding: 0px 0px 0px 30px;
}
#contactformconf h2{
	padding: 20px 0px 15px 30px;
}
/*END CONTACT PAGE */

/* VIDEOS PAGE */
#videos{
	margin-left: 30px;
	margin-right: 30px;
	background-color:#990033;
	height: 400px;
	width: 655px;
	position: relative;
	float: left;
}
#vidbox{
	height: 400px;
	margin-left:30px;
	margin-right:30px;
	margin-top:70px;
	width:655px;
	overflow-y: scroll;
	border: #000000 1px solid;
	position: relative;
	float: b;
	vertical-align: top;
}
#vidtable a:link, #vidtable a:visited{
	color: #000000;
	text-decoration: none;
	margin: 0px;
	padding: 0px;
}
#vidtable a:hover{
 	color: #000000;
	text-decoration: underline;
	margin: 0px;
	padding: 0px;
}
.vidlinks{
	font-size: 18px;
	font-weight: bold;
	color: #0000CC;
	text-decoration: none;
}
#videospage p{
	margin-left: 30px;
	margin-right: 30px;
	padding: 15px 0px;
}
#videospage{
	text-align: center;
}
#vidselectboxes{
	width: 90%;
	margin-left: 30px;
	padding-bottom: 15px;
}
/* END VIDEOS PAGE */

/* CLUB PAGE */
#clubtext p{
	padding: 5px 30px 5px 30px;
	text-align: center;
}
.underlined{
	text-decoration: underline;
}
.checkboxhead{
	padding-left: 30px;
	text-align: center;
	font-weight: bold;
	vertical-align: top;
	font-size: 14px;
}
.levhead{
	padding-left: 30px;
	font-weight: bold;
	vertical-align: top;
	font-size: 14px;
}
.inchead{
	font-weight: bold;
	vertical-align: top;
	font-size: 14px;
}
.checkbox{
	padding-left: 60px;
	margin: 0px;
}
.checkbox img{
	margin: 0px;
	padding: 0px;
}
.checkbox a{
	display:block;
	height:30px;
	width:30px;
	overflow:hidden;
}
.checkbox a:hover{
	display:block;
	text-indent:-30px;
}
.level{
	padding-left: 30px;
	vertical-align: top;
}
.includes{
	vertical-align: top;
}
.includes ul{
	padding: 0px;
	padding-left: 15px;
	color: #666666
}
.includes ul li{
	padding: 0px;
	color: #666666;
}
.level h2{
	font-size: 14px;
	font-weight: bold;
	padding: 0px 0px;
	color: #990000;
}
.level p{
	color: #000000;
	font-weight: bold;
}
.level .reditalic{
	text-align: left;
}
.clubhr{
	margin-left: 20px;
	width: 675px;
}
.hrcolor{
	color: #333333;
}
/* END CLUB PAGE */

/* BS VIDEO PAGE */
#bsvid{
	margin: 0px 0px 0px 30px;
	padding: 0px;
}
#bs p{
	margin: 0px;
	padding: 10px 30px 30px 30px;
}
/* END BS VIDEO PAGE */

/* BUCKY SHOOT PAGE */
#buckyshoot{
	margin: 0px 0px 0px 30px;
	padding: 0px;
}
#buckyshoot a:link, #buckyshoot a:visited, #buckyshoot a:hover{
	color: #000000;
	text-decoration: underline;	
}
#buckyshoot p{
	margin: 0px;
	padding: 10px 30px 10px 30px;
	text-align: center;
}
#buckyshoot h2{
	text-align: center;
	color: #990000;
}
.smaller{
	font-size: 10px;
}
.extraspacing{
	line-height: 18px;
}
.italic{
	font-style: italic;
}
.bshr{
	text-align:center;
	color:#000000;
	width: 600px;
	margin: 10px auto;
}
.floatmid{
	display: block;
	margin: 20px auto;
	padding: 0px;
}
.floatleftW{
	margin-left: 50px;
	float: left;
	padding-right: 50px;
}
.floatrightRings{
	margin-right: 30px;
	float: right;
}
.floatleft{
	margin-left: 50px;
	float: left;
	display: block;
	padding: 0px 15px 20px 0px;
}
.floatright{
	margin-right: 50px;
	float: right;
	display: block;
	padding: 0px 0px 20px 15px;
}
.BSform{
	margin: 10px auto -10px auto;
}
/* END BUCKY SHOOT PAGE *?