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;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 100%;
	background-color: #1D4578;
	background-image: url(../images/bg-gradient.jpg);
	background-repeat: repeat-x;
}
.JuniorCudas #container {
	width: 900px;
	margin: 0 auto;
	text-align: left;
	background-repeat: repeat-y;
	background-color: #FFFFFF;
}
.JuniorCudas #header {
	width: 900px;
	height: 204px;
	text-align: center;
	background-color: #FFFFFF;
}
.JuniorCudas #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 */
}
.JuniorCudas #footer {
	height: 30px;
	background-repeat: no-repeat;
	background-color: #FFFFFF;
	text-align: center;
	font-family: Verdana, Geneva, sans-serif;
	font-size: 10px;
	background-image: url(../images/bg-footer.gif);
	background-position: center bottom;
}
.JuniorCudas #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 */
}
.JuniorCudas #header #MenuLayer {
	z-index:8;
	padding-left: 120px;
	margin-top: -42px;
}
.JuniorCudas #container #mainBody {
	width:820px;
	height:auto;
	z-index:3;
	background-color: #FFFFFF;
	position: relative;
	text-align: left;
	padding-left: 40px;
	padding-right: 40px;
	padding-top: 20px;
}
.JuniorCudas #container #mainBody p{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	margin: 0px;
	padding: 0px;
}
.JuniorCudas  #container  #mainBody  h1{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 18px;
	font-weight: bold;
	color: #1D4578;
	line-height: 24px;
	margin: 0px;
	padding: 0px;
}
.JuniorCudas #container #mainBody h2 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: bold;
	color: #1D4578;
	margin: 0px;
	padding: 0px;
}
.JuniorCudas #container #mainBody h3 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #1D4578;
	margin: 0px;
	padding: 0px;
}
.JuniorCudas #container #mainBody h4 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: normal;
	color: #000;
	margin: 0px;
	padding: 0px;
}
.JuniorCudas  #container  #mainBody .warning{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #FF0609;
}
.JuniorCudas  #container  #mainBody .teamHeaders{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 18px;
	font-weight: bold;
	color: #FFFFFF;
}
.JuniorCudas #container #mainBody #hockey101Box {
	width:auto;
	height:auto;
	z-index:3;
	float: left;
	text-align: center;
	padding-left: 120px;
}
.JuniorCudas #container #mainBody #houseLeagueBox {
	width:160px;
	height:auto;
	z-index:4;
	text-align: center;
	float: left;
	margin-left: 24px;
}
.JuniorCudas #container #mainBody #travelHockeyBox {
	width:auto;
	height:auto;
	z-index:3;
	float: left;
	text-align: center;
	margin-left: 26px;
}
.JuniorCudas #container #mainBody #travelTable {
	background-image: url(../images/bg-column.jpg);
	background-repeat: repeat-y;
}
.JuniorCudas #container #mainBody #KeyDates {
	position:relative;
	width:280px;
	height:auto;
	float: left;
	margin-top: 40px;
	margin-left: 40px;
}
.JuniorCudas #container #mainBody #KeyDates p{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
}
.JuniorCudas  #container  #mainBody  #KeyDates  h1 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: bold;
	color: #FFFFFF;
	background-color: #1D4578;
}
.JuniorCudas  #container  #mainBody  #KeyDates  h2 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #1D4578;
}
.JuniorCudas  #container  #mainBody  #newsBox {
	position:relative;
	width:500px;
	height:auto;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	float: left;
	clear: both;
	margin-bottom: 40px;
	margin-top: 40px;
	padding-left: 0px;
}
.JuniorCudas  #container  #mainBody  #newsBox  h1 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: bold;
	color: #FFFFFF;
	background-color: #1D4578;
}
.JuniorCudas   #container   #mainBody   #newsBox   a:link {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #558FD7;
	background-color: #FFFFFF;
	text-decoration: none;
}
.JuniorCudas  #container  #mainBody  #newsBox  a:hover {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #FD0100;
	background-color: #FFFFFF;
	text-decoration: underline;
}
.JuniorCudas   #container   #mainBody   #newsBox   a:visited {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #558FD7;
	background-color: #FFFFFF;
	text-decoration: none;
}
.JuniorCudas  #container  #mainBody  #geerServicesBox {
	position:relative;
	width:200px;
	height:auto;
	margin-top: 40px;
	margin-left: 40px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
}
.JuniorCudas  #container  #mainBody  #counter {
	position:relative;
	width:780px;
	height:auto;
	text-align: center;
	clear: both;
}
.JuniorCudas  .scheduleTimes {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: bold;
}
.JuniorCudas  .coaches{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
}
.JuniorCudas  .players{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
}
.fltRt{
	float: right;
}
.fltLt{
	float: left;
	padding-right: 4px;
}
.JuniorCudas  #container  #mainBody  #managersTable  h2 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: bold;
	color: #FFFFFF;
	background-color: #1D4578;
}
.JuniorCudas #container #mainBody li{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	margin: 0px;
	padding: 0px;
}
.JuniorCudas #container #presidentsTable h2{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	margin: 0px;
	padding: 0px;
	color: #FFF;
	font-weight: bold;
}