

	div   {
		position: absolute;
		border: 10px single black;
		color: black;
		text-align: center;
	}


	div.top   {
		/*  background-color: red; */
		z-index: 1;
		left: 44px;
		top: 0px;
		height:100px;
		font: times new roman;
		font-size: 32pt;

	}


	div.nav   {

		/* background-color: green; */	
		z-index: 2;
		left: 0px;
		top: 100px;
		height: 400px;
	}

	div.content   {
		 /*  background-image: url(bgimage.jpg);   */
		 /*  background-color: blue;               */
		z-index: 3;
		position: absolute;
		left: 5px;
		top: 300px;
	
	}


	div.welcometext   {
		 /*  background-image: url(bgimage.jpg);   */
		 /*  background-color: blue;               */
		position: absolute;		
		z-index: 3;
		left: 5px;
		top: 100px;
		
	}




	div.under   {
		
		z-index: 0;
	
		/* COmmenting out bgimage to test wipscheduke2.html 

		background-image: url(bgimage.jpg);  */


		left: 0px;
		top: 0px;
		height: 600px;
		width: 800px;
	}

	div.bottom   {
		/*  background-color: yellow;  */
		z-index: 4;
		left: 0px;
		top: 500px;
		height: 100px;
		width: 800px;
	}


/*  Added My Navigation Stuff		*/
		div.accessaid {
			position: absolute;
			height: 0;
			overflow: hidden;
		}
		
		
		
		div.nav {
			position: absolute;
			top: 90px;
			left: 0;
			width: 180px;
			color: white;
		}
		
		div.nav ul {
			margin: 0 0 1em 0;
			padding: 0;
			list-style: none;
		}
		
		div.nav ul a {
			color: black;
			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: #000080;
			color: white;
		}

/* Experimenting with Images  8:54PM Saturday    */

		div.content img {
			position: absolute;
			top: 5px;
			left: 350px;
			width: 200px;
			height: 125px;
			padding: 1px;
			border: 2px solid #333;
			float: right;
			margin: 0 0 1em 1em;

		}



		
/* Sponsor Images  */



		div.sponsor1   {
			position: absolute;
			top:1005px;
			left: 125px;
			width: 200px;
			height: 48px;
			padding: 1px;
			float: left;
			margin: 0 0 1em 1em;
			z-index: 5;
		}



		div.sponsor2   {
			position: absolute;
			top: 1005px;
			left: 375px;
			width: 200px;
			height: 48px;
			padding: 1px;
			float: left;
			margin: 0 0 1em 1em;
			z-index: 6;
		}



		div.sponsor3   {
			position: absolute;
			top: 1005px;
			left: 600px;
			width: 200px;
			height: 48px;
			padding: 1px;
			float: left;
			margin: 0 0 1em 1em;
			z-index: 7;
		}



		div.sponsor4   {
			position: absolute;
			top: 1065px;
			left: 125px;
			width: 200px;
			height: 48px;
			padding: 1px;
			float: left;
			margin: 0 0 1em 1em;
			z-index: 8;
		}



		div.sponsor5   {
			position: absolute;
			top: 1065px;
			left: 375px;
			width: 200px;
			height: 48px;
			padding: 1px;
			float: left;
			margin: 0 0 1em 1em;
			z-index: 9;
		}



		div.sponsor6   {
			position: absolute;
			top: 1065px;
			left: 600px;
			width: 200px;
			height: 48px;
			padding: 1px;
			float: left;
			margin: 0 0 1em 1em;
			z-index: 10;

		   

		}




/* Schedule Page Classes  */
		table.u13blue {
			position: absolute;
			top: 100px;
			left: 190px;
			width: 600px;
			clear:Both;
			text-align:left;
			font-size:11pt;
			z-index: 20;
		}

		.label {
			font-weight:bold;
			font-variant:small-caps;
			z-index: 21;
		}

		table.u13white {
			position: absolute;
			top: 420px;
			left: 190px;
			width: 600px;
			clear:Both;
			text-align:left;
			font-size:11pt;
			z-index: 20;
		}

		.label {
			font-weight:bold;
			font-variant:small-caps;
			z-index: 21;
		}


		table.u15blue {
			position: absolute;
			top: 100px;
			left: 190px;
			width: 600px;
			clear:Both;
			text-align:left;
			font-size:11pt;
			z-index: 20;
		}

		.label {
			font-weight:bold;
			font-variant:small-caps;
			z-index: 21;
		}

		table.u15white {
			position: absolute;
			top: 555px;
			left: 190px;
			width: 600px;
			clear:Both;
			text-align:left;
			font-size:11pt;
			z-index: 20;
		}

		.label {
			font-weight:bold;
			font-variant:small-caps;
			z-index: 21;
		}

		table.events {
			position: absolute;
			top: 100px;
			left: 190px;
			width: 600px;
			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;
		}


		






		