body {
  background: #C1CDCD;
  font-family: Trebuchet MS, Verdana, Arial, Helvetica, sans-serif;
  margin: 0px;
  padding: 0px;
}

#barleft {
/*
  background-image: url(bgl1.png);
  background-repeat: repeat-y;
  background-attachment: scroll;
  background-position: top right;
*/
  position: absolute;
  left: 0px;
  top:75px;
  width:190px;
  padding: 10px 5px 0px 5px;
}

#barright {
  position: absolute;
  right:0px;
  top:75px;
  width:190px;
  padding: 10px 5px 0px 5px;
}

#maindiv {
  background-color: white;
  margin-left: 199px;
  margin-right:199px;
  padding-left: 1em;
  padding-right: 1em;
  overflow: hidden;
  border-left: 1px #004C99 solid;
  border-right: 1px #004C99 solid;
  border-top: 1px solid white;
  border-bottom: 1px solid white;
  voice-family: "\"}\"";
  voice-family: inherit;
  margin-left: 201px;
  margin-right:201px;
}

html>body #maindiv {
  margin-left: 201px;
  margin-right:201px;
}

#bnrtop {
  font-size: 32pt;
  text-shadow: 3px 3px 5px black;
  text-align: center;
  padding-top: 15px;
  overflow: hidden;
  color: #dedeff;
  background-color: #004C99;
  height: 70px;
  border-top: 1px #004C99 solid;
  border-right: none;
  border-bottom: 5px white solid;
  border-left: none;
  voice-family: "\"}\"";
  voice-family: inherit;
  height: 69px;
  }
html>body #bnrtop {
  height: 69px;
}

#bnrbottom {
  margin: 0px;
  padding: 10px;
  background-color: #004C99;
  border-top: 2px white solid;
  border-right: none;
  border-bottom: none;
  border-left: none;
  text-align: center;
  color: #dedeff;
}
.small {
  font-size: 8pt;
}

#barleft h2,
#barright h2 {
  font-size: 14pt;
  border-bottom: 2px solid #004C99;
  margin-right: 20px;
}
#maindiv h2 {
  font-size: 14pt;
  border-bottom: 2px solid #004C99;
  margin-right: 60px;
}

/* gCollapse facility styles */
span.gcolltag {
  border: 1px solid #004C99;
  font-family: courier, monospace;
  font-weight: bold;
  vertical-align: middle;
  padding-right: 3px;
  padding-left: 3px;
}
a.gcolltag {
  text-decoration: none;
}
a:link span.gcolltag,
a:visited span.gcolltag {
  background-color: #dedeff;
  color: black;
}
a:hover span.gcolltag,
a:active span.gcolltag {
  background-color: #9999ff;
  color: #dedeff;
}
/* end of gCollapse facility styles */
