body {
  background-color: #e1d4c0;
  font-family: verdana, arial, helvetica, sans-serif;
  font-size: 9pt;
}
h1, h2, h3, h4, h5 {
  font-family: verdana, arial, helvetica, sans-serif;
  color: #23bef0;
  margin-top: 2px;
  margin-bottom: 2px;
}
h1 {
  font-size: 16pt;
}
h2 {
  font-size: 13pt;
}
h3 {
  font-size: 12pt;
}
h4 {
  font-size: 11pt;
  margin-top: 1px;
  margin-bottom: 1px;
}
h5, h6 {
  font-size: 10pt;
  margin-top: 1px;
  margin-bottom: 1px;
}
td, tr {
  font-family: verdana, arial, helvetica, sans-serif;
  font-size: 12px;
  vertical-align: top;
  text-align: left;
  border-style: solid;
  border-width: 1px;
  border-color: #000000;
}
p, li {
  font-family: verdana, arial, helvetica, sans-serif;
  font-size: 9pt;
  line-height: 1.3em;
}
img {
  border: none;
  vertical-align: middle;
}
link {
  color: #333366;
  text-decoration: none;
}
a:link {
  color: #CC0000;
  text-decoration: none;
}
a:visited { 
  color:#CC0000;
  text-decoration: none;
}  
 
a:active {
  text-decoration: none;
}
a:hover {
  text-decoration: underline;
  color: blue ;    
}
.menuitem {
  white-space: nowrap;
  font-family: arial, sans-serif;
}
a.menulinkselected:link {
  color: #000000;
}
a.menulinkselected:visited {
  color: #000000;
}

#background {
  color: #000000;
  background-color: #73C6EF;
  border: 1px solid #CDCDFF;
  position: absolute;
  left: 20px;
  top: 0px;
  width: 901px;
  margin: 0px 0px 0px 0px;
  padding: 0px 0px 33px 0px;
  z-index: 1;
/*  min-height: 545px;
  height: auto !important;
  height: 545px;*/
}
#header {
  color: #000000;
  background-color: #EEEFF0;
  border: 1px solid #CDEB8B;
  position: relative;
  left: 11px;
  top: 10px;
  padding: 0px;
  width: 878px;
  height: 54px;
  z-index: 2;  
}
#nkbwlogo {
  position: absolute;
  left: 10px;
  top: 0px;
}
#title {
  position: absolute;
  left: 243px;
  top: 5px;
}
#menu {
  color: #000000;
  background-color: #C3D9FF;
  border: 1px solid #CDEB8B;
  position: absolute;
  left: 11px;
  top: 78px;
  padding: 8px 8px 40px 8px;
  width: 210px;
  z-index: 3;
  font-size: 8pt;
  line-height: 1.7em;
/*  min-height: 500px;
  height: auto !important;
  height: 500px;*/
}
#search {
  position: relative;
  left: 0px;
  top: 30px;
  padding: 0px;
  margin: 0px;
  width: 240px;
  height: 42px;
  z-index: 4;
}
#content {
  color: #000000;
  background-color: #F9F7ED;
  border: 1px solid #CDEB8B;
  position: relative;
  left: 253px;
  top: 22px;  
  padding: 10px;  
  width: 615px;
  z-index: 5;  
  min-height: 500px;
  height: auto !important;
  height: 500px;
}

