@charset "UTF-8";
body  {
	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: #333333;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 100%;
	background-color: #002664;
}
.thrColFixHdr #container {
	width: 960px;
	text-align: left; /* this overrides the text-align: center on the body element. */
	font-size: 0.8em;
	background-color: #c6cfdf;
	padding: 0px;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	border-top-width: 0px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-right-style: solid;
	border-left-style: solid;
	border-right-color: #618ed0;
	border-left-color: #618ed0;
	background-image: url(../images/dg-container-bkgrnd_02.gif);
	background-repeat: repeat-y;
	background-position: top;
	border-bottom-style: solid;
	border-bottom-color: #618ed0;
	line-height: 1.3em;
	position: relative;
} 
.thrColFixHdr #header {
	padding: 0px;  /* 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. */
	background-color: #FFFFFF;
	margin: 0px;
	height: 269px;
	width: 960px;
} 
#header a {
	border-style: none;
	border-width: 0px;
}
#header img {
	border-style: none;
	border-width: 0px;
}
.thrColFixHdr #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 */
}
.thrColFixHdr #sidebar1 {
	float: left; /* since this element is floated, a width must be given */
	width: 234px;
	margin: 0px;
	padding: 0px;
}

.thrColFixHdr #basketball {
	float: left; /* since this element is floated, a width must be given */
	width: 234px;
	margin: 0px;
	padding: 0px;
	background-image: url(../images/menubkgrnd-bsktbll.gif);
	background-repeat: no-repeat;
	background-position: right top;
	height: 500px;
}
.thrColFixHdr #baseball {
	float: left; /* since this element is floated, a width must be given */
	width: 234px;
	margin: 0px;
	padding: 0px;
	height: 500px;
	background: url(../images/menubkgrnd-baseball.gif) no-repeat right top;
}
.thrColFixHdr #dgs {
	float: left; /* since this element is floated, a width must be given */
	width: 234px;
	margin: 0px;
	padding: 0px;
	height: 500px;
	background: url(../images/menubkgrnd-dgs.gif) no-repeat right top;
}
.thrColFixHdr #camps {
	float: left; /* since this element is floated, a width must be given */
	width: 234px;
	margin: 0px;
	padding: 0px;
	height: 500px;
	background: url(../images/menubkgrnd-academies.gif) no-repeat right top;
}
#dgs a {
	color: #FFF;
}
#dgs p {
	padding-right: 20px;
	padding-left: 20px;
}
.thrColFixHdr #club {
	float: left; /* since this element is floated, a width must be given */
	width: 234px;
	margin: 0px;
	padding: 0px;
	height: 500px;
	background: url(../images/menubkgrnd-club.gif) no-repeat right top;
}
.thrColFixHdr #warriors {
	float: left; /* since this element is floated, a width must be given */
	width: 234px;
	margin: 0px;
	padding: 0px;
	height: 500px;
	background: url(../images/menubkgrnd-warriors.gif) no-repeat right top;
}
.thrColFixHdr #team {
	float: left; /* since this element is floated, a width must be given */
	width: 234px;
	margin: 0px;
	padding: 0px;
	height: 500px;
	background: url(../images/menubkgrnd-teamsports.gif) no-repeat right top;
}

/* SpryMenuBarVertical.css - Revision: Spry Preview Release 1.4 */

/* Copyright (c) 2006. Adobe Systems Incorporated. All rights reserved. */

/*******************************************************************************

 LAYOUT INFORMATION: describes box model, positioning, z-order

 *******************************************************************************/

/* The outermost container of the Menu Bar, a fixed width box with no margin or padding */

.thrColFixHdr ul {
	margin: 0;
	padding: 0;
	list-style-type: none;
	font-size: 100%;
	cursor: default;
	width: 100%;
}
 /* Menu item containers, position children relative to this container and are same fixed width as parent */
.thrColFixHdr ul li {
	margin: 0px;
	padding: 0px;
	list-style-type: none;
	position: relative;
	text-align: left;
	cursor: pointer;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #6DA0E9;
}

 /* Menu items are a light gray block with padding and no text decoration */
.thrColFixHdr ul li.selected a{
	display: block;
	cursor: pointer;
	color: #c6cfdf;
	text-decoration: none;
	padding-top: 4px;
	padding-right: 20px;
	padding-bottom: 4px;
	padding-left: 25px;
	font-weight: bold;
	font-size: 1.1em;
	background-image: url(../images/menubkgrnd-over.png);
	background-repeat: repeat;
}
 /* Menu items are a light gray block with padding and no text decoration */
