BODY {
  font-family: Gill Sans, Trebuchet MS, Sans-Serif;
}

P#intro { 
  /* home page */
  text-align: justify;
}

.disclaimer {
  font-size: 10pt;
  color: rgb(50, 50, 50);  
}

#disclaimer { 
  /* footer of home page */
  text-align: center;
  font-size: 10pt;
  color: rgb(50,50,50);
}

#navigationbar {
  padding-top: 1px;
  padding-bottom: 4px;
  margin-bottom: 2em;
}

.navitem A {
  text-decoration: none;
  padding-left: 0.4em;
  padding-right: 0.4em;
  border: 1px solid white;
}

.navitem A:hover {
  background-color: rgb(255,255,100);
  border: 1px dotted blue;
}

#content_container {
  width: 35em;
}

#content_container P {
  text-align: justify;
}


H1 {
  font-size: 18pt;
  font-weight: bold;
  color: rgb(0,51,152);
  border-bottom: 1px solid rgb(50,50,50);
  padding-bottom: 0.25em;
}

H2 {
  font-size: 14pt; 
  font-weight: bold;
  color: rgb(50,50,50);
  padding-bottom: 0.25em;
  border-bottom: 1px solid rgb(200,200,200);
}

H3 {
  font-size: 12pt;
  font-weight: bold;
  color: rgb(50,50,50);
  margin-top: 3em;
}

.agreedisagree { 
  /* submit buttons */
  border: 1px solid #aaaaaa;
  background-color: #cfcfcf;
  padding: 0.25em;
  margin: 1em;
  float: right;
  text-decoration: none;
}


.formtable TD {
  padding-bottom: 0.5em;
}


.formtable INPUT,SELECT,TEXTAREA {
  margin-left: 0.5em;
  border: 1px solid rgb(50,50,100);
  padding-left: 0.3em;
}

.formtable INPUT:focus,SELECT:focus,TEXTAREA:focus {
  background-color: #ffffbb;
}

.required {
  color: red;
}

A.email {
  font-weight: normal;
}

DIV#loginbox {
  /* used in login.php */
  margin-top: 2em;
  margin-left: 5em;
}


IMG.external_link_icon {
  padding-left: 13px; 
}

LEGEND {
  font-weight: bold;
}

DT {
  /* used in glossary.php */
  margin-top: 1.0em;
  font-weight: bold;
}

#logo {
  margin-left: 1.5em;
  margin-right: 1.5em;
}
