body{
  font-family: sans-serif, Verdana;
  font-size: 12px;
  background: #ffffff;
  background-image: url('../images/topbg.png');
  background-repeat: repeat-x;
  padding: 0px;
  margin: 0px;
}

h1{
  color: #02b51c;
  font-weight: bold;
  font-style: italic;
  font-size: 18px;
}

h2{
  color: #02b51c;
  font-weight: bold;
  font-style: italic;
  font-size: 16px;
}

h3{
  color: #02b51c;
  font-weight: bold;
  font-style: italic;
  font-size: 14px;
}

a{
  color: #02b51c;
  text-decoration: underline;
}

a:hover, a:active{
  color: #bf00cc;
}

a.visited{
  color: #333333;
}

.header{
  height: 18px;
  width: 100%;
  background-image: url('../images/toplogo.png');
  background-repeat: no-repeat;
  padding: 100px 0px 12px 0px;
  margin: 0px;
}

.headerNavi{
  background-color: #02b51c;
  color: #ffffff;
  height: 18px;
  padding: 0px;
  margin: 0px 0px 0px 270px;
  line-height: 18px;
}

.headerNavi a{
  color: #ffffff;
  font-weight: bold;
  text-decoration: none;
  margin: 0 0 0 0;
  padding: 0px 5px 1px 5px;
}

.headerNavi a:hover{
  color: #ffffff;
  background: #bf00cc;
}

.breadcrumbs{
  font-size: 12px;
  font-weight: bold;
  color: #bf00cc;
  text-indent: 10px;
  height: 20px;
  padding: 0px;
}

.main{
  height: 100%;
  width: 100%;
}

.footer{
  text-align: center;
  font-size: 10px;
  color: #999999;
  margin-bottom: 0px;
  border-top: 1px dotted #000000;
  height: 18px;
}

.menu{
  list-style-type: none;
  padding: 0px;
  margin: 10px;
}

.menu li.menuHead{
  background-color: #02b51c;
  color: #ffffff;
  font-weight: bold;
  font-size: 16px;
  text-align: center;
  border: 1px solid #000000;
}

.menu li{
  /*height: 20px;
  width: 160px;*/
  background-color: #cdfed3;
  border-left: 1px solid #000000;
  border-right: 1px solid #000000;
  border-bottom: 1px solid #000000;
  border-top: 0px solid #000000;
  padding: 0px;
}

.menu li a{
  color: #000000;
  text-decoration: none;
  font-weight: bold;
  display: block;
  width: 160px;
  padding: 3px 10px 2px 10px;
}

.menu li a:hover{
  color: #ffffff;
  background-color: #bf00cc;
}

.content{
  margin: 10px 201px 0px 203px;
  padding: 10px;
  /*border: 1px solid #000000;*/

}

.leftNavi{
  float: left;
  /*border: 1px solid #000000;*/
}

.rightInfo{
  float: right;
  width: 200px;
  /*border: 1px solid #000000;*/
}

.infobox{
  margin: 10px;
  border: 1px solid #000000;
}

.infobox *{
  margin: 10px;
}

.infobox h1{
  height: 20px;
  background-color: #02b51c;
  color: #ffffff;
  text-align: center;
  font-size: 16px;
  margin: 0px;
  border-bottom: 1px solid #000000;
}