
#top {
    position: relative;
    background-color: #0F7C09;
    color: black;
    padding: 5px;
    /*margin: 0px 0px 10px 0px;*/
    margin: 0px 0px 1px 0px;
    font-family: "Lucida Sans Unicode", "Lucida Sans Unicode", sans-serif, Arial;
    font-size: 18px;
}

#bottom {
    position: relative;
    background-color: #0F7C09;
    padding: 5px;
    margin: 1px 0px 0px 0px;
}

#left {
    float: left;
    /*background-color: #ece3a5;*/
    background-color: #AFAFAF;
    padding: 0px;
    width: 160px;
    height: 100%;
}

#right {
    float: right;
    /* background-color: #0F7C09; */
    background: gainsboro;
    padding: 0px;
    height: 100%;
}

.center_content {
    position: relative;
    background: gainsboro;
    padding: 5px;
}

.content {
    position: relative;
    background: gainsboro;
    padding: 5px;
}


.left_content {
    /* background-color: #eeeeee; */
    background-color: #AFAFAF;
    padding: 5px;
    margin-left: 171px;
    height: 100%;
}

.right_content {
    /* background-color: #dddddddd;*/
    background: #045491;
    padding: 5px;
    margin: 0px 170px 0px 170px;
}

#top a:link, #top a:visited {
  color: white;
  font-weight : bold;
  text-decoration: none;
}

#top a:link:hover, #top a:visited:hover  {
  color: black;
  font-weight : bold;
  text-decoration : underline;
}

.first-row {
    background-color: #E2FDE1 !important;
     background-image: none !important;
     color: #000000 !important;
     font-size: 11px;
}
                
.second-row {
    /* background-color: #ddffdd !important; --> */
    background-color: #FFFFFF !important;
    background-image: none !important;
    color: #000000 !important;
    font-size: 11px;
}
