/* schedule pop-up styles */
#schedule #schedwrap { text-align: left; width: 280px; color: #f6efe4; margin: 15px auto; padding: 15px 5px; background: #000 url(../graphics/schedHead.jpg) top left no-repeat; }

#schedule dl { width: 260px; margin: 80px auto 20px; padding: 0; font: bold 1em/1.5em arial, sans-serif; text-align: left; }
#schedule a:link, #schedule a:visited { color: #f90; }
#schedule a:hover { text-decoration: underline; }
#schedule dt { background: none; margin: 1em 0 0; padding: 0; text-transform: uppercase; }
#schedule dd { margin-left: 16px; padding: 0; }

#schedule h6 { text-transform: none; font-size: 1.5em; color: #f90; margin: 50px 5px;  }
* html #schedule h6 { margin-top: 60px; }
#schedule p { margin: 1em; }
