body {
  margin: 0;
  padding: 0;
  background: #fff url(/images/back3.png) no-repeat;
}
.rounded-top {
  background: #0078CE url(/images/rounded_top2.png);
  position:absolute;
  width: 100%;
  height: 28px;
  top: 80px;
  left: 0;
  z-index: 10;
}

.left-nav {
  padding: 5px;
  line-height:14pt;
  color:#000;
  position: absolute;
  top: 88px;
  left: 32px;
  width: 165px;
  z-index: 100;
}
.left-nav li a {
  color: #0078ce;  /* top back blue (royal blue) */
  font-weight: bold;
  text-decoration: none;
}
.left-nav li a:hover {
  background: #0078ce;  /* top back blue (royal blue) */
  color: #fff;
}
.left-nav ul, .left-nav li{
  list-style: none;
  padding: 0;
  margin: 0;
}
.left-nav h3{
  font-weight:bold;
  size:12pt;
  font-family: georgia,helvetica,arial,verdana,san-serif;
}

.main-narrow {
  position: absolute;
  top: 88px;
  left: 230px;
  z-index: 100;
}

