body {
    width: 100%;
    height: 100%;
    margin: 0px;
    padding: 0px;
    text-align: center;
    font-family: sans-serif;
    font-size: 11px;
    color: black;
    vertical-align: middle;
    background-image: url("../../images/Green/background.png");
    background-repeat: repeat;
}

a {
    text-decoration: none;
}
a:link, a:visited {
    color: black;
    text-decoration: none;
}
a:hover {
    color: white;
    background-color: #11A601;
}

.divBody {
    position: relative;
    width: 100%;
    height: 100%;
    top: 0px;
    border: none;
    vertical-align: middle;
}
.divEnvelop {
    position: relative;
    top: 0px;
    width: 1000px;
    height: 730px;
}
.divTopX {
    background-image: url("../../images/Green/panel_top2.png");
    background-repeat: no-repeat;
    background-position: top;
    width: 1000px;
    height: 85px;
}
.divTop1_1 {
    float: left;
    padding-left: 15px;
    padding-top: 5px;
    height:55px;
    background: transparent;
}
.divTop1_2 {
    padding-top: 0px;
    padding-left: 5px;
    border: none;
    float: left;
    text-align: right;
    width:180px;
}
.divTop1_3 {
    padding-right: 15px;
    text-align:right;
}
.divTop2 {
    clear: both;
    height: 20px;
    /*border: 1px solid red;*/
}
.divTop2_1 {
    /*border: 1px solid blue;*/
    float: left;
    text-align: left;
    padding-left: 15px;
    width: 600px;
    
}
.divTop2_2 {
    /*border: 1px solid black;*/
    float: right;
    text-align: right;
    padding-right: 20px;
    width: 350px;
}

.panelLeft {
    width: 155px;
    height: 628px;
    float: left;
    background-color: transparent;
    text-align: right;
    vertical-align: middle;
}
.panelMain {
    /*border: 1px solid black;*/
    width: 690px;
    height: 620px;
    float: left;
    background-color: transparent;
}
.divIncluded {
    /*border: 1px solid black;*/
    /*width: 710px;*/
    height: 590px;
    _height: 600px;
    padding: 5px;
    text-align: justify;
    overflow: hidden;
}
.divShadowTop {    
    position: absolute;
    z-index: 100;
    width: 695px;
    height: 50px;
    top: 95px;
    left: 150px;
    background-image: URL("./images/shade_white.png");
    background-repeat: repeat-x;
    text-align: left;
}
.divShadowBottom {
    position: absolute;
    z-index: 100;
    width: 695px;
    height: 50px;
    top: 655px;
    left: 150px;
    background-image: URL("./images/shade_white_cw.png");
    background-repeat: repeat-x;

}
.panelRight {
    width: 155px;
    float: right;
    height: 628px;
    background-color: transparent;
    text-align: left;
}
.panelRight a:hover {
    color: black;
    background-color: transparent;
    text-decoration: overline underline;
}

.panelBottom {
    clear: both;
    color: black;
    background-color: transparent;
    background-image: url("../../images/Green/panel_bottom.png");
    background-repeat: no-repeat;
    background-position: bottom;
    width: 1000px;
    height: 40px;
    font-size: 10px;
    text-align: right;
    vertical-align: bottom;
    /*padding-top: 10px;*/
    /*_margin-left: -50%;*/
}
.lineVertEnvelop {
    border: none;
    width: 1px;
    height: 620px;
    float: left;
    padding: 0px;
    margin: 0px;
}
.lineVertTB {
    border: none;
    width: 1px;
    height: 40px;
    padding: 0px;
    margin: 0px;
    vertical-align: bottom;
}
.lineVertBody{
    border: none;
    background-color: #11A601;
    color: #11A601;
    border: none;
    width: 1px;
    height: 520px;
    padding: 0px;
    margin: 0px;
}
.btnNavig {
    display: none;
    width: 50px;
    height: 50px;
    position: absolute;
    z-index: 200;
    left: 780px;
}
.actionBar {
    background-color: #dddddd;
    border: 1px solid #11A601;
}