
   body                      { background-color:white; font-family:tahoma; font-size:11px; background-image:url('images/background.jpg'); background-repeat:no-repeat; }

   a:link                    { color:#1F77B8; text-decoration:none; }
   a:visited                 { color:#1F77B8; text-decoration:none; }
   a:active                  { color:#1F77B8; text-decoration:none; }
   a:hover                   { color:#A9AB57; text-decoration:none; }

   .divLogo {
      position:absolute; top:1px; left:24px; width:295px; height:125px;
      //background-image:url('images/logo.jpg'); background-repeat:no-repeat;
   }

   .divNavigation {
      position:absolute; top:9px; left:331px; width:656px; height:102px;
      background-image:url('images/navbg.jpg'); background-repeat:no-repeat;
   }

   .divContent_Holder {
      position:absolute; top:131px; left:9px; width:977px; height:430px;
      background-image:url('images/content.jpg'); background-repeat:no-repeat;
   }
   .divFooter {
      position:absolute; top:535px; left:9px; width:977px; text-align:center;
   }


   #divContent {
      position:absolute; top:3px; left:25px; width:915px; height:415px; overflow-y:auto; overflow-x:none;
      border-style:none;
   }

   .divNavigation_Home {
      position:absolute; top:4px; left:12px; width:152px; height:32px;
   }
   .divNavigation_Services {
      position:absolute; top:4px; left:172px; width:152px; height:32px;
   }
   .divNavigation_AboutUs {
      position:absolute; top:4px; left:332px; width:152px; height:32px;
   }

   a.lnkNavigation:link       { color:#1F77B8; text-decoration:none; font-size:13px; font-weight:bold; }
   a.lnkNavigation:visited    { color:#1F77B8; text-decoration:none; font-size:13px; font-weight:bold; }
   a.lnkNavigation:active     { color:#1F77B8; text-decoration:none; font-size:13px; font-weight:bold; }
   a.lnkNavigation:hover      { color:#A9AB57; text-decoration:none; font-size:13px; font-weight:bold; }


   .txtHeader {
      font-size:20px; font-weight:bold; color:#A9AB57; letter-spacing:3px;
   }
   .txtHeader2 {
      font-size:16px; font-weight:bold; color:#A9AB57; letter-spacing:3px;
   }
   .txtHeader3 {
      font-size:13px; font-weight:bold; color:#A9AB57; letter-spacing:2px;
   }




   table.tblGeneral {
      border-collapse:collapse; border-style:none;
   }
   td.cellHeader {
      border-style:solid; border-width:1px; border-color:#DFDFDF; padding:2px;
      font-size:11px; color:black; font-weight:bold;
   }
   td.cellBody {
      border-style:solid; border-width:1px; border-color:#DFDFDF; padding:2px;
      font-size:11px; color:black;
   }

   td.cellBlank {
      border-style:none;
      font-size:11px; color:black;
   }

   td.cellNavigation {
      border-style:none;
      font-size:11px; color:black; cursor:pointer; cursor:hand;
   }

   hr {
      width:60%; border-style:solid; border:1px; color:#A9AB57; height:1px; text-align:center;
   }

   input, select {
      background-color:white; border-style:solid; border-width:1px; border-color:#A9AB57; font-family:tahoma;
   }