
               h1 {
                       /* margin-top: 80Px; */
                       /* color: rgb(20,73,97); */
                       color: #006064;
                       /* margin-left: 300Px; */
                       text-align: center;
                       font-size: 300%;
               }
               
               h2 {
                       text-align: center;
                       /* color: #06246F; */
                       color: #006064;
               }
               h3 {
                       text-align: center;
                       color: #A66F00;
                       /* color: rgb(173,103,36); */
               }
               h4 {
                       text-align: left;
                       color: #A64D00;
               }
               
               .HeaderPanelThin {

                       position: absolute;  
                       top: 0px;
                       left: 0px;
                       height: 128px;
                       width: 1296px;
                       /* min-width: 1000px */
                       /* padding-left: 8px; */
                       /* padding-right: 8px; */
                       /* left: 280px; */
                       /* width: 2000px; */
                       /* left: 280px; */
                       /* height: 8px; */
                       /* height: 64px */
                       /* min-height: 100%; */
                       /* text-align: center; */
                       background-color: rgb(240,240,240);
               }

            
               .LeftPanelThin {
                       position: absolute;
                       top: 128px;
                       /* bottom: 0px; */
                       left: 0px;
                       width: 280px;
                       /* min-height: 50%; */
                       min-height: 2000px;
                       /* background-color: #eee; */
                       background-color: rgb(255,255,240);
                       /*
                                                 border-width: 1px;
                                                 border-style: solid;
                                                 border-color: black;
                                               */
                       padding-left: 8px;
                       /* padding-right: 8px; */
                       /* padding-bottom: 8px; */
               }
               
               
               
               .RightPanelThin {
                       position: absolute;
                       top: 128px;
                       left: 280px;
                       /*width: 712px;*/
                       /*min-height: 100%; */
                       min-height: 2000px;
                      /*  min-width: 400px; */
                       min-width: 400px;
                       max-width: 1000px;
                       /* background-color: #eee; */
                       /* background-color: rgb(245,255,255); */
                       /* background-color: rgb(245,0,255); */
                       /*
                                                 border-width: 1px;
                                                 border-style: solid;
                                                 border-color: black;
                                               */
                       padding-left: 20px;
                       padding-right: 8px;
                       padding-bottom: 8px;
               }
               
ul
{
    list-style-type:none;
}
