/*
  dark teal:   #005973
  light teal:  #4c8c99
  grey:        #999999
  yellow:      #f2be00
*/

a:link    { color: #4c8c99; text-decoration: none; }
a:visited { color: #999999; text-decoration: none; }
a:active  { color: #f2be00; text-decoration: none; }
a:hover   { color: #4c8c99; text-decoration: underline; }

body {
  background: #ffffff;
  color: #000000;
}
body, p, h1, h2, h3, ul, ol, li, td, th, div, input, textarea, select, .text, .topNav {
  font-family: verdana,geneva,arial,helvetica,sans-serif;
  font-size: 9pt;
}
.small, .button {
  font-size: 7.5pt;
}
h1, h2, h3  {
  font-size: 14pt;
  font-weight: bold;
  color: #f2be00;
  padding-bottom: 1px;
  margin-top: 0px;
  border-bottom: 1px solid #f2be00;
}
h1 {
  white-space: nowrap;
}
h2 {
  font-size: 12pt;
  border: none;
}
h3 {
  font-size: 10pt;
  border: none;
  margin-bottom: -10px;
}

.borderHeader {
  color: #f2be00;
  font-size: 12pt;
  font-variant: small-caps;
  border: 3px solid #f2be00;
  padding: 2px;
  text-align: center;
}

.topNavBG {
  background: #005973;
  height: 20px;
}
a.topNav:link, a.topNav:visited, a.topNav:active, a.topNav:hover {
  color: #ffffff;
  background: #005973;
  font-size: 9pt;
  font-variant: small-caps;
  text-decoration: none;
  display: block;
  white-space: nowrap;
  text-align: center;
  border-left: 1px solid #ffffff;
  padding: 2px 10px 2px 10px
}
a.topNav:hover, a.topNavHi:link, a.topNavHi:visited, a.topNavHi:active {
  color: #ffffff;
  background: #4c8c99;
  text-decoration: none;
}
a.topNavHi:hover {
  color: #e5ad00;
  text-decoration: none;
}

a.smallNav:link, a.smallNav:visited, a.smallNav:active, a.smallNav:hover {
  font-size: 7.5pt;
  color: #999999;
  text-decoration: none;
  font-variant: small-caps;
}
a.smallNav:active, a.smallNav:hover {
  color: #4c8c99;
  text-decoration: underline;
}

.error {
  color: #990000;
  background: #ffcccc;
  font-weight: bold;
  border: 1px solid #990000;
  padding: 3px;
}
.spacer, .goldLine {
  margin: 0;
  padding: 0;
  font-size: 0;
}
.goldLine {
  border-top: 1px solid #f2be00;
  margin: 5px 0 5px 0;
}

.grey {
  color: #999999;
}
.tealBox .mainBox {
  margin: 0;
  padding: 0;
}
.tealBox {
  background: #005973;
}
.mainBox {
  background: #ffffff;
}
.textBoxHeader {
  color: #ffffff;
  background: #005973;
  font-size: 8pt;
  font-variant: small-caps;
  text-decoration: none;
  white-space: nowrap;
  text-align: center;
  padding: 1px;
  border: 1px solid #f2be00;
}
.textBox, .textBoxFixed {
  padding: 5px;
  border: 1px solid #f2be00;
  border-top: none;
}
.textBoxFixed {
  height: 175px;
}
.callout {
  color: #999999;
  font-size: 9pt;
  font-weight: bold;
  line-height: 18pt;
}
.narrowP {
  margin: 10px 0 10px 0;
}

input, select, textarea {
  background: #ffffff;
  border: 1px solid #000000;
}
input, textarea {
  padding-left: 3px;
}
.formgroup {
  background: none;
  border: none;
  padding: 0;
}
.required {
  background: #bee5f2;
  background: #f8ebb2;
}

.button, .smallbutton {
  color: #ffffff;
  background: #005973;
  font-size: 9pt;
  font-variant: small-caps;
  padding: 2px;
  border: 1px solid #000000;
}
.smallbutton {
  font-size: 6pt;
  letter-spacing: 1pt;
  padding-left: 0px;
  padding-right: 0px;
}

.pageFooter {
  font-size: 7.5pt;
  height: 30px;
  color: #999999;
}

#headerArea {
  position: absolute;
  top:  0px;
  left: 0px;
  padding: 0 10px 0 10px;
}
#contentArea {
  position: absolute;
  top:  105px;
  left: 0px;
  padding: 0 10px 0 10px;
}

