body {
  /*
  font-family: sans-serif;
  */
}

h1 {
  font-size: 150%;
  text-align: center;
}

h2 {
  font-size: 130%;
}

h3 {
  font-size: 110%;
}


#header {
  text-align: center;
}

#utilities {
  text-align: center;
  border-bottom: thin solid gray;
  margin-bottom: 1em;
  padding-bottom: 0.75em;
}

#footer {
  font-size: smaller;
  border-top: thin solid gray;
  margin-top: 1em;
  padding-top: 0.75em;
}

table {
  margin-left:  20px;
  margin-right:  20px;
  border:  thin solid black;
  caption-side:	 bottom;
  border-collapse:  collapse;
}

td, th {
  border:  thin dotted gray;
  padding:  5px;
}

caption {
  font-style:  italic;
  padding-top: 8px;
}

.center {
  text-align:  center;
}

.right {
  text-align:  right;
}

.cellcolor {
  background-color:  #fcba7a;
}

/* Style specific to the home page */

#home-blurb {
}

#home-nav {
  border-top: thin solid gray;
}

.primary-section {
  font-weight: bold;
}

#home-news {
  border-top: thin solid gray;
}

#home-contact {
  font-weight: bold;
  text-align: center;
  border-top: thin solid gray;
  margin-top: 1em;
  padding-top: 0.75em;
}