.thrColFixHdr ul li.toplevel a{
	display: block;
	cursor: pointer;
	color: #FFFFFF;
	text-decoration: none;
	padding-top: 4px;
	padding-right: 20px;
	padding-bottom: 4px;
	padding-left: 25px;
	font-weight: bold;
	font-size: 1.1em;
}
 /* Menu items are a light gray block with padding and no text decoration */
.thrColFixHdr ul li.sublevel a{
	display: block;
	cursor: pointer;
	color: #c6cfdf;
	text-decoration: none;
	padding-top: 2px;
	padding-right: 20px;
	padding-bottom: 2px;
	padding-left: 30px;
	background-image: url(../images/menubkgrnd-over.png);
	background-repeat: repeat;
}

 /* Menu items are a light gray block with padding and no text decoration */
.thrColFixHdr ul li.subselected a{
	display: block;
	cursor: pointer;
	color: #FFFFFF;
	text-decoration: none;
	padding-top: 6px;
	padding-right: 20px;
	padding-bottom: 6px;
	padding-left: 30px;
	font-weight: normal;
	font-size: 1.6em;
	background-image: url(../images/menubkgrnd-over.png);
	background-repeat: repeat;
	text-transform: uppercase;
}
.thrColFixHdr ul li.subselected2 a {
	display: block;
	cursor: pointer;
	color: #FFFFFF;
	text-decoration: none;
	padding-top: 6px;
	padding-right: 20px;
	padding-bottom: 6px;
	padding-left: 30px;
	font-weight: normal;
	background-image: url(../images/menubkgrnd-over.png);
	background-repeat: repeat;
	text-transform: uppercase;
	font-size: 1.25em;
}
.thrColFixHdr ul li.subselected3 a {
	display: block;
	cursor: pointer;
	color: #FFFFFF;
	text-decoration: none;
	padding-top: 6px;
	padding-right: 20px;
	padding-bottom: 6px;
	padding-left: 30px;
	font-weight: bold;
	background-image: url(../images/menubkgrnd-over.png);
	background-repeat: repeat;
}

 /* Menu items are a light gray block with padding and no text decoration */
