body {
  padding: 0;
  margin: 0;
  background-image: url(../images/bg.png);
  background-repeat: no-repeat;
  background-color: #a6ccff;
  background-position: top center;
}

img {
  border: 0;
}

a {
  color: #1F4961;   
}

.okMsg {
  background-color: #C0FFC0;
  border: 2px solid #008000;
  color: #008000;
  padding: 4px;
  margin: 5px 0 5px 0;
}

.errMsg {
  background-color: #FFC0C0;
  border: 2px solid #800000;
  color: #800000;
  padding: 4px;
  margin: 5px 0 5px 0;
}

#topbar {
  margin: auto;
  padding: 0;
  width: 800px;
  background-image: url(../images/climsystems.png);
  background-repeat: no-repeat;
  background-position: 0px 10px;
  height: 132px;
  overflow: auto;
}

#topbar #menu {
  padding: 0;
  margin: 80px 0 0 180px;
  list-style: none;  
}

#topbar #menu li {
  padding: 0;
  margin: 0 2px 0 2px;
  display: inline;
}

#contentSeperator {
  margin: 10px 0 0 0;
  margin: auto;
  width: 800px;
}

#bodyCont {
  margin: auto;
  width: 800px;
  padding: 0;
  overflow: auto;
}

#bodyCont #sideBarCont {
  float: left;
  width: 171px;
  margin: 0 10px 0 5px;
}

#bodyCont #sideBarCont #sideBarTop {
  position: relative;
  width: 171px;
  height: 15px;
  background-image: url(../images/sm/smTop.jpg);
  background-repeat: no-repeat;
}

#bodyCont #sideBarCont #sideBarBottom {
  position: relative;
  width: 171px;
  height: 15px;
  background-image: url(../images/sm/smBottom.jpg);
  background-repeat: no-repeat;
}

#bodyCont #sideBarCont #sideBarBody {
  position: relative;
  width: 171px;
  background-image: url(../images/sm/smBody.jpg);
  background-repeat: repeat-y;
}

#bodyCont #sideBarCont #sideBarBody .sideBarItem {
  margin: 1px 6px 1px 6px;
  padding: 3px;
  background-color: #abcfff;
  text-align: center;  
}

#bodyCont #sideBarCont #sideBarBody .sideBarItem:hover {
  background-color: #a6ccff;
}

#bodyCont #sideBarCont #sideBarBody .sideBarSpacer {
  position: relative;
  height: 30px;
}

#bodyCont #sideBarCont a {
  font-family: Verdana, Arial;
  font-size: 10pt;
  font-weight: bold;  
  text-decoration: none;
}

#bodyCont #sideBarCont a:hover {
  text-decoration: underline;
}

#bodyCont #contentCont {
  float: right;
  width: 600px;
  font-family: Verdana, Arial;
  font-size: 10pt;
  color: #1B3652;
  text-align: justify;
  line-height: 1.5em;
}

#bodyCont #contentCont a:hover {
  color: #000080;
}

.picBoxLeft {
  float: left;
  padding: 5px;
}

.picBoxRight {
  float: right;
  padding: 5px;
}

#lowPage {
  text-align: center;
  padding: 10px;
  font-family: Verdana, Arial;
  font-size: 8pt;
  color: #1B3652;
}

 .basicCont {
   overflow: auto;
   padding: 4px;
 }