body {
      margin-left: 1em;
      margin-right: 1em;
      width: 800px;
}      

a:link,a:visited {
      text-decoration: none;
      font-weight: bold;
      color: #00419f;
}

.header {
      background-image: url(graphics/assta-header.png);
      background-repeat: no-repeat;
      height: 112px;
      color: #00419f;
}

.nav {
      margin-top: -30px;
      width: 20%;
      height: 400px;
      float: left;
      margin-right: 1em;
}

.nav ul {
      list-style: none;
      padding-left: 0pt;
}

.main {
      font-size: smaller;
}

#phototable td {
      font-size: smaller;

}

#corpmemb {
      clear: both;
      background-color: #00419f;
      color: white;
}

#corpmemb h2 {
      font-size: small;
      font-weight: normal;
      margin-bottom: 0pt;
}

#corpmemb a:link, #corpmemb a:visited {
      text-decoration: none;
      font-weight: bold;
      color: white;
}

.footer td {
      font-size: smaller;
}

.footer .copyright {

      text-align: right;
}