.thrColFixHdr ul li.subsublevel a{
	display: block;
	cursor: pointer;
	color: #c6cfdf;
	text-decoration: none;
	padding-top: 2px;
	padding-right: 20px;
	padding-bottom: 2px;
	padding-left: 40px;
	font-weight: normal;
	font-size: .9em;
	background-image: url(../images/menubkgrnd-over.png);
	background-repeat: repeat;
}
/* Menu items that have mouse over or focus have a blue background and white text */
.thrColFixHdr ul li.toplevel a:hover, .thrColFixHdr ul li.selected a:hover, .thrColFixHdr ul li.sublevel a:hover, .thrColFixHdr ul li.subsublevel a:hover, .thrColFixHdr ul li.toplevel a:focus, .thrColFixHdr ul li.selected a:focus, .thrColFixHdr ul li.sublevel a:focus,  .thrColFixHdr ul li.subsublevel a:focus {
	background-image: url(../images/menubkgrnd-actv.png);
	background-repeat: repeat;
	color: #FFF;
	border-right-width: 5px;
	border-right-style: solid;
	border-right-color: #6DA0E9;
}
.thrColFixHdr #sidebar2 {
	float: right; /* since this element is floated, a width must be given */
	width: 135px; /* the background color will be displayed for the length of the content in the column, but no further */
	padding: 0px; /* padding keeps the content of the div away from the edges */
	margin: 0px;
}
#sidebar2 p {
	color: #FFF;
	padding-right: 5px;
	padding-left: 5px;
	text-align: center;
}
#sidebar2 a {
	color: #FFF;
}
.thrColFixHdr #mainContent {
	margin-top: 0;
	margin-right: 140px;
	margin-bottom: 0;
	margin-left: 239px;
	padding: 0px;
} 
.thrColFixHdr #container #mainContent p.first {
	padding-left: 20px;
	color: #103377;
	font-size: 1.1em;
	margin: 0px;
	padding-bottom: 20px;
}
.thrColFixHdr #container #mainContent p {
	margin: 0px;
	padding-right: 20px;
	padding-left: 20px;
	padding-bottom: 15px;
}
.thrColFixHdr #container #mainContent h1 {
	text-transform: uppercase;
	color: #002664;
	font-size: 1.4em;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #6DA0E9;
	padding-top: 20px;
	padding-right: 20px;
	padding-bottom: 4px;
	padding-left: 20px;
	margin: 0px;
}
.thrColFixHdr #container #mainContent h2 {
	color: #002664;
	font-size: 1.25em;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #6DA0E9;
	padding-top: 20px;
	padding-right: 20px;
	padding-bottom: 4px;
	padding-left: 20px;
	margin: 0px;
	text-transform: uppercase;
}
.thrColFixHdr #container #mainContent h3 {
	text-transform: uppercase;
	color: #002664;
	font-size: 1.1em;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #6DA0E9;
	padding-top: 20px;
	padding-right: 20px;
	padding-bottom: 4px;
	padding-left: 20px;
	margin: 0px;
}
.sectionhead {
	text-transform: uppercase;
	color: #002664;
	font-size: 1.1em;
	padding-top: 20px;
	padding-right: 20px;
	padding-bottom: 4px;
	padding-left: 20px;
	margin: 0px;
	font-weight: bold;
}
.thrColFixHdr #container #mainContent h4 {
	color: #002664;
	font-size: 1em;
	padding-top: 5px;
	padding-right: 20px;
	padding-bottom: 4px;
	padding-left: 20px;
	margin: 0px;
}
#regform {
	background: #FFF;
	margin-left: 20px;
	padding: 5px;
	width: auto;
	border: 1px solid #002664;
	margin-right: 20px;
}
.thrColFixHdr #container #mainContent ul {
	margin: 0px;
	padding-right: 20px;
	padding-bottom: 15px;
}
#mainContent ul {
	border-style: none;
	list-style: disc;
	display: inline;
}
#mainContent li {
	margin: 0px 0px 0px 40px;
	padding: 0px 20px 5px 0px;
	list-style: disc outside;
	border-style: none;
}
#mainContent #video {
	width: 328px;
	float: right;
	margin-right: 10px;
	margin-left: 10px;
	margin-top: 10px;
	border: 2px solid #0A2664;
	height: 240px;
}
.thrColFixHdr #footer {
	padding: 0px;
	width: 960px;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
} 
.thrColFixHdr #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: 10px 0; /* padding on this element will create space, just as the the margin would have, without the margin collapse issue */
	font-size: .7em;
	color: #C6CFDF;
}
.thrColFixHdr #footer a {
	color: #C6CFDF;
}
.fltrt { /* this class can be used to float an element right in your page. The floated element must precede the element it should be next to on the page. */
	float: right;
	margin-left: 8px;
}
.fltlft { /* this class can be used to float an element left in your page */
	float: left;
	margin-right: 8px;
}
.clearfloat { /* this class should be placed on a div or break element and should be the final element before the close of a container that should fully contain a float */
	clear:both;
    height:0;
    font-size: 1px;
    line-height: 0px;
}
.thrColFixHdr ul li.sublevel2 a {
	display: block;
	cursor: pointer;
	color: #c6cfdf;
	text-decoration: none;
	padding-top: 2px;
	padding-right: 20px;
	padding-bottom: 2px;
	padding-left: 30px;
}
#mainContent #generic_table {
	margin-left: 20px;
	margin-right: 20px;
}
#mainContent #generic_table td {
	background: #FFF;
	border: 1px solid #103377;
}
#mainContent #generic_table th {
	background: #FFF;
	border: 1px solid #103377;
}
#mainContent h2 .breaking {
	color: #900;
	font-style: italic;
}
#mainContent #intro {
	background: #FFF;
	border: 1px solid #103377;
	margin-bottom: 5px;
	margin-left: 5px;
	margin-right: 0px;
	width: 245px;
}
#mainContent #intro p {
	margin: 0px;
	padding: 0px;
}
#mainContent #intro h4 {
	border-style: none;
	margin-left: 20px;
	text-transform: uppercase;
	color: #103377;
	margin-bottom: 0px;
	margin-top: 10px;
}
#header #ticker {
	height: 26px;
	width: 524px;
	top: 225px;
	left: 280px;
	position: absolute;
}

