.rounded {
  -moz-border-radius: 7px;
  -webkit-border-radius: 7px;
  border-radius: 7px;
}
.rounded_nw {
  -webkit-border-top-left-radius: 7px;
  -moz-border-radius-topleft: 7px;
}
.rounded_ne {
  -webkit-border-top-right-radius: 7px;
  -moz-border-radius-topright: 7px;
}
.rounded_sw {
  -webkit-border-bottom-left-radius: 7px;
  -moz-border-radius-bottomleft: 7px;
}
.rounded_se {
  -webkit-border-bottom-right-radius: 7px;
  -moz-border-radius-bottomright: 7px;
}
.rounded_nw_off {
  -webkit-border-top-left-radius: 0px;
  -moz-border-radius-topleft: 0px;
}
.rounded_small {
  -moz-border-radius: 3px;
  -webkit-border-radius: 3px;
  border-radius: 3px;
}
.rounded_small_nw {
  -webkit-border-top-left-radius: 3px;
  -moz-border-radius-topleft: 3px;
}
.rounded_small_ne {
  -webkit-border-top-right-radius: 3px;
  -moz-border-radius-topright: 3px;
}
.rounded_small_sw {
  -webkit-border-bottom-left-radius: 3px;
  -moz-border-radius-bottomleft: 3px;
}
.rounded_small_se {
  -webkit-border-bottom-right-radius: 3px;
  -moz-border-radius-bottomright: 3px;
}
.rounded_small_se_off {
  -webkit-border-bottom-right-radius: 0px;
  -moz-border-radius-bottomright: 0px;
}
.shadow {
  -webkit-box-shadow: #666666 0px 0px 3px;
  -moz-box-shadow: #666666 0px 0px 3px;
}
.column2 {
  -moz-column-count: 2;
  -moz-column-gap: 20px;
  -webkit-column-count: 2;
  -webkit-column-gap: 20px;
  column-count: 2;
  column-gap: 20px;
}
#footer {
  border-top: 1px solid #454545;
  background-color: #888888;
}
#footer #footer_table {
  margin-top: 10px;
  margin-left: auto;
  margin-right: auto;
  width: 60em;
}
#footer #footer_table > td { padding: 8px; }
#footer .ad {
  display: inline-block;
  width: 125px;
  height: 125px;
  border: 1px solid #666666;
  margin-left: auto;
  margin-right: auto;
  -webkit-border-radius: 7px;
  -moz-border-radius: 7px;
}
#footer .ad a { text-decoration: none; }
#footer .ad a img { border: 0px; }
#times p { margin: 0px; }
#times .day {
  text-align: left;
  font-weight: bold;
}
#times .time {
  padding: 3px;
  margin: 0px;
  width: 60px;
  text-align: right;
  display: inline-block;
}
#footer dl { margin: 0px; }
#footer dt { font-weight: bold; }
#footer dd { margin-left: 20px; }
body, html {
  margin: 0;
  padding: 0;
}
body {
  background-color: #dfe4e4;
  background-image: url(/css/images/stripe.png);
  font-family: "Gill Sans", Optima;
  font-size: 0.875em;
  line-height: 1.125em;
}
a {
  text-decoration: none;
  color: #000083;
}
a:hover { text-decoration: underline; }
h1 {
  font-size: 1.25em;
  margin: 0px;
  padding-left: 0px;
  padding-bottom: 2px;
}
h1 a { color: black; }
#content {
  -moz-border-radius-bottomleft: 7px;
  -moz-border-radius-bottomright: 7px;
  -webkit-border-bottom-left-radius: 7px;
  -webkit-border-bottom-right-radius: 7px;
  -webkit-box-shadow: 0px 0px 3px #666666;
  background-color: #ebebeb;
  border-top: 0;
  border: 1px solid #666666;
  margin-bottom: 35px;
  margin-left: auto;
  margin-right: auto;
  padding: 25px;
  width: 60em;
}
#bannerAd {
  background-color: #cccccc;
  border: 1px solid #666666;
  height: 60px;
  margin-bottom: 10px;
  margin-left: auto;
  margin-right: auto;
  width: 468px;
}
#header {
  background-color: #cccccc;
  background-image: url(/graphics/header_BG.png);
  border-left: 0;
  border-top: 0;
  border: 3px solid black;
  left: 0;
  margin-left: auto;
  margin-right: auto;
  padding: 25px;
  width: 90%;
}
#navigation {
  background-image: url(/graphics/tb_bg.png);
  border-bottom: 1px solid black;
  height: 30px;
  line-height: 30px;
  margin: 0px;
  padding: 0px;
  text-align: center;
}
#navigation a {
  color: #ffffff;
  display: inline-block;
  font-weight: bold;
  height: 30px;
  text-decoration: none;
}
.hdiv {
  margin-left: auto;
  margin-right: auto;
  margin-top: -25px;
}
th {
  text-align: right;
  font-weight: normal;
}
