body { 
  margin: 0;
  padding: 0;
  color: #200;
  font-family: georgia, times, "times new roman", serif;
}

a:link {
  text-decoration: none;
  color: #b50;
}

a:visited {
  text-decoration: none;
}

a:hover {
  text-decoration: underline;
}

a:active {
  text-decoration: none;
}

p {
  /* margin-left: 2em; */
  /* margin-right: 2em; */
  padding: 0em 2em 0em 2em;
  text-indent: 1em;
}

#container {
  margin: 1em 5%;
  background-color: #fff;
  width: 900px;
  //height: 900px;
  border: 1px solid #333;
}

#banner {
  background-color: #fff;
  height: 225px;
  width: 100%;
}

#banner img {
  margin: 0;
}

#nav {
  height: 44px;
  width: 100%;
  background-color: yellow;
}

#content {
  padding-bottom: 1em;
  width: 100%;
  overflow-x: auto;
  background-color: #da5;
  border-top: 1px solid #333;
}

#footer {
  clear: both;
  height: 24px;
  width: 100%;
  background-color:#a63;
  text-align: center;
  border-top: 1px solid #333;
}

 /* common styling */
.menu {
  font-family: verdana, sans-serif; 
  /* width:750px;  */
  width: 100%;
  position:relative; 
  font-size:0.85em;
  z-index:100;
}
.menu ul {
  padding:0; 
  margin:0;
  list-style-type: none;
}
.menu ul li {
  float:left;
  position:relative;
}
.menu ul li a, .menu ul li a:visited {
  display:block; 
  text-decoration:none; 
  color:#000; 
  /* width:139px; */
  width:169px;
  /* height:3em;  */
  height:43px; 
  color:#000; 
  border:1px solid #000; 
  border-width:1px 1px 0 0; 
  /* background:#dfc184; */
  background-color:#a63;
  padding-left:10px; 
  line-height:3em;
}
* html .menu ul li a, .menu ul li a:visited {
  /* width:149px; */
  /* w\idth:139px; */
  width:169px;
  w\idth:169px;
}
.menu ul li ul {
  display: none;
}
table.nav {
  margin:-1px;
  border-collapse:collapse;
  font-size:1em;
}

/* specific to non IE browsers */
.menu ul li:hover a,
.menu ul li a:hover {
  color:#fff; 
  background:#bd8d5e;
}

.menu ul li:hover ul,
.menu ul li a:hover ul {
  display:block; 
  position:absolute; 
  /* top:3em; */
  top:43px;
  margin-top:1px;
  left:0; 
  /* width:150px; */
  width:169px;
}
* html .menu ul li a:hover ul {
  margin-top:0;
  marg\in-top:1px;
}

.menu ul li:hover ul li ul,
.menu ul li a:hover ul li a ul {
  visibility:hidden; 
  position:absolute; 
  height:0; 
  width:0;
}

.menu ul li:hover ul li a,
.menu ul li a:hover ul li a {
  display:block; 
  background:#faeec7; 
  color:#000; 
  height:auto; 
  line-height:1.2em; 
  padding:5px 10px; 
  /* width:129px */
  width:159px;
}
* html .menu ul li a:hover ul li a {
  /* width:150px; */
  /* w\idth:129px; */
  width:159px;
  w\idth:159px;
}

.menu ul li:hover ul li a.drop,
.menu ul li a:hover ul li a.drop {
  background:#c9c9a7 url(../../graphics/drop.gif) bottom right no-repeat;
}

.menu ul li:hover ul li a:hover,
.menu ul li a:hover ul li a:hover {
  background:#c9c9a7; 
  color:#000;
}

.menu ul li:hover ul li:hover ul,
.menu ul li a:hover ul li a:hover ul {
  visibility:visible; 
  position:absolute; 
  /* left:150px;  */
  left:180px; 
  top:0;
  /* width:150px; */
  width:259px;
}

.menu ul li:hover ul li:hover ul.left,
.menu ul li a:hover ul li a:hover ul.left {
  /* left:-150px; */
  left:-180px;
}

h1.schedule {
  text-align: center;
}

h3.schedule {
  text-align: center;
}

table.schedule {
  border: 2px solid red;
  //border-spacing:
  //caption-side: top;
  empty-cells: show;
  //table-layout: fixed;
  //frame;
  //rules;
}

th.schedule {
  border: 1px solid yellow;
}

tr.schedule {
  bgcolor: #333;
}

td.schedule {
  border: 1px solid blue;
  text-align: center;
}
