

	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;
		left: 180px;
		top: 100px;
		height: 400px;
		width: 620px;
		font: times new roman;
		font-size: 20pt;
		Text-align: Left;
	
	}


	div.welcometext   {
		 /*  background-image: url(bgimage.jpg);   */
		 /*  background-color: blue;               */
		z-index: 3;
		left: 180px;
		top: 80px;
		height: 400px;
		width: 350px;
		font: times new roman;
		font-size: 17pt;
		Text-align: Left;
	
	}


	div.odell   {
		 /*  background-image: url(bgimage.jpg);   */
		 /*  background-color: blue;               */
		z-index: 10;
		left: 305px;
		top: 445px;
		width: 100px;
		font: times new roman;
		font-size: 13pt;
		Text-align: Left;
	
	}

	div.ribbon   {
		 /*  background-image: url(bgimage.jpg);   */
		 /*  background-color: blue;               */
		z-index: 11;
		left: 540px;
		top: 250px;
		width: 246px;
		height: 37px;
		font: times new roman;
		font-size: 13pt;
		Text-align: Left;
	
	}
	
	div.ribbontext   {
		 /*  background-image: url(bgimage.jpg);   */
		 /*  background-color: blue;               */
		position: absolute;
		z-index: 14;
		left: 618px;
		top: 262px;
		width: 60px;
		height: 37px;
		font: times new roman;
		font-size: 16pt;
		Text-align: right;
		color: black;
	
	}

	div.homestuff   {
		 /*  background-image: url(bgimage.jpg);   */
		 /*  background-color: blue;               */
		z-index: 10;
		left: 550px;
		top: 300px;
		width: 220px;
		height: 180px;
		
	
	}


	div.under   {
		
		z-index: 0;
		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: 75px;
			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;
		}



/* Schedules.html links to Schedules   */

		div.u13 {
			position: absolute;
			top: 90px;
			left: 250;
			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;
		}



/* 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: 480px;
			left: 50px;
			width: 200px;
			height: 48px;
			padding: 1px;
			float: left;
			margin: 0 0 1em 1em;
			z-index: 5;
		}



		div.sponsor2   {
			position: absolute;
			top: 480px;
			left: 300px;
			width: 200px;
			height: 48px;
			padding: 1px;
			float: left;
			margin: 0 0 1em 1em;
			z-index: 6;
		}



		div.sponsor3   {
			position: absolute;
			top: 480px;
			left: 550px;
			width: 200px;
			height: 48px;
			padding: 1px;
			float: left;
			margin: 0 0 1em 1em;
			z-index: 7;
		}



		div.sponsor4   {
			position: absolute;
			top: 542px;
			left: 50px;
			width: 200px;
			height: 48px;
			padding: 1px;
			float: right;
			margin: 0 0 1em 1em;
			z-index: 8;
		}



		div.sponsor5   {
			position: absolute;
			top: 542px;
			left: 300px;
			width: 200px;
			height: 48px;
			padding: 1px;
			float: right;
			margin: 0 0 1em 1em;
			z-index: 9;
		}



		div.sponsor6   {
			position: absolute;
			top: 542px;
			left: 550px;
			width: 200px;
			height: 48px;
			padding: 1px;
			float: right;
			margin: 0 0 1em 1em;
			z-index: 10;
		}


		div.xcelerate   {
		 /*  background-image: url(bgimage.jpg);   */
		 /*  background-color: blue;               */
		position: absolute;
		z-index: 40;
		left: 6px;
		top: 420px;
		width: 150px;
		height: 50px;
		padding: 1px;
		float: right;
		margin: 0 0 1em 1em;
		
		}


		div.copywright   {
			position: absolute;
			top: 580px;
			left: 350px;
			width: 200px;
			height: 125px;
			padding: 1px;
			border: 2px solid #333;
			float: right;
			margin: 0 0 1em 1em;
			z-index: 11;
		}

/* Index Teams Image  */

		div.teams   {
			position: absolute;
			top: 295px;
			left:160px;
			width: 350px;
			height:170px;
			padding: 1px;
			float: left;
			margin: 0 0 1em 1em;
			z-index: 9;
		}




/* Site Page Classes   */

		div.map   {
			 /*  background-image: url(bgimage.jpg);   */
			 /*  background-color: blue;               */
			z-index: 3;
			left: 180px;
			top: 80px;
			height: 350px;
			width: 330px;
			font: times new roman;
			font-size: 17pt;
			Text-align: Left;
	
		}




/* Photo Gallery Page Classes  */

		div.banner   {
			position: absolute;
			top: 80px;
			left: 160px;
			width: 400px;
			height: 275x;
			padding: 1px;
			float: right;
			margin: 0 0 1em 1em;
			z-index: 10;
		}

		div.bigpix   {
			position: absolute;
			top: 80px;
			left: 160px;
			width: 400px;
			height: 350x;
			padding: 1px;
			float: right;
			margin: 0 0 1em 1em;
			z-index: 15;
			font: times new roman;
			font-size: 16pt;
			Text-align: center;
			color: black;
		}


/* 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;
		}



/* Schedule Page Classes  */


	div.rulestext   {
		 /*  background-image: url(bgimage.jpg);   */
		 /*  background-color: blue;               */
		z-index: 3;
		left: 180px;
		top: 80px;
		height: 400px;
		width: 350px;
		font: times new roman;
		font-weight: medium;
		font-size: 14pt;
		Text-align: Left;
		Text-decoration: underline;
	
	}

div.wall2wall   {
		 	position: absolute;
			z-index: 25;
			top: 280px;
			left: 570px;
			width: 185px;
			height: 45px;
		}



		