/* rgb(0,162,89);
// color: rgb(0,128,0);
// color: rgb(64,117,35);
rgb(192,220,105);
*/
h1 {
  font-size: 16px;
  color: rgb(0,128,0);
  margin: 2px;
  background-color:rgb(217,235,178);
  padding-left:15px;
  border-left: solid 15px rgb(0,128,0);
  border-bottom: solid 2px rgb(0,128,0);
}

.box {
   padding: 1px 5px;
   border-style: solid;
   border-width: 1px;
   border-color: rgb(192,220,105);
   background-color: rgb(235,245,215);
}

h2 {
  font-size: 14px;
  color: rgb(0,128,0);
  margin: 2px;
  pad-ding-left:30px;
}

body {
   font-family: arial, helvetica, verdana;
   color: rgb(60,60,60);
   font-size: 11px;
}

td {
        vertical-align: top;
   color: rgb(60,60,60);
   font-size: 11px;
}

.nav_1 {
        background-color: rgb(217,235,178);
   padding: 2px 10px;
   height: 20px;
   margin:1px 0px;
   border-color: rgb(0,128,0);
   border-style: solid;
   border-width: 1px;
   border-left-width: 20px;
   width: 215px;
}

.nav_1_high {
        background-color:rgb(0,0,128);
   padding: 2px;
   height: 20px;
   margin:1px 0px;
   border-color: rgb(255,255,255);
   border-style: solid none;
   border-width: 1px;
}

.nav_1 a {
        font-weight: bold;
   font-size: 12px;
   text-decoration: none;
   color: black;
}

.nav_1_high a {
        font-weight: bold;
   font-size: 12px;
   text-decoration: none;
   color: white;
}

.nav_2 {
        background-color: rgb(220,220,220);
   padding: 2px;
   padding-left:20px;
   height: 20px;
   margin:2px;
}

.nav_2 a {
        font-weight: bold;
   font-size: 12px;
   text-decoration: none;
   color: rgb(0,0,128);
}

.nav_2_high {
        background-color: rgb(180,180,240);
   padding: 2px;
   padding-left:20px;
   height: 20px;
   margin:2px;
}

.nav_2_high a {
        font-weight: bold;
   font-size: 12px;
   text-decoration: none;
   color: black;
   text-decoration: underline;
}
