@charset "utf-8";
body {
	font: 100% Verdana, Arial, Helvetica, sans-serif;
	background: #000;
	margin: 0; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	padding: 0;
	text-align: center; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
	color: #000;
}
.oneColFixCtrHdr #containerMain {
	width: 1000px;  /* using 20px less than a full 800px width allows for browser chrome and avoids a horizontal scroll bar */
	margin: 0 auto; /* the auto margins (in conjunction with a width) center the page */
	text-align: center; /* this overrides the text-align: center on the body element. */
	background-image: url(images/demo2.jpg);
	background-repeat: no-repeat;
		padding-bottom: 20px;
}
h1 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 20px;
	font-style: normal;
	color: #F60;
	text-align: left;
}

.oneColFixCtrHdr #container {
	width: 1000px;  /* using 20px less than a full 800px width allows for browser chrome and avoids a horizontal scroll bar */
	background: #000;
	margin: 0 auto; /* the auto margins (in conjunction with a width) center the page */
	text-align: center; /* this overrides the text-align: center on the body element. */

}

.oneColFixCtrHdr #header {
	text-align:left;
	width: 825px;
	margin: 0 auto; /* the auto margins (in conjunction with a width) center the page */
	padding: 5px 0;  /* this padding matches the left alignment of the elements in the divs that appear beneath it. If an image is used in the #header instead of text, you may want to remove the padding. */
}
.oneColFixCtrHdr #header h1 {
	margin: 0; /* zeroing the margin of the last element in the #header div will avoid margin collapse - an unexplainable space between divs. If the div has a border around it, this is not necessary as that also avoids the margin collapse */
	padding: 10px 0; /* using padding instead of margin will allow you to keep the element away from the edges of the div */
}
.oneColFixCtrHdr #mainContent {
	padding: 0; /* remember that padding is the space inside the div box and margin is the space outside the div box */
	background-color: #FFFFFF;
	border:1px solid #CAC4C2;
	width:825px;
	margin: 0 auto; /* the auto margins (in conjunction with a width) center the page */

}
.oneColFixCtrHdr #footer {
	padding: 0; /* this padding matches the left alignment of the elements in the divs that appear above it. */

	width:825px;
	margin: 0 auto; /* the auto margins (in conjunction with a width) center the page */


}




.oneColFixCtrHdr #footerMain {
	padding: 0; /* this padding matches the left alignment of the elements in the divs that appear above it. */
	background:#000;
	background-image: url(images/btmTile.jpg);
	text-align:center;
	min-height: 50px;
}
.oneColFixCtrHdr #footer p {
	margin: 0; /* zeroing the margins of the first element in the footer will avoid the possibility of margin collapse - a space between divs */
	padding: 5px 0; /* padding on this element will create space, just as the the margin would have, without the margin collapse issue */
	font-size:11px;
	color:#FFFFFF;
}



.rightJustify {
	text-align: right;
}



.standard12ptBlackFont {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #000;
}


.standard12Ptwhite {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #FFF;
}

.headerText {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 18px;
	color: #000;
	text-align: left;
}
.testimonialsHeader {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 16px;
	font-weight: bold;
	color: #333;
}

.bigOrange {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 20px;
	font-style: normal;
	color: #F60;
	text-align: left;
}



.leftJust {
	text-align: left;
}
.Stnd14BlackArial {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #000;
}


