

	div   {
		/* border: 10px single black; */
		position: absolute;
		background-color: #D8D8D8;	
		color: black;
		text-align: center;
		top: 0px;
		left: 0px;
		height:800px;
		width: 1024px;
	}


	div.top   {
		
		position: absolute;
		z-index:1;
		background-color: #D8D8D8;		
		top: 0px;
		height:100px;
		width: 1024px;
		font: times new roman;
		font-size: 28pt;
		text-align: center;

	}


	
	div.welcometext   {
		position: absolute;
		z-index:2;
		background-color: #D8D8D8;
		left: 210px;
		top: 80px;
		height: 400px;
		width: 550px;
		font: times new roman;
		font-size: 14pt;
		Text-align: Left;
	
	}


	

/*  Added My Navigation Stuff		*/
		
		
	div.nav   {

		position: absolute;
		z-index:3;		
		background-color: #D8D8D8;
		top: 75px;
		left 10px;
		width: 180px;
		height: 400px;
		
		}
		

		
		div.nav ul {
			margin: 0 0 1em 0;
			padding: 0;
			list-style: none;
		}
		
		div.nav ul a {
			color: white;
			background: #0033FF;
			font-size:14pt;
			text-decoration: none;
			display: block;
			padding: 0 0.5em;
			margin: 0 1em 1px 1em;
			border: solid 2px;
		}
		
		div.nav a:visited {
			color: #black;
		}
		
		div.nav a:hover {
			background: white;
			color: #0033FF;
		}

		
		div.rtsidebar1 {
			position: absolute;
			z-index: 10;
			background-color: #D8D8D8;
			left: 805px;
			top: 100px;
			height: 175px;
			width:100px;
			font: times new roman;
			font-size: 20pt;
			Text-align: Left;
	
		}

		div.rtsidebar1 img {
			padding: 1px;
			border: 2px solid #333;
			float: right;
			margin: 0 0 1em 1em;

		}

		div.rtsidebar2 {
			position: absolute;
			z-index: 11;
			background-color: #D8D8D8;
			left: 780px;
			top: 230px;
			height: 175px;
			width:100px;
			font: times new roman;
			font-size: 20pt;
			Text-align: Left;
	
		}

		div.rtsidebar2 img {
			padding: 1px;
			border: 2px solid #333;
			float: right;
			margin: 0 0 1em 1em;

		}

		div.rtsidebar3 {
			position: absolute;
			z-index: 12;
			background-color: #B49976;
			left: 800px;
			top:365px;
			height: 50px;
			width:200px;
			font: times new roman;
			font-size: 12pt;
			Text-align: center;
			color: black;
			border: 2px solid #333;
	
		}

		div.rtsidebar4 {
			position: absolute;
			z-index: 13;
			background-color: #B49976;
			left: 800px;
			top:440px;
			height: 50px;
			width:200px;
			font: times new roman;
			font-size: 12pt;
			Text-align: center;
			color: black;
			border: 2px solid #333;
	
		}
		

	div.snowpic   {
			position: absolute;
			z-index:39;			
			top: 250px;
			left: 275px;
			width: 200px;
			height: 48px;
			padding: 1px;
			float: right;
			margin: 0 0 1em 1em;
			
		}

		div.sponsor5   {
			position: absolute;
			z-index:40;			
			top: 542px;
			left: 300px;
			width: 200px;
			height: 48px;
			padding: 1px;
			float: right;
			margin: 0 0 1em 1em;
			
		}



		div.sponsor6   {
			position: absolute;
			z-index:41;
			top: 542px;
			left: 550px;
			width: 200px;
			height: 48px;
			padding: 1px;
			float: right;
			margin: 0 0 1em 1em;
			
		}


/* Schedules.html links to Schedules   */

		div.u13 {
			position: absolute;
			top: 75px;
			left: 225px;
			width: 400px;
			z-index: 30;
		}
		div.u13 a {
			color: black;
			font-size:14pt;
			text-decoration: none;
			display: block;
			padding: 0 0.5em;
			margin: 0 1em 1px 1em;
			border: solid 2px;
		}
		
		div.u13 a:visited {
			color: #black;
		}
		
		div.u13 a:hover {
			background: #000080;
			color: white;
		}


		div.u15 {
			position: absolute;
			top: 110px;
			left: 250;
			z-index: 31;
		}
		div.u15 a {
			color: black;
			font-size:14pt;
			text-decoration: none;
			display: block;
			padding: 0 0.5em;
			margin: 0 1em 1px 1em;
			border: solid 2px;
		}
		
		div.u15 a:visited {
			color: #black;
		}
		
		div.u15 a:hover {
			background: #000080;
			color: white;
		}

/* Schedule Page Classes  */
		table.stats {
			width: 80%;
			clear:Both;
			text-align:left;
			font-size:11pt;
			z-index: 20;
		}

		.label {
			font-weight:bold;
			font-variant:small-caps;
			z-index: 21;
		}


		tr.heading  {
			font-variant:small-caps;
			background-color:navy;
			color:white;
			z-index: 22;
		}

		tr.light {
			background-color:#white;
			z-index: 23;
		}


		tr.dark {
			background-color:#EEEEEE;
			z-index: 23;
		}


		th.season, td.season {
			text-align:left;
			z-index: 24;
		}




		