/* CSS Document */
/* container is the frame around the page */
body {
  margin: 0px;
  padding: 0px;
  background-color: #FFFFFF;
}
p {
  margin-top: 0px;
  font-size: .8em;

}
h1{
  font-family: Verdana, Arial, Helvetica, sans-serif;
  font-size: 1.7em;
  margin-top: 0px;
  font-weight: normal;
  color: #000066;
  margin-bottom: 5px;
}
h2{
  font-family: Verdana, Arial, Helvetica, sans-serif;
  font-size: 1.5em;
  margin-top: 0px;
  font-weight: normal;
  color: #000066;
  margin-bottom: 10px;
}
h3{
  font-family: Verdana, Arial, Helvetica, sans-serif;
  font-size: 1.2em;
  margin-top: 0px;
  font-weight: normal;
  color: #000066;
  margin-bottom: 5px;
}
h4{
  font-family: Verdana, Arial, Helvetica, sans-serif;
  font-size: 1em;
  margin-top: 0px;
  font-weight: normal;
  color: #000066;
  margin-bottom: 5px;
}
h5{
  font-family: Verdana, Arial, Helvetica, sans-serif;
  font-size: .8em;
  margin-top: 0px;
  font-weight: normal;
  color: #000066;
  margin-bottom: 5px;
}
h6{
  font-family: Verdana, Arial, Helvetica, sans-serif;
  font-size: 0.6em;
  margin-top: 0px;
  font-weight: normal;
  color: #000066;
  margin-bottom: 5px;
}

td.header {
  height: 100px;
}
div.header {
  height: 100%;
  text-align: center;
}
a.header:link {
  color: #000000;
  text-decoration: none;
}
a.header:visited {
  color: #606060;
  text-decoration: none;;
}
a.header:hover {
  color: #303030;
  text-decoration: underline;
}

td.footer{
  height: 75px;
}
div.footer{
  height: 100%;
  line-height: 100%;
  font-size: 14px;
  color: #B0B0B0;
  text-align: center;
}
a.footer:link {
  color: #000000;
  text-decoration: none;
}
a.footer:visited {
  color: #606060;
  text-decoration: none;;
}
a.footer:hover {
  color: #303030;
  text-decoration: underline;
}

.content {
  margin: 20px 5px 20px 5px;
  font-size: 16px;
  font-family: Verdana, Arial, Helvetica, sans-serif;
}
p.content {
  text-indent: 20px;
  padding: 0px;
  margin: 0px 0px 10px 0px;
}
a.content:link {
  color: #000000;
  text-decoration: none;
}
a.content:visited {
  color: #606060;
  text-decoration: none;;
}
a.content:hover {
  color: #303030;
  text-decoration: underline;
}

div.bio
{
  border-bottom: 1px dotted gray;
  padding: 5px;
  margin-bottom: 20;
}

p.bio
{
  margin-top: 5px;
  font-size: 14px;
  font-family: Verdana, Arial, Helvetica, sans-serif;
}

td.bio
{
  font-size: 12px;
  font-family: Verdana, Arial, Helvetica, sans-serif;
}

img.bio
{
  background-color: #fff000;
  display: inline;
  margin: 5px 10px 5px 5px;
  border: 1px solid #000000;
  padding: 0px;
}

div.bioname
{
  color: #000066;
  font-size: 19px;
}

div.biotitle
{
  color: #000066;
  font-size: 17px;
  margin-bottom: 5px;
}

span.bioinfo
{
  color: #000066;
  font-size: 12px;
}

iframe
{
  margin: 0px;
  padding: 0px;
}

.center
{
  text-align: center;
}
