body {
  font-family :arial, verdana, helvetica, sans-serif;
  font-size: 90%;
  cursor: default;
  background-color: #eee
}
* {
  margin: 0px;
  padding: 0px;
  text-decoration: none;
}
html {
  height: 100%;
  margin-bottom: 1px;
}
h1 {
  font-size: 150%;
  color: #666;
}
h2 {
  font-size: 120%;
  color: #999;
}
a {
  color: #333;
  border-bottom: 1px #bbb dotted;
}
a:hover {
  background-color: #ccc;
}
ul {
  margin: 0 0 0 2em;
}
img {
  border: none;
}
br {
  clear: both;
}
hr {
  border:0px;
  color:#CCCCCC;
  background-color:#CDCDCD;
  height: 1px;
  width: 100%;
  text-align: left;
}

#container {
  width: 90%;
  margin-right: auto;
  margin-left: auto;
  text-align: left;
  background-color: #eee;
  padding: 3em 0;
}
#header {
  width:100%;
  padding-bottom: 1em;
}
#hleft {
  float: left;
  margin-bottom: 2em;
}
#navb {
  text-align: right;
  margin-top: 0.5em;
}
#hleft a, .imagebox a {
  border-style: none;
}
#footer {
  margin-top: 2em;
}
.nav, .navx {
  color:#666;
  border-color: #ccc;
  border-style: solid;
  padding: 0.2em 1em;
  margin: 0 0.2em;
}
.nav {
  border-width: 1px;
}
.navx {
  background-color: #ddd;
  border-width: 1px;
}
.nav:hover { background-color: #ccc; }

#header .key {
  width: 10em;
}

.bar {
  background-color: #ddd;
  border: 1px #cccccc solid;
  padding: 4px;
  margin: 0.5em 0;
  clear: both;
}

.u { text-decoration: underline; }

.nobr {
  white-space: nowrap;
}

/* ---- */

.dir a.sitelink:visited {
  color: #666;
  border-bottom-style: dashed;
}

.dir ul {
  line-height: 160%;
}

.dir ul ul {
  font-size: 80%;
  color: #333;
}

.dir .ieadj {
  padding-left: 8px;
}

.dir .subs {
  font-size: 80%;
  color: #666;
}

.dir .imagebox {
  float: right;
  font-size: 60%;
  margin: 2px 0px 2px 4px;
  line-height: 120%;
  color: #666;
  text-align: center;
  overflow: hidden;
}
.dir .imagebox a:hover {
  background-color: transparent;
}

.dir .hour {
  color: #666;
  font-size: 80%;
  border: 1px #ddd solid;
  padding: 2px 4px;
}

.dir .left { float: left }

.dir #dirx {
  margin-top: 1em;
}

.dir .desc {
  color: #333;
  font-style: italic;
}

/* ---- */

.contact textarea {
  width: 70%;
  height: 8em;
}

.contact .ind1 {
  margin: 1em 0 1em 2em;
}

.contact .ind2 {
  margin: 0.8em 0 0.8em 1em;
}