.topBG {
	background-image: url(file:///Drive_one/My%20Documents%202/websites/SouthBayVolleyball/Website/2009/images/topRight.jpg);
	background-repeat: repeat-x;
	background-position: center;
}

.bodyLinks {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-style: normal;
	text-decoration: underline;
	color: #900;
}



.mainNavigation {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	font-weight: normal;
	color: #FFF;
}

.buzzBG {
	background-repeat: no-repeat;
	background-position: center;
	text-align: right;
	vertical-align: middle;
	font-family: Verdana, Geneva, sans-serif;
	font-size: 4px;
}
.subHeaderWhite {
	color: #FFF;
	font-size: 13px;
	font-style: normal;
	font-family: Tahoma, Geneva, sans-serif;
	font-weight: lighter;
	font-variant: normal;
	line-height: normal;
	text-align: left;
}
.navigation {
	font-family: Arial, Helvetica, sans-serif;
	font-style: normal;
	font-weight: normal;
	text-align: center;
	color: #999;
}
.headerGrey {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 24px;
	font-weight: normal;
	color: #999;
	text-align: left;
	vertical-align: top;
}
.DateHeader {
	font-size: 23px;
	color: #1B6FE5;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: normal;
}
.pixelFont {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #FFF;
}
.leftAlign {
	text-align: left;
	color: #CCC;
	font-size: 17px;
}
.navLinks {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	font-weight: normal;
	color: #FFF;
}

.bitFont {
	font-size: 4px;
	color: #CCC;
	text-align: left;
}
.liteGrayPxText {
	color: #CCC;
	text-align: right;
}
.pageHeader {
	font-size: 18px;
	font-family: Arial, Helvetica, sans-serif;
	color: #000;
	text-align: left;
	vertical-align: top;
}
.standardBlack12pt {
	font-family: Arial, Helvetica, sans-serif;
	color: #000;
	text-align: left;
	vertical-align: top;
	font-size: 12px;
}
.orange {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-style: normal;
	color: #900;
	text-align: left;
}
.standardBlack12ptBold {
	font-weight: bold;
	font-size: 12px;
	color: #333;
	font-style: normal;
	text-align: left;
	vertical-align: top;
}
.italics {
	font-style: italic;
	font-size: 12px;
	color: #333;
}
#vid1 {
	background-color: 800000;
	display: none;
	padding: 10px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #000;
	border-right-color: #000;
	border-bottom-color: #000;
	border-left-color: #000;
	position: absolute;
}
.scheduleBlue12pt {
	color: #1B6FE5;
	font-size: 12px;
}

.conditioningLevelGray {
	color: #666;
	font-size: 12px;
	font-family: Arial, Helvetica, sans-serif;
}
.TestimonialsBlackHeader {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 16px;
	color: #000;
	font-style: normal;
	font-weight: bold;
	letter-spacing: 0.03em;
	text-align: left;
}
.testimonials {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 14px;
	font-style: italic;
	color: #666;
	line-height: 20px;
	text-align: left;
}
.transpTableBG {
}
.bioItalicQuoteGray {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-style: italic;
	font-weight: normal;
	color: #798D9E;
}
#p7TMctrl p a {
	text-align: left;
}
.leftAlign {
	text-align: left;
	vertical-align: top;
}
.dots {
	font-size: 10px;
}

.studentQuestion {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	font-style: normal;
	line-height: normal;
	font-weight: normal;
	color: #1B6FE5;
}

.studentAnswer {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 16px;
	font-style: italic;
	line-height: normal;
	font-weight: normal;
	color: #333;
}
.blackoutBG {
	background-color: #666;
}
.rightAlignPageNumbers {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 12px;
	color: #FFF;
	text-align: right;
}
/* CSS Document */


a {
	font-family: Arial, Helvetica, sans-serif;
}

a:active {
	color: #F60;

}

a:visited {
	color: #F60;
}

a:link {
	color: #F60;
}
a:hover {
	color: #F60;
}

a:link {
	text-decoration: underline;
	font-family: Arial, Helvetica, sans-serif;
	font-style: normal;
	font-weight: normal;
	font-variant: small-caps;
	vertical-align: top;
}
a:visited {
	text-decoration: underline;
	font-family: Arial, Helvetica, sans-serif;
	font-style: normal;
	font-weight: normal;
	font-variant: small-caps;
	text-align: left;
	vertical-align: top;
}
a:hover {
	text-decoration: none;
	font-family: Arial, Helvetica, sans-serif;
	font-style: normal;
	font-weight: normal;
	font-variant: small-caps;
	text-align: left;
	vertical-align: top;
}
a:active {
	text-decoration: underline;
	text-align: right;
	font-family: Arial, Helvetica, sans-serif;
	font-style: normal;
	font-weight: normal;
	font-variant: small-caps;
	vertical-align: top;
}



.videoLink {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 21px;
	color: #1B6FE5;
}


