#container {
  font: 100%/122% "lucida sans", "lucida grande", verdana, tahoma, geneva, arial, helvetica, sans-serif;
  }
#content p {
  line-height: 135%;
  }
#content a, 
  #info-site a {
    text-decoration: none;
    }
#content a:link, 
  #info-site a:link {
    border-bottom: 1px solid;
    }
#content a:visited, 
  #info-site a:visited {
    border-bottom: 1px dashed;
    }
#content a:hover, #content a:focus, #content a:active, 
  #info-site a:hover, #info-site a:focus, #info-site a:active {
    border-bottom: 1px solid;
    }
#content h1, #content h2, #content h3, #content h4, #content h5, #content h6 {
  font-family: georgia, "palatino linotype", palatino, "book antiqua", "zapf calligraphic", times, "times new roman";
  font-variant: small-caps;
  font-weight: normal;
  letter-spacing: 0.125em;
  }
#content h1 {
  font-size: 180%;
  }
#content h2 {
  font-size: 160%;
  }
#content h3 {
  font-size: 140%;
  }
#content h4 {
  font-size: 120%;
  }
#content h5 {
  font-size: 110%;
  }
#content h6 {
  font-size: 100%;
  }

/* banners */
#banner, 
  #info-site {
    text-align: center;
    }
#banner p {
  font: small-caps 150%/100% georgia, "palatino linotype", palatino, "book antiqua", "zapf calligraphic", times, "times new roman";
  letter-spacing: 0.125em;
  }
#info-site p {
  font-size: 80%;
  }

/* top level nav */
#nav-toplevel ul {
  list-style-type: none;
  text-align: center;
  }
#nav-toplevel a {
  text-decoration: none;
  }
#nav-meta {
  font-size: 75%;
  }
#nav-main {
  font-size: 85%;
  }

/* subnav */ 
#nav-subs ul {
  font-size: 80%;
  list-style-type: none;
  }  
#nav-subs a {
  text-decoration: none;
  }
#nav-section a.youarehere {
  font-weight: bold;
  }

