body {
  background-color: #FFFFFF;
}
/* the following are for the main page display */
div.gradient {
  position: absolute;
  top: 0px;
  left: 0px;
  height: 66;
  z-index: 0;
}
div.logo {
  position: absolute;
  left: 200px;
  top: 18px;
  align: right;
  z-index: 1;
}
div.byline {
   position: absolute;
   left: 100px;
   top: 25px;
   width: 238;
   height: 13;
   z-index: 2;
}
div.mainmenu-bg {
  border-right: 1px solid #21629D;
  position: absolute;
  top: 60px;
  left: 0px;
  height: 33px;
  z-index: 0;
}
div.mainmenu-fg {
  position: absolute;
  overflow: hidden;
  top: 68px;
  left: 10px;
  height: 25px;
  z-index: 1;
}
div.submenu {
  border-right: 1px solid #21629D;
  border-bottom: 1px solid #21629D;
  position: absolute;
  top: 93px;
  left: 0px;
  height: 25px;
  background-color: #B9CCDE;
  z-index: 0;
}
div.sidecolumn {
  border-right: 1px solid #21629D;
  position: absolute;
  top: 220px;
  left: 0px;
  width: 101px;
  overflow: hidden;
  z-index: 2;
  font-family: Arial, Helvetica, Sans-Serif;
  font-size: 11px;
  background-color: #B9CCDE;
}
div.sidecolumn div.progressoff {
  background-color: #d9ffff;
  padding: 2px;
  margin-left: 4px;
  margin-right: 4px;
  text-align: center;
}
div.sidecolumn div.progresson {
  background-color: #ffd9d9;
  padding: 2px;
  margin-left: 4px;
  margin-right: 4px;
  text-align: center;
}
td.sidecolumn {
  font-family: Arial, Helvetica, Sans-Serif;
  font-size: 10px;
}
td.sidecolumn a {
  text-decoration: none;
  font-weight: bold;
  color: #0D5093;
}
td.sidecolumn a:hover {
  color: #ffffff;
}
td.navigation {
  border-right: 1px solid #21629D;
  border-bottom: 1px solid #21629D;
  width: 100px;
  background-color: #B9CCDE;
}
td.spacer {
  width: 40px;
}
div.body {
  position: absolute;
  left:0px;
  top:120px;
  z-index: 1;
}
div.navigation {
  position: absolute;
  left: 0px;
  top: 115px;
  z-index: 2;
}
/* the content of the pages start with this style */
td.content {
  padding: 10px;
  font-family: Arial, Helvetica, Sans-Serif;
  font-size: 12px;
  background-color: #FFFFFF;
  color: #003366;
}
/* this is the footer of every page */
td.footer {
  font-family: Arial, Helvetica, Sans-Serif;
  font-size: 11px;
  padding: 10px;
  color: #003366;
}
/* heading spans for content */
span.h1 {
  font-size: 16px;
  font-weight: bold;
}
span.h2 {
  font-size: 12px;
  font-weight: bold;
}
div.quote {
  padding-left: 20px;
  padding-right: 20px;
  font-style: italic;
  font-size: 12px;
}
span.small {
  font-size: 10px;
}
/* form input styles */
table.form td.form {
  background-color: #f49ac1;
  font-family: Arial, Helvetica, Sans-Serif;
  font-size: 11px;
  padding-top: 5px;
  padding-bottom: 5px;
}
table.form td.space {
  background-color: #f49ac1;
}
td.form input.radio {
  border: none;
}
td.form input {
  border: 1px solid;
  color: #003366;
  font-family: Arial, Helvetica, Sans-Serif;
  font-size: 11px;
}
td.form div.readonly {
  font-weight: normal;
}
td.form span.readonly {
  font-weight: normal;
}
td.form select {
  border: 1px solid;
  color: #003366;
  font-family: Arial, Helvetica, Sans-Serif;
  font-size: 11px;
}
td.form textarea {
  border: 1px solid;
  color: #003366;
  font-family: Arial, Helvetica, Sans-Serif;
  font-size: 11px;
}
td.form div.buttons {
  font-family: Arial, Helvetica, Sans-Serif;
  font-size: 11px;
  text-align: center;
  padding: 10px;
}
td.form div.buttons input {
  border: 1px solid;
  color: #003366;
  padding: 5px;
  background-color: #ffffff;
}
td.button input {
  font-family: Arial, Helvetica, Sans-Serif;
  font-size: 14px;
  text-align: center;
  border: 1px solid;
  color: #003366;
  padding: 10px;
}
td.error {
  color: #003366;
  background-color: #ffd9d9;
  font-family: Arial, Helvetica, Sans-Serif;
  font-size: 11px;
  padding-top: 5px;
  padding-bottom: 5px;
}
/* these are for tables */
table.table td.table {
  background-color: #b4e1e5;
  font-family: Arial, Helvetica, Sans-Serif;
  font-size: 11px;
  padding-top: 5px;
  padding-bottom: 5px;
}
table.table td.space {
  background-color: #b4e1e5;
}
table.table th {
  background-color: #b4e1e5;
  font-family: Arial, Helvetica, Sans-Serif;
  font-size: 11px;
  padding: 5px;
  text-align: center;
}
table.table td.odd {
  background-color: #b4e1e5;
  font-family: Arial, Helvetica, Sans-Serif;
  font-size: 11px;
  padding: 5px;
}
table.table td.even {
  background-color: #b4e1e5;
  font-family: Arial, Helvetica, Sans-Serif;
  font-size: 11px;
  padding: 5px;
}
table.table td.footer {
  background-color: #b4e1e5;
  font-family: Arial, Helvetica, Sans-Serif;
  font-size: 11px;
  padding: 5px;
}
/* these are for panels of info */
table.panel td.panel {
  background-color: #CEE8DA;
  font-family: Arial, Helvetica, Sans-Serif;
  font-size: 11px;
  padding-top: 5px;
  padding-bottom: 5px;
}
table.panel td.space {
  background-color: #CEE8DA;
}
table.panel table.table td.space {
  background-color: #CEE8DA;
}
table.panel table.table td {
  background-color: #FFFFFF;
  font-family: Arial, Helvetica, Sans-Serif;
  font-size: 11px;
}
a.mainmenu {
  border-style: none;
  border-width: 1px;
  color: #153c69;
  font-family: Arial, Helvetica, Sans-Serif;
  font-size: 11px;
  font-weight: bold;
  padding: 0px;
  text-align: center;
  text-decoration: none;
  width: 110px;
  height: 18px;
}
a.mainmenu:hover {
  background-color: white;
  border-color: black;
  border-style: solid;
  border-width: 1px;
}
a.mainmenu:active {
  background-color: white;
  border-color: black;
  border-style: solid;
  border-width: 1px;
}

a.submenu {
  border-color: #B9CCDE;
  border-style: none;
  border-width: 1px;
  background-color: #B9CCDE;
  color: #153c69;
  font-family: Arial, Helvetica, Sans-Serif;
  font-size: 10px;
  font-weight: bold;
  padding: 2px;
  text-align: center;
  text-decoration: none;
  width: 140px;
  height: 18px;
}
a.submenu:hover {
  background-color: white;
  border-color: black;
  border-style: solid;
  border-width: 1px;
}
a.submenu:active {
  background-color: white;
  border-color: black;
  border-style: solid;
  border-width: 1px;
}
