/* */
/*   Paragraphs                             */
/* */
 
p     {color:#005c3e;
       font-family:Arial, Bold, Oblique;
       font-style:oblique;
       font-size:17px;
      }
 
/* */
/*   Heading lines                          */
/* */
 
H1, H2, H3, H4   {color:#005c3e;}
 
/* */
/*   Company name    */
/* */
 
#htitl {position:relative;
       top:38px;
       left:141px;
       height:32px;}
 
/* */
/*   Website link bar    */
/* */
 
#dbar  {position:absolute;
       text-align:left;
       vertical-align:middle;
       color:#f0ad00;
       font-family:Arial, Bold, Oblique;
       top:85px;
       left:140px;
       height:29px;
       right:0px;
       background-color:#005c3e;
       }
 
/* */
/*   Test within the website link bar    */
/* */
 
#dtext {position:absolute;
       text-align:left;
       font-style:oblique;
       font-size:11px;
       font-weight:bolder;
       vertical-align:middle;
       color:#f0ad00;
       font-family:Arial, Bold, Oblique;
       top:8px;
       left:20px;
       height:24px;
       }
 
/* */
/*   anchors within the website link bar    */
/* */
 
a.roam {color:white;
        text-decoration:none;
        text-indent:20px;
       }
 
/* */
/*   filler bar to left of website link bar    */
/* */
 
#fbar  {position:absolute;
       top:85px;
       left:0px;
       height:29px;
       width:140px;
       background-color:#f2ce60;
       }
 
/* */
/*   Utility link bar                   */
/* */
 
#util {position:absolute;
       top:0px;
       background-color:#F0Ad00;
       height:23px;
       left:140px;
       right:0px;
       }
 
/* */
/*   Utility line text                  */
/* */
 
#utext {position:relative;
       font-family:arial, bold, oblique;
       font-style: oblique;
       font-size: 13px;
       font-weight:bold;
       color:white;
       text-align:right;
       top:4px;
       height:11px;
       right:20px;
       }
 
 
/* */
/*   anchors within the utility  bar    */
/* */
 
a.ulin {color:#005c3e;
        text-decoration:none;
       }
 
/* */
/*   area for logo                      */
/* */
 
#hbox {position:absolute;
       top:0px;
       left:0px;
       height:125px;
       width:140px;}
 
/* */
/*   area for penguin                   */
/* */
 
#pbox {position:absolute;
       top:28px;
       right:0px;
       height:52px;
       width:39px;}
 
/* */
/*   area for entire header section     */
/* */
 
#hdr {position:absolute;
      white-space:nowrap;
      top:0px;
      left:0px;
      height:114px;
      right:0px;}
 
/* */
/*   Left side panel                    */
/* */
 
#lside {position:absolute;
        top:0px;
        text-align:center;
        font-family:arial, bold, oblique;
        font-weight:bolder;
        color:#005c3e;
        background-color:#f2ce60;
        width:140px;
        height:700px;
        left:0px;}
 
/* */
/*   Left side text area                */
/* */
 
#ltext {position:absolute;
        top:40px;
        left:5px;
        width: 135px;
        height:800px;
        font-family:arial, bold, oblique;
        font-size: 14px;
        text-align:center;}
 
/* */
/*   Right side panel                   */
/* */
 
#rside {position:absolute;
        top:0px;
        background-color: #d9e7de;
        width: 167px;
        height:700px;
        right:0px;}
 
/* */
/*   Right side text area               */
/* */
 
#rtext {position:absolute;
        top:80px;
        left:5px;
        right:5px;
        font-family: arial, oblique;
        font-weight: bold;
        font-size: 14px;
        color: #5a8263;
        text-align:left;}
 
/* */
/*   Right side text area               */
/* */
 
#rimg  {position:absolute;
        top:25px;
        left:0px;
        text-align: center;
        width: 100%;
        }
/* */
/*   Newsletter img                     */
/* */
 
#rnl   {position:relative;
        height: 99px;
        width: 126px;
        }
 
/* */
/*   Body below header section          */
/* */
 
#sbody {position:absolute;
        top:114px;
        left:0px;
        width:100%;}
 
/* */
/*   Text area in the center of the body    */
/* */
 
#ctext {position:absolute;
        height:95%;
        top:20px;
        overflow:auto;
        left:150px;
        right:177px;}
 
/* */
/*   Banner area                            */
/* */
 
#banner{position:absolute;
        height:90px;
        bottom:0px;
        padding:5px;
        background-color:#006743;
        left:0px;
        right:0px;}
 
 
a.linker:link {text-decoration:underline;
               color:#eeb211;
        }
 
a.linker:visited {text-decoration:underline;
               color:#eeb211;
        }
