/* CSS Document */

TD, BODY {
  font-family: Verdana, Arial, Helvetica;
  color: #333;
  font-size: 10pt;
}

A {
  color: #666;
}



H1 {
  color: #003366;
  font-size: 16pt;
}

H2 {
  color: #003366;
  font-size: 12pt;
  margin-bottom: -8pt;
}

H3 {
  color: #003366;
  font-size: 10pt;
  margin-bottom: -8pt;
  font-weight: bold;
}


HR {
  border: none;
  height: 1px;
  color: #999;
  background-color: #999;
  margin-top: 10px;
  margin-bottom: 30px;
}

LI {
  list-style-image:url(images/dot.gif);
  vertical-align: top;
  margin-top: 5px;
}

TH {
  color: #003366;
  text-align: left;
  height: 30px;
}

.top {
  background-color: #003366;
}

.nav {
  font-weight: bold;
  font-size: 10pt;
  text-decoration: none;
  color: #666;
}

.navbar {
  text-align: right;
  align: right;
  background-color: #CCC;
  margin: 5px;
  padding: 5px;
}


.bottom {
  font-size: 8pt;
  text-align: center;
  vertical-align: bottom;
  padding-bottom: 10px; 
  background-color: #DDD;
  height: 80px;
}

.left{
  padding-top: 40px; 
  padding-left: 0px;  
  padding-right: 0px;  
  width: 200px;
  text-align: center;
}

.right {
  padding-top: 40px; 
  padding-right: 0px;  
  padding-left: 0px;  
  text-align: right;
  width: 200px;
}

.middle {
  padding-top: 40px; 
  padding-left: 20px;  
  padding-right: 0px;  
  width: 550px;
}

.middle TD {
  height: 30px;
}

.photo_sub {
  font-size: 8pt;
  color: #666;
}

.left_box {
  background-color: #DDD;
  width: 180px;
  padding: 4px;
  margin: 4px;
}

.left_box H1{
  font-size: 12pt;
  text-align: center;
}

.left_box LI {
  margin-left: -20px;
  padding: 0px;
}

.form {
  background-color: #EEE;
}

.form_lbl {
  align: right;
  text-align: right;
  font-weight: bold;
  color: #999;
  vertical-align: top;
}

.form TD{
  padding-right: 20px;  
  background-color: #EEE;
}

.submit_td, .form .submit_td {
  background-color: #CCC;
}

INPUT, TEXTAREA {
        border:             1px solid #666;
        width:              305px;
        font-size:          11px;
        padding:            2px;
        font-family:        verdana;  
}

.button {
        border:             1px outset #CCC;
        width:              100px;
}

.test_author {
  font-size: 8pt;
  font-style: italic;
  color: #003366;
}

.menu_top {
  font-weight: normal;
  font-size: 8pt;
  text-align: right;
  text-decoration: none;
  color: #666;
}

.sublink {
  font-weight: bold;
  color: #666;
}

.sublink_active {
  font-weight: normal;
  text-decoration: none;
  color: #666;
}

.link_active {
  color: #003366;
  font-weight: bold;
  text-decoration: none;
}

.link_top_active {
  color: #003366;
  font-size: 8pt;
  text-decoration: none;
}

