body {
  margin: 0px; padding: 0px;
  font-family: Verdana;
  font-size: 12px;
  background-color: #D9E2E3;
}
img {
  border           : none;
}
#outer {
  position: relative;
  margin: 0 auto;
  width: 780px;
  background-color: #e6f0f1;
  padding: 0px 5px 5px 5px;
}
#inner1 {
  position: relative;
  background-color: white;
  background-image: url(../img/v.gif);
  background-repeat: repeat-y;
}
#inner2 {
  position: relative;
  background-image: url(../img/v.gif);
  background-position: top right;
  background-repeat: repeat-y;
  padding-top: 206px;
}
#logo {
  position: absolute;
  top:0px; left: 0px;
}
#clouds {
  position: absolute;
  top:0px; left: 280px;
}
#flash {
  position: absolute;
  top:87px; left: 0px;
  z-index: 1001;
  background-image: url(../img/flashbg.jpg);
}
#underMenu {
  position: absolute;
  top: 126px; left: 280px; width: 499px; height: 38px;
  background-image: url(../img/undermenu.gif);
}
#topMenu {
  position: absolute;
  top:132px; left: 290px;
  border-collapse: collapse;
  z-index: 1000;
}
#topBanner {
  position: absolute;
  top:24px; left: 260px;
  z-index: 10;
}
.sideBanner {
  margin-top: 5px;
  text-align: center;
  width: 164px;
}
#hbar {
  position: absolute;
  top: 164px; left: 0px; width: 779px; height: 6px;
  background-image: url(../img/hbar.gif);
  background-repeat: repeat-x;
}
#bottomFrame {
  position: absolute;
  left: 0px; bottom: 0px; width: 779px; height: 1px;
  background-image: url(../img/h.gif);
  background-repeat: repeat-x;
}
#collumns {
  position: relative;
  width: 100%;
}
#search {
  position: absolute; top: 139px; left: 620px; z-index: 1000;
  font-size: 10px;
  color: #384A65;
}
#search input {
  vertical-align: middle;
  font-size: 10px;
  width: 80px;
}
#search img {
  vertical-align: middle;
  margin-left: 5px;
}
div.menu {
  position: relative;
  font-size: 10px;
  line-height: 15px;
  background-image: url(../img/mdot.gif);
  background-repeat: no-repeat;
  background-position: 1px 5px;
  padding: 0px; padding-left: 10px;
  margin: 0px;
}
div.menu a {
  text-decoration: none;
  color: #384a65;
}
div.menu a:hover {
  font-weight: bold;
}
#bottomMenu {
  position: relative;
  text-align: center;
  margin: 0px; margin-top: 5px;
  font-size: 11px;
  color: #698abd;
}
#bottomMenu a {
  text-decoration: none;
  color: #698abd;
  font-weight: bold;
}
#bottomMenu a:hover {
  text-decoration: underline;
  color: #384a65;
}
#author {
  position: relative;
  text-align: center;
  margin: 5px 0px 8px 0px;
  font-size: 10px;
  color: #698abd;
}
#author a {
  font-weight: bold;
  text-decoration: none;
  color: #698abd;
}
#author a:hover {
  text-decoration: underline;
  color: #384a65;
}

.sideBanner .right {
  text-align: left;
}

#popup { 
  position: absolute;
  z-index:1000; 
  left: 50%;
  top: 130px;
}

#popup-inner {
  position: absolute;
}

#popup-close {
  background-image:url(../img/x.gif);
  height:24px;
  position:absolute;
  top:-24px;
  width:24px;
  z-index:100;
  cursor: pointer;
}
