body {
  color: #333;
  font: 12px/133% Verdana, Arial, Helvetica, sans-serif;
}

a:link {color: #069;}
.main a:visited {color: #960;}

h1, h2, h3, h4, h5, h6, #headerbar {
  color: #3D2D14;
  font-family: Georgia, serif;
}
p, blockquote, hr, ul, ol, dl, div.center, pre, address, table, form {
  margin-bottom: 1.25em;
}
ul {
  list-style-type: circle;
}
#content li {
  margin-bottom: .25em;
}


#headerbar h2 {
  margin-bottom: 7px;
}
#headerbar h2 a {
  color: #3D2D14; /* ie 6&7 can't inherit */
  font-size: 26px;
  text-decoration: none;
}
.mission {
  font-size: 16px;
  font-style: italic;
  margin-left: 20px;
}

#feature {
  font-size: 90%;
  text-align: right;
}
#feature h3 {
  margin-bottom: .33em;
}
#feature ul {
  line-height: 1.6em;
  list-style: none;
  margin: none;
}
#feature hr {
  margin: 1em auto;
  width: 60%;
}

p.pagejump {
  margin-bottom: 2em;
  text-align: center;
}
ul.pagejump {
  list-style-type: square;
  margin-left: 5em;
  margin-bottom: 2em;
}

h2.name em, h2.name i {
  font-size: medium;
}

.backtotop {
  clear: both;
  text-align: center;
}

.center {
  text-align: center;
}
.left {
  text-align: left;
}
.right {
  text-align: right;
}
.justify {
  text-align: justify;
}

img.center, div.center {
  margin-left: auto;
  margin-right: auto;
}
img.left, div.left {
  float: left;
  margin: .1em 6px 0 0;
}
img.right, div.right {
  float: right;
  margin: -.1em 0 0 6px;
}

table.hours {
  margin-left: 5em;
  text-align: center;
}
table.hours td, table.hours th {
  padding: 6px;
}


#nameandaddress {
  text-align: center;
}
#hcfooter {
  font-size: 9px;
  text-align: center;
}
