body {
  background-color : #1E2B44;
  margin: 10px 5px 10px 5px;
  font-family: verdana;
  color: #172031;
}

a {
  font-size: 8pt;
  color:  #243B58;
}

a:hover {
  color: #005DC6;
}

h1 {
  font-family: georgia;
  font-size: 16pt;
  font-weight: normal;
  color: #23324F;
  margin-bottom: 8px;
}

h2 {
  font-family: verdana;
  font-size: 11pt;
  font-weight: bold;
  margin-bottom: 10px;
}

h3 {
  font-family: georgia;
  font-size: 11pt;
  font-weight: bold;
  color: #7A6D46;
  margin-bottom: 10px;
}

h4 {
  font-size: 8pt;
  font-weight: bold;
  color: #243B58;
  margin-top: 10px;
  margin-bottom: 10px;
}

li {
  margin-bottom: 4px;
}

th {
  background-color: #3C5E84;
  padding: 3px;
  text-align: left;
  font-size: 8pt;
  color: #fff;
}

td {
  font-size: 9pt;
}

p {
  font-size: 9pt;
  margin-top: 10px;
  margin-bottom: 10px;
}

.pageTitle {
  background-color: #9EC3CE;
  padding: 4px 5px 4px 5px;
  font-weight: bold;
  color: #243B58;
}

#logo {
  position: absolute;
  top: 3px;
}

.tab {
  font-size: 8pt;
  font-weight: bold;
  cursor: pointer;
  cursor: hand;
  white-space: nowrap;
  background-color: #9EC3CE;
  padding: 2px 5px 2px 5px;
  margin-top: 1px;
  height: 18px;
  color: #FFFFFF;
  border-bottom: 1px solid #79A6B5;
}

.tabSel {
  font-size: 8pt;
  font-weight: bold;
  cursor: pointer;
  cursor: hand;
  white-space: nowrap;
  padding: 3px 6px 3px 6px;
  border-top: 1px solid #79A6B5;
  border-left: 1px solid #79A6B5;
  border-right: 1px solid #79A6B5;
  color: #79A6B5;
}

.tabSep {
  background-color: #FFFFFF;
  border-bottom: 1px solid #79A6B5;
}

.tabPane {
  display: none;
}

.tabPaneSel {
  display: block;
  border-left: 1px solid #79A6B5;
  border-right: 1px solid #79A6B5;
  border-bottom: 1px solid #79A6B5;
  padding: 10px;
  height: 100%;
}

.content {
  background-color: #ffffff;
  padding: 0px;
  height: 270px;
}

.homecontent {
  background: url('/images/bg.gif');
  background-color: #ffffff;
  padding: 0px;
  height: 270px;
}

.menuitem {
  text-align: center;
  font-family: georgia;
  font-size: 10pt;
}

.menuitem a {
  font-size: 10pt;
  font-weight: normal;
  color: #ffffff;
  text-decoration: none;
}

.menuitem a:hover {
  color: #F7F0B5;
  text-decoration: underline;
}

.footer {
  text-align: center;
  color: #ffffff;
  font-size: 7.5pt;
}

.footerLinks {
  color: #ffffff;
}

.footerLinks a {
  text-decoration: none;
  color: #ffffff;
}

.footerLinks a:hover {
  color: #F7F0B5;
  text-decoration: underline;
}

.copyright {
  font-size: 7pt;
  color: #9EC3CE;
}

.copyright a {
  font-size: 7pt;
  color: #9EC3CE;
  text-decoration: none;
}

.copyright a:hover {
  text-decoration: underline;
  color: #FFF;
}

.groupMenu table {
  width: 170px;
}

.groupMenu table tr .groupLabel {
  border-right: 1px solid #E5DEA0;
}

.groupMenu table tr .groupMenuFooter {
  border-right: 1px solid #E5DEA0;
  border-top: 1px solid #E5DEA0;
  height: 100%;
}

.groupContent {
  background-color: #FFFFFF;
  border-top: 1px solid #E5DEA0;
  border-right: 1px solid #E5DEA0;
  border-bottom: 1px solid #E5DEA0;
  width: 100%;
}

.groupLink {
  border-top: 1px solid #E5DEA0;
  border-left: 1px solid #E5DEA0;
  border-right: 1px solid #E5DEA0;
  background-color: #FAF7DA;
  padding: 3px;
}

.groupLinkSel {
  background-color: #FFFFFF;
  padding: 3px;
  border-top: 1px solid #E5DEA0;
  border-left: 1px solid #E5DEA0;
  border-right: 0px solid red;
}

.button {
  background-color: #3C5E84;
  color: #FFFFFF;
  font-weight: bold;
  font-size: 8pt;
  border: 1px solid #1F2839;
  width: 80px;
  height: 20px;
}

.rowHl {
  Background-color: #F7F0B5;
  font-size: 8pt;
}

.row {
  font-size: 8pt;
}

.thumbnail {
  border: 1px solid #796C46;
}
