
body {
  background-image:url(../images/bgBlue.jpg);
  background-repeat:repeat-y;
  font-family:Arial;
  color:#000000;
  margin-left:6px;
  margin-top:0px;
  margin-right:0px;
  background-color:white
  }

#top
{
  background-color: rgb(28, 54, 74);
/*  background-image:url('../images/kb2b_bckg2.gif');*/
  background-repeat:repeat-x;
  position:static;
  margin-top:-13px;
  margin-left:0px;
  height:56px;
}

div#menu
{
  background-image:url(../images/bgBlue.jpg);
  background-repeat:repeat-y;
  background-color:white;
  position:absolute;
  width:100%;
  top:36px;
  left:0px;
}
div#menu a:link, a:visited
{
  background-color:white;
  background-image:url(../images/WBBlue-1.jpg);
  background-repeat:no-repeat;
  position:absolute;
  left:39px;
  text-decoration:none;
  height:60px;
  width:40px;
}
#menu a:hover
{
  background-image:url(../images/WBBlue-2.jpg);
}
#menu a:active
{
  background-image:url(../images/WBBlue-3.jpg);
}

h2 {
  text-align:center;
  margin-top:20px;
  font-style:italic;
  text-decoration:none;
  font-size:14pt;
  }

h3 {
  margin-top:20px;
  margin-left:100px;
  text-decoration:none;
  font-size:12pt;
  }

p {
  font-size:10pt;
  margin-left:100px;
  }


ul {
  font-size:10pt;
  }

li {
  font-size:10pt;
  }

span.times {
  font-family:times;
  font-style:italic;
  font-size:12pt;
  }
span.fett {
  font-weight:bold;
  }

</style>
