   html
   {
      width :                                           100%;
      height:                                           100%;
      margin:                                0px 0px 0px 0px;
      padding:                               0px 0px 0px 0px;
   }
   body
   {
      width :                                           100%;
      height:                                           100%;
      margin:                                0px 0px 0px 0px;
      padding:                               0px 0px 0px 0px;
      background-color:                              #DDD6CE;
      background-image:                                 none;
      background-repeat:                            repeat-x;
      color:                                         #000000;
      font-size:                                      12.0px;
      font-style:                                     normal;
      font-family:                         arial, sans-serif;
      behavior:                 url( "../css/csshover.htc" );
      line-height:                                     1.8em;
   }
   div, br
   {
      padding:                         0px 0px 0px 0px;
      margin:                          0px 0px 0px 0px;
   }
   p
   {
      line-height:                                     1.8em;
   }
   p, span, blockquote, label, legend, td, tr, th, li
   {
      color:     #000000;
      font-size:  12.0px;
   }
   div#view_content
   {
      overflow: auto;
   }
   div.view_db
   {
      width:                auto;
      height:               auto;
   }
   div:hover
   {
      direction: ltr;
   }   
   table, th, tr, td
   {
      color:             #000000;
      font-size:          12.0px;
   }
   table#view_record
   {
      width:                auto;
      height:               auto;
      border: 0px solid #000000;
   }
   table#view_record th
   {
      width:                auto;
      height:               auto;
      border:  1px solid #000000;
      background-color:  #cccfde;
      color:             #000000;
   }
   table#view_record td
   {
      width:                auto;
      height:               auto;
      padding:   8px 8px 8px 8px;
      margin:    8px 8px 8px 8px;
      border:  0px solid #000000;
   }   
   table#view_db
   {
      width:                auto;
      height:               auto;
      border:  1px solid #000000;
   }
   table#view_db th
   {
      width:                         auto;
      height:                        auto;
      border:           1px solid #000000;
      background-color:           #cccfde;
      text-align:                  center;
      color:                      #000000;
   }
   table#view_db td
   {
      width:                auto;
      height:               auto;
      padding:   8px 8px 8px 8px;
      margin:    8px 8px 8px 8px;
      border:  1px solid #000000;
      color:             #000000;
   }
   table#view_db td p
   {
      color:             #000000;
   }
   h1
   {
      font-size: 20px;
   }
   h2
   {
      font-size: 18px;
   }
   h3
   {
      font-size: 16px;
   }
   h4
   {
      font-size: 14px;
   }
   h5
   {
      font-size: 12px;
   }
   h6
   {
      font-size: 10px;
   }
   h1,h2,h3,h4,h5,h6
   {
      color:                               #000000;
      padding:                     0px 0px 0px 0px;
      margin:                      0px 0px 0px 0px;
      font-family:                   Impact, serif;
      font-style:                           normal;
      font-weight:                             300;
   }
   h2.mainheading
   {
      font-family:  Century Gothic , Impact, serif;
      color:                               #6C9C31;
      font-weight:                             600;
   }
   
   img.itemlink
   {
      padding:   0px 0px 0px 0px;
      margin:    0px 0px 0px 0px;
      border:  1px solid #818085;
   }
   img.itemlink a:hover
   {
      padding:   0px 0px 0px 0px;
      margin:    0px 0px 0px 0px;
      border:  1px solid #4a34a2;
   }
   a.itemlink
   {
      padding:               0px 0px 0px 0px;
      margin:                0px 0px 0px 0px;
      border:              0px solid #818085;
   }
   a.itemlink:hover
   {
      padding:   0px 0px 0px 0px;
      margin:    0px 0px 0px 0px;
      border:  1px solid #4a34a2;
   } 
   a:link
   {
      padding:         0px 0px 0px 0px;
      margin:          0px 0px 0px 0px;
      color:                   #407dbc;
      text-decoration:            none;
   }
   a:visited
   {
      padding:         0px 0px 0px 0px;
      margin:          0px 0px 0px 0px;
      text-decoration:            none;
      color:                   #407dbc;
   }
   a:hover
   {
      padding:         0px 0px 0px 0px;
      margin:          0px 0px 0px 0px;
      text-decoration:       underline;
      color:                   #009e76;
      
   }
   a:active
   {
      padding:         0px 0px 0px 0px;
      margin:          0px 0px 0px 0px;
      text-decoration:            none;
      color:                   #009e76;
   }
   p
   {
      padding:         0px 0px 0px 0px;
      margin:          0px 0px 0px 0px;
      color:                   #5d5d68;
      font-size:                11.0px;
      font-style:               normal;
      font-family:   arial, sans-serif;
      font-weight:                 500;
   }  
   tr.odd td
   {
      background-color: #d9dceb;
   }
   tr.even td
   {
      background-color: #ffffff;
   }
   span.yes
   {
       color:      green;
   }
   span.no
   {
       color:        red;
   }
   div.clearboth
   {
      clear: both;
   }
   ul
   {
      list-style-image: url( ../images/green-bullet.jpg );
      color: #000000;
   }
   li
   {
      color: #000000;
   }
 
   div#nav
   {
      width:                                 800px;
      height:                                 40px;
      margin:                   0px auto auto auto;
      padding:                  0px auto auto auto;
      text-align:                             left;
      font-family:               arial, sans-serif;
      font-weight:                             600;
      font-size:                            11.0px;
      text-transform:                    uppercase;
      text-decoration:                        none;
   }
   div#nav ul
   {
      padding:                 auto auto auto auto;
      margin:                   0px auto auto auto;
      list-style-image:                       none;
      list-style-type:                        none;
      width:                                 500px;
      height:                                 40px;
      display:                              inline;
      font-family:               arial, sans-serif;
      font-weight:                             600;
      font-size:                            11.0px;
      text-decoration:                        none;
      border-top:                1px solid #ffffff;
      border-bottom:             1px solid #ffffff;
   }
   div#nav ul#lowermenu
   {
      height:                                 40px;
      border-top:                0px solid #ffffff;
      border-bottom:             0px solid #ffffff;

   }
   div#nav ul#lowermenu li
   {
      height:                                 40px;
   }
   div#nav ul li
   {
      padding:                     0px 1px 0px 1px;
      margin:                    0px auto 0px auto;
      font-size:                            11.0px;
      font-style:                           normal;
      font-family:               arial, sans-serif;
      font-weight:                             600;
      width:                                  71px;
      height:                                 40px;
      display:                              inline;
      text-decoration:                        none;
      border-left:               0px solid #ffffff;
      border-right:              1px solid #ffffff;
      /*background-color:        #000000;*/
   }
   div#nav ul li:hover
   {
      padding:                     0px 1px 0px 1px;
      margin:                      0px 0px 0px 0px;
      font-size:                            11.0px;
      font-style:                           normal;
      font-family:               arial, sans-serif;
      font-weight:                             600;
      width:                                  71px;
      height:                                 40px;
      display:                              inline;
      background-image: url( ../images/menu-item-bg-strip.png );
      background-repeat:                  repeat-x;
      color:                               #000000;
      text-decoration:                        none;
      border-left:               0px solid #ffffff;
      border-right:              1px solid #ffffff;
   }

   div#nav ul li a
   {
      padding:                     0px 0px 0px 0px;
      margin:                      5px 0px 0px 0px;
      color:                               #FFFFFF;
      font-size:                            11.0px;
      font-style:                           normal;
      font-family:   arial, sans-serif;
      font-weight:                             600;
      width:                                  71px;
      height:                                 40px;
      display:                              inline;
      text-decoration:                        none;
   }
   div#nav ul li a:hover
   {
      padding:                     0px 0px 0px 0px;
      margin:                      5px 0px 0px 0px;
      color:                               #FFFFFF;
      font-size:                            11.0px;
      font-style:                           normal;
      font-family:   arial, sans-serif;
      font-weight:                             600;
      width:                                  71px;
      height:                                 40px;
      display:                              inline;
      text-decoration:                        none;
   }


