*{
  padding-top : 0px;
  padding-left : 0px;
  padding-right : 0px;
  padding-bottom : 0px;
  
  margin-left : 0px;
  margin-right : 0px;
  margin-bottom : 0px;
  text-align : center;
}

#main{
  padding-top : 0px;
  padding-left : 0px;
  padding-right : 0px;
  padding-bottom : 0px;
  margin-top : auto;
  margin-left : auto;
  margin-right : auto;
  margin-bottom : auto;border-width : 1px;border-style : hidden;border-color : lime;
  width : 900px;
  height : auto;
}
#header{
  background-image : url(rogo/header.gif);
  height : 100px;
  background-repeat : no-repeat;
background-position : center center;
}
#column{
  padding-top : 10px;
  padding-left : 10px;
  width : 140px;
  float : left;
}
#cont{
  text-align : center;
  padding-top : 10px;
  
  
  width : 700px;
  float : right;
  margin-top : 20px;
  
  margin-right : 10px;
  
}
#footer{
  border-top-width : 1px;
  border-top-style : hidden;
  border-top-color : lime;
  height : 20px;
  clear : both;
}
#navi{
  background-color : rgb(0, 238, 0);
  padding-top : 10px;
  padding-left : 50px;
  width : 800px;
  float : left;
}
#navi ul{
  list-style-type : none;
}
#navi ul li{
  background-color : white;
  vertical-align : middle;
  text-align : center;
  padding-top : 0px;
  padding-left : 0px;
  padding-right : 0px;
  padding-bottom : 0px;
  margin-top : 0px;
  margin-left : 0px;
  margin-right : 5px;
  margin-bottom : 0px;
  width : 150px;
  height : auto;
  float : left;
}
#navi ul li a{
  background-color : rgb(0, 255, 0);
  text-decoration : none;
  display : block;
}
#navi ul li a:hover{
  color : rgb(0, 153, 0);
  background-color : rgb(0, 204, 0);
}
body{
  font-size : small;
  line-height : 18px;
  text-align : center;
  padding-left : 10px;
  margin-left : 10px;
  
}
#header h1{
  font-size : x-large;
  color : white;
  text-align : left;
  padding-top : 15px;
  padding-left : 10px;
display:none;
}
#cont h2{
  font-size : 16px;
  color : white;
  background-color : rgb(0, 204, 0);
  padding-top : 2px;
  padding-left : 5px;
  padding-bottom : 2px;
  margin-top : 10px;
  margin-bottom : 10px;
}
#column h4{
  color : white;
  background-color : rgb(0, 204, 0);
  padding-top : 3px;
}
#column p{
  text-align : left;
  padding-top : 3px;
  padding-left : 10px;
  padding-right : 10px;
  padding-bottom : 3px;
  margin-top : 0px;
  margin-left : 0px;
  margin-right : 0px;
  margin-bottom : 0px;border-width : 1px;border-style : solid;border-color : rgb(0, 204, 0);
}

.hilight{
  font-weight : bold;
  background-color : rgb(121, 255, 121);
  display : block;
}
