
html, body {
  margin: 0;
  padding: 0;
  height: 98%;
}

body {
  background-color: #003;
  font-family: Verdana;
  padding-top: 12px;
}

div, span, p, a {
  font-size: 10pt;
}

img {
  border: 0;
  vertical-align: middle !important;
  vertical-align: top;
}

a {
  color: #009;
  text-decoration: none;
}

a:hover {
  text-decoration: underline;
}

#container {
  width: 944px;
  height: 86% !important;
  height: 82%;
  background-color: #FFF;
}

#header {
  height: 92px;
}

#menu {
  height: 24px;
  background: url(/images/menu_bg.gif) #369 no-repeat;
  text-align: center;
}

#menu ul {
  margin: 0;
  padding: 0;
  white-space: nowrap;
}

#menu li {
  list-style-type: none;
  display: inline;
  padding: 0 12px;
}

/* draw a "pipe" to the right */
#menu li.pr {
  border-right: 1px solid #9CF;
}

#menu a {
  font-size: 8pt;
  color: #FFF;
  text-decoration: none;
}

#menu a:hover {
  color: #FF0;
}

#borderLeft {
  width: 12px;
  background: url(/images/border_left.gif) #366 repeat-y;
}

#borderRight {
  width: 12px;
  background: url(/images/border_right.gif) #366 repeat-y;
}

#borderBottom {
  height: 12px;
  background: url(/images/border_bottom.gif) #366 no-repeat;
}

#content {
  width: 920px;
  vertical-align: top;
  padding-bottom: 0 !important;
  padding-bottom: 12px;
}

#content p {
  padding: 0 6px;
  line-height: 1.25em;
}

#footer {
  width: 944px;
  text-align: center;
}

#footer, #footer a {
  font-family: Verdana;
  font-size: 10pt;
  color: #699;
}

.copyright {
  width: 944px;
}

.copyright, .copyright a {
  text-align: center;
  font-size: 8pt;
  color: #699;
}

.copyright a {
  text-decoration: underline;
}

.copyright a:hover {
  text-decoration: none;
}

/* sub pages class definitions */
div.leftColumn {
  width: 150px !important;
  width: 170px; /* for MSIE */
  padding: 0 10px;
  background-color: #DEF;
  border-right: 1px solid #CCC;
}

div.leftColumn div.navlink {
  padding: 5px 0;
  border-bottom: 1px solid #69A;
}

div.leftColumn a {
  font-family: Arial, Sans-Serif;
  font-size: 8pt;
  color: #369;
  margin-left: 7px;
  text-decoration: none;
}

div.leftColumn .header {
  padding: 2px 5px;
  border: 1px solid #663;
  background-color: #996;
  color: #330;
  margin-bottom: 5px;
}

#form .label {
  float: left;
  width: 180px;
  margin: 2px 0 !important;
  margin: 4px 0;
  clear: left;
  padding: 1px 4px;
  background-color: #E0E0E0;
}

#form input, textarea {
  clear: both;
  margin: 1px 0;
}

#form .radio {
  margin: 0;
}

#form label {
  margin: 0 10px 0 5px;
}

#form .rqrd {
  color: #F00;
}