body {
  margin: 0;
  padding: 0;
  text-align: center;
  min-width: 740px;
  background-color: #ff6600;
  color: white;
  background-image: url(images/steel.jpg);
  background-repeat: repeat-x;
  font: small Arial, Helvetica, Verdana, sans-serif;
}
#wrapper {
  text-align: left;
  width: 782px;
  margin-left: auto;
  margin-right: auto;
  background-color: #fdf8f2;
  color: #01407a;
  /* padding: 10px; */
  top: inherit;
}
#tagline {
  font-size: large;
  font-weight: bold;
  color: #050845;
  font-style: italic;
  margin: 0 0 0.5em 0;
  padding: 0 0 0 20px;
}
#content {
  background-color: black;
  border: 1px solid #f0f0f0;
  padding: 0;
  display: inline-block;
  width: 780px;
  height: 800px;
}
#content .inner {
  margin: 10px;
  width: 575px;
  height: 258px;
}
#content h1 {
  font-size: 120%;
  color: #666666;
  padding: 0.3em 0 0.3em 30px;
  background-image: url(img/ball.gif);
  background-repeat: no-repeat;
  background-position: left center;
  border-top: 1px solid #c5d6e2;
  border-bottom: 1px solid #c5d6e2;
}
#content h2 {
  font-size: 260%;
  font-weight: normal;
  font-family: Georgia, Times, "Times New Roman", serif;
  color: #666666;
  border-bottom: 1px solid #c5d6e2;
  margin: 1em 0 0 0;
}
#content p {
  color: #666666;
  line-height: 1.6em;
}
#dateline {
  font-size: 160%;
  font-weight: normal;
  font-family: Georgia, Times, "Times New Roman", serif;
  color: #032469;
  margin: 0.3em 0 0 0;
}
table.schedule {
  clear: right;
  width: 100%;
  line-height: 1.4em;
  border-collapse: collapse;
  border: 4px solid #adbbca;
  color: #666666;
  background: #f0f0f0;
}
table.schedule caption {
  margin: 0;
  padding: 0;
  color: #032469;
  line-height: 2em;
  text-align: left;
  font-weight: bold;
}
table.schedule thead tr {
  color: white;
  background: #5e7796;
}
table.schedule thead tr th {
  padding: 0.4em 0.6em 0.4em 0.6em;
  border: 4px solid #adbbca;
}
table.schedule tbody tr {
  border: 4px solid #666666;
}
table.schedule tbody th {
  padding: 0.6em;
  border: 4px solid #adbbca;
}
table.schedule tbody td {
  background: #c4cfdb;
  padding-left:  0.6em;
  border-bottom: 4px solid #ccc;
}
table.schedule tbody tr.odd {
  background: #c4cfdb;
}
table.schedule tbody tr.odd td {
  background: #FFFFFF;
  color: #4f6480;
}
table.schedule tbody tr th a:link {
  font-weight: bold;
  color: #5e7796;
  text-decoration: underline;
}
table.schedule tbody tr th a:visited {
  font-weight: bold;
  color: #5e7796;
}
table.schedule tbody tr th a:hover {
  font-weight: bold;
  color: #5e7796;
  text-decoration: none;
}
table.schedule tbody td a:link {
  color: #808000;
  text-decoration: underline;
}
table.schedule tbody td a:visited {
  color: #808000;
}
table.schedule tbody td a:hover {
  color: #808000;
  text-decoration: none;
}
#content-wrapper {
  /* margin: 0 0 0 200px; */
  margin: 0 0 0 0px; 
}
#main {
  position: relative;
  top: 0px;
  height: 24px;
  left: 0px;
  width: 595px;
}
#extras {
  width: 780px;
  background-color: white;
  border: 1px solid #f0f0f0;
  float: left;
  height: 24px;
}
.calendar
{
  height: 190px;
  width: 190px;
}
.intro {
  font-weight: bold;
}
.selectedDate
{
  text-align: center;
}

