body {
  background-color: #C9D4E1;
  margin: 0;
  padding: 0;
/*
  background-image: url(images/bg.gif);
  background-position: center;
  background-repeat: repeat-y;
*/  
}

#structure {
  text-align: center;
}

#layout {
  position: relative;
  margin: 0 auto;
  background-color: white;
  width: 860px;
  text-align: left;
}

#head {
  width: 100%;
  float: left;
  height: 64px;
  clear: both;
  background-color: #0C85D5;
}

#menu {
  height: 35px;
  background-color: #0C85D5;
  background-image: url(images/menubg.gif);
  text-align: center;
  clear: both;
}

#middle {
  margin: 0;
  background-color: #EAF2F8;
  background-image: url(images/shadow.gif);
  background-repeat: no-repeat;
  padding: 2px 0 0 0;
  float: left;
}

#leftmenu {
  float: left;
  width: 204px;
  background-color: #EAF2F8;
}

#nomenumiddle {
/* white background*/
  margin: 0;
  background-color: white;
  background-image: url(images/shadow.gif);
  background-repeat: no-repeat;
  padding: 2px 0 0 0;
  float: left;

}

#sidebar {
  float: left;
  width: 204px;
  height: 100%;
  background-color: white;
/*  background-image: url(images/products1.gif);
  background-repeat: no-repeat;
  background-position: top; */
}

#sidebarbox {
/*  width: 190px; */
/*  background-color: #EAF2F8; */
  padding: 6px 6px 6px 8px;
}

#content {
  float: left;
  width: 656px;
  min-height: 450px;
  background-color: white;
}

#footer {
  background-image: url(images/botline.gif);
  background-repeat: no-repeat;
  clear: both;
  width: 100%;
  float: left;
  background-color: white;
}

#bottom {
  background-image: url(images/bottom.png);
  background-repeat: no-repeat;
  height: 39px;
  clear: both;
}

#headerNav {
  height: 17px;
  background-color: #0C85D5;
  background-image: url(images/menubg.gif);
  text-align: center;
  clear: both;
  font-size: small;
  vertical-align: middle;
/*  padding: 0.3em; */
  padding: 0.5em 0.3em 0.3em 0.3em;
}

#headerNav a:link, #headerNav a:visited {
  font-weight: bolder;
  color: white;
  background: transparent;
  margin: 0;
  padding: 0.4em;
  text-decoration: none;
}

#headerNav a:hover {
  color: #DB7923
}

/*
#headerNav a.highlight, #headerNav a.highlight:link {
  color: black;
}
*/