body {
  margin: 0;
  padding: 0;
  background-color: #999999;
}

#whole {
  background-color: #ffffff;
  margin: 20px 0px 0px 20px;
  width: 850;
}

#overallheader {
  background-color: #333366;
}

#headerA {
  border-top: 1px solid #000000;
}

#headerB {
  clear: both;
  margin: 0;
  padding: 0;
  border-left: 1px solid #000000;
  border-right: 1px solid #000000;
  border-top: 1px solid #000000;
  border-bottom: 1px solid #000000;
  background: #999999;
  font-family: Verdana, Helvetica, Ariel, sans-sarif;
  font-size: 0.8em;
  text-decoration: none;
  text-align: center;
  font-weight: bold;
  height: 1.5em;
}

#headerB ul {
  margin: 0;
  padding: 0;
}

#headerB li {
  display: inline;
}

#headerB a:link, #headerB a:visited {
  text-decoration: none;
  color: #ffffff;
}

#headerB a:hover {
  color: #000000;
}

#headerC {
  clear: both;
  margin: 0;
  padding: 0;
  border-left: 1px solid #000000;
  border-right: 1px solid #000000;
  border-bottom: 1px solid #000000;
  background: #cccccc;
  font-family: Verdana, Helvetica, Ariel, sans-sarif;
  font-size: 0.8em;
  text-decoration: none;
  text-align: center;
  font-weight: bold;
  height: 1.5em;
}

#headerC ul {
  margin: 0;
  padding: 0;
}

#headerC li {
  display: inline;
}

#headerC a:link, #headerC a:visited {
  text-decoration: none;
  color: #000000;
}

#headerC a:hover {
  color: #ffffff;
}

#headerD {
  margin: 0;
  padding: 0;
  border-bottom: 1px solid #000000;
  border-left: 1px solid #000000;
  border-right: 1px solid #000000;
}

#main {
  position: relative;
  top: 0;
  left: 0;
  width: 100%;
  min-height: 650px;
  height: auto !important;
  height: 650px;
  background-color: #ffffff;
  border-left: 1px solid #000000;
  border-right: 1px solid #000000;
}

html>body #main{height:auto; min-height:100%;}

#mainleft {
  width: 470;
  background-color: #ffffff;
}

#centerleft {
  float: left;
  padding-left: 10;
  padding-top: 10;
  width: 550;
  font-family: Verdana, Helvetica, Ariel, sans-sarif;
  font-size: .8em;
  text-decoration: none;
}

#centerleft a:link, #centerleft a:visited {
  color: #256290;
  font-weight: normal; 
  text-decoration: none;
}

.centertitle {
  font-size: 1.2em;
  font-weight: bold;
  color: #256290;
}

.centerteam {
  font-size: 1.4em;
  font-weight: bold;
  color: #256290;
}

.centerinfo {
  font-size: 1.0em;
  color: #000000;
}

.headline {
  font-weight: bold; 
}

.tableheadline {
  font-size: .8em;
  font-weight: bold; 
}

.tabledate {
  font-size: .8em;
}

.tablelink {
  font-size: .8em;
  font-weight: bold; 
}

.question {
  color: #666666; 
}

#teamleft {
  float: left;
  padding-left: 10;
  padding-top: 10;
  width: 500;
  font-family: Verdana, Helvetica, Ariel, sans-sarif;
}


#teamright {
  position: absolute;
  top: 45;
  right:125;
}

#teamrest {
  float: left;
  clear: both;
  padding-left: 10;
  padding-top: 10;
}

#centerright {
  position: absolute;
  top: 20;
  right:20;
}

#teamcenterright {
  position: absolute;
  padding-left: 10;
  padding-top: 10;
  top: 320;
  right:20;
  min-height: 220px;
  height: auto !important;
  height: 220px;
  width: 270;
  font-family: Verdana, Helvetica, Ariel, sans-sarif;
  font-size: .8em;
  background: #cccccc;
}


#teamcenterright a:link, #teamcenterleft a:visited {
  color: #256290;
  font-weight: normal; 
  text-decoration: none;
}


#ads {
  clear: both;
  padding-top: 40;
  height: 60;
  width: 470;
}

/* BELOW THIS LINE IS EVERYTHING I ADDED FOR THE SCHEDULES */
label {
	float: left;
	width: 75px;
	margin-right: 15px;
	text-align: right;
}
fieldset {
	margin: 10px;
	padding: 10px;
	border: 1px solid #000033;
}
fieldset.noedit {
	background-color: #eaeaea;
}
fieldset div {
	margin: 5px 0;
}
input,select {
	border: 1px solid #000033;
	color: #000033;
	padding: 1px 2px;
}
button {
	border: 1px solid #000033;
	background-color: #bcbbe7;
	color: #000033;
}
p.desc {
	padding: 0;
	margin: 2px 0 5px 92px;
	font-size: 9px;
}
.location {
	padding: 0;
	margin: 0 5px;
	font-size: 10px;
}
