/* GENERIC TAGS */

   body,div,img {
      padding: 0px 0px 0px 0px;
      margin: 0px 0px 0px 0px;
   }

   a { text-decoration: none; color: #000000; }
   a:hover { font-weight: bold; }
   a img { border: 0px; }

/* GENERIC STYLES */
   .c_left { text-align: left; }
   .c_center { text-align: center; }
   .c_right { text-align: right; }
   .c_just { text-align: justify; }
   .c_bold { font-weight: bold; }
   .c_italic { font-style: italic; }
   .c_font8 { font: 8px Verdana; }
   .c_font9 { font: 9px Verdana; }
   .c_font10 { font: 10px Verdana; }
   .c_font12 { font: 12px Verdana; }
   .c_font14 { font: 14px Verdana; }
   .c_orange { color: #ff9900; }
   .c_blue   { color: #003399; }
   .c_grey   { color: #999999; }
   .c_wid32 { width: 38px; }
   .c_wid64 { width: 70px; }
   .c_wid96 { width: 102px; }
   .c_wid134 { width: 134px; }

/* LAYOUT ELEMENTS */

   body {
      background-color: #ffffff;
      background-image: url("./img/bg_left.png");
      background-position: left;
      background-repeat: repeat-y;
      font: 12px Verdana;
      color: #000000;
   }

   #divmain {
      margin: 0px 190px 0px 185px;
      padding: 0px 0px 0px 0px;
      height: auto !important;
      height: 1px;
   }
   #divleft {
      position: absolute;
      margin: 0px 0px 0px 0px;
      width: 185px;
      top: 0px;
      left: 0px;
   }
   #divright {
      background-color: #cccccc;
      background-image: url("./img/bg_right.png");
      background-position: left;
      background-repeat: repeat-y;
      position: absolute;
      margin: 0px 0px 0px 0px;
      width: 185px;
      right: 0px;
      top: 0px;
   }

/* CENTER TOPBAR */

   #topname {
      background-color: #003399;
      border-bottom: 4px solid #cccccc;
      text-align: right;
      font: 1pt Verdana;
      height: auto !important;
      height: 1px;
   }

/* CENTER CONTENT */

   .divcontent {
      color: #000000;
      font: 12px Verdana;
      text-align: justify;
      padding: 0px 5px 0px 5px;
   }
   .divcontent a { text-decoration: none; color: #ff9900; }
   .divcontent a:hover { text-decoration: underline; font-weight: normal; }
   .divcontent a.c_bold { text-decoration: none; color: #ff9900; font-weight: bold; }
   .divcontent a:hover.c_bold { text-decoration: underline; font-weight: bold; }
   .divcontent table.btab { background-color: #cccccc; text-align: center;}
   .divcontent table.btab th { font: 10px Verdana; font-weight: bold; background-color: #ffeeee; color: #003399; }
   .divcontent table.btab td { font: 10px Verdana; background-color: #ffffff; }

   .div_title {
      border-bottom: 1px solid #ff9900;
      height: auto !important;
      height: 1px;
   }

   .span_title {
      background-color: #ff9900;
      color: #ffffff;
      font: 18px Verdana;
      font-weight: bold;
      padding: 0px 10px 0px 10px;
      margin-left: 10px;
   }

   .div_subtitle {
      color: #003399;
      font: 12px Verdana;
      font-weight: bold;
      padding-left: 20px;
   }

   .div_para {
      border-bottom: 1px solid #003399;
      clear: both;
   }

   .span_para {
      padding: 0px 10px 0px 10px;
      margin-left: 10px;
      background-color: #003399;
      font-weight: bold;
      color: #ffffff;
   }

   .div_commtitle {
      padding: 0px 10px 0px 10px;
      border-bottom: 1px solid #000000;
      background-color: #cccccc;
      color: #000000;
   }

   .div_commtitle a, .div_commpara a {
      font: 10px Verdana;
      color: #cc0000;
   }

   .div_commtitle a:hover, .div_commpara a:hover {
      font: 10px Verdana;
      color: #cc0000;
      font-weight: bold;
      text-decoration: none;
   }

   .div_commpara {
      padding: 0px 10px 4px 10px;
      border-bottom: 1px dashed #000000;
      background-color: #eeeeee;
      color: #000000;
      clear: both;
   }

   .span_commpara {
      font: 10px Verdana;
      font-style: italic;
      color: #000000;
   }

   .divcontent img {
      margin: 0px 10px 0px 10px;
   }

   .divcontent table img {
      margin: 0px 0px 0px 0px;
   }

   .divcontent form {
      margin: 0px 0px 0px 0px;
      padding: 0px 0px 0px 0px;
      color: #003399;
   }

   .divcontent label {
      font: 10px Verdana;
   }

   .divcontent input , .divcontent textarea {
      padding: 2px;
      background-color: #eeeeee;
      border: 1px solid #999999;
      color: #003399;
      font: 12px Verdana;
   }

   .divcontent select {
      background-color: #eeeeee;
      border: 1px solid #999999;
      color: #003399;
      font: 12px Verdana;
   }

   .divcontent input.button {
      padding: 2px;
      background-color: #cccccc;
      border-top: 1px solid #eeeeee;
      border-left: 1px solid #eeeeee;
      border-right: 1px solid #999999;
      border-bottom: 1px solid #999999;
      font-weight: bold;
      color: #000000;
   }

   .divcontent input.nobord {
      padding: 2px;
      background-color: transparent;
      border: 0px;
   }

   .divcontent .divcopyright {
      text-align: center;
      padding: 0px 50px 0px 50px;
      font: 9px Verdana;
      color: #cccccc;
      border-top: 1px solid #cccccc;
      clear: both;
   }

   .divcontent .divcopyright a { color: #999999; }

   img.c_btn {
      border-top: 1px solid buttonhighlight;
      border-left: 1px solid buttonhighlight;
      border-bottom: 1px solid buttonshadow;
      border-right: 1px solid buttonshadow;
      background: #cccccc;
   }

   .divcontent .newstitle {
      text-align: left;
      font: 10px Verdana;
      color: #ff9900;
      padding-top: 5px;
   }

   .divcontent .newsbody {
      font: 9px Verdana;
   }

/* LEFT COLUMN */

   .divadmenuleft {
      text-align: left;
      /*margin: 2px 15px 0px 24px;*/
      margin: 2px 5px 0px 2px;
      padding: 1px 4px 1px 4px;
      background-color: #ff9900;
      color: #003399;
      font: 12px Trebuchet MS;
   }
   .divadmenuleft a { text-decoration: none; color: #003399; }

   .divmenuleft {
      text-align: left;
      margin: 2px 5px 0px 2px;
      padding: 1px 4px 1px 4px;
      background-color: #003399;
      color: #ffffff;
      font: 12px Trebuchet MS;
   }
   .divmenuleft a { padding-left: 4px; text-decoration: none; color: #ffffff; }

   .divsubmenuleft {
      text-align: left;
      margin: 2px 5px 0px 24px;
      padding: 1px 4px 1px 4px;
      background-color: #eeeeee;
      border: 2px solid #003399;
      color: #003399;
      font: 11px Trebuchet MS;
   }
   .divsubmenuleft a { text-decoration: none; color: #003399; }

   .divsubmenuleftopen {
      text-align: leftt;
      margin: 2px 5px 0px 24px;
      padding: 1px 4px 2px 4px;
      background-color: #ffffff;
      border: 2px solid #003399;
      color: #003399;
      font: 11px Trebuchet MS;
   }
   .divsubmenuleftopen ul {
      margin: 0px;
      padding-left: 18px;
      font: 9px Verdana;
   }
   .divsubmenuleftopen a { text-decoration: none; color: #003399; }

   #divleft .divcopyright {
      text-align: center;
      margin: 0px 30px 0px 22px;
      font: 9px Verdana;
      color: #999999;
   }

   #divleft .divcopyright a { color: #666666; }

   #divstats table {
      text-align: center;
      background-color: #999999;
      margin: 0px 5px 2px 18px;
   }

   #divstats td {
      padding: 0px 5px 0px 5px;
      background-color: #003399;
      font: 9px Verdana;
      color: #cccccc;
   }

   #divstats th {
      padding: 0px 5px 0px 5px;
      background-color: #003399;
      font: 9px Verdana;
      color: #eeeeee;
      font-weight: bold;
   }

/* RIGHT COLUMN */

   .imgwrapper {
      font: 1px Verdana;
   }

   .divrightcol {
      margin: 0px 5px 0px 20px;
   }

   .rightmenu {
      text-align: center;
      background-color: #003399;
      color: #ffffff;
      font: 10px Verdana;
      border-left: 1px solid #003399;
      border-right: 1px solid #003399;
   }

   .rightbody {
      text-align: center;
      font: 9px Verdana;
      background-color: #ffffff;
      color: #003399;
      border-left: 1px solid #003399;
      border-right: 1px solid #003399;
      border-bottom: 2px solid #003399;
      padding: 2px 2px 6px 2px;
   }

   .rightbody a {
      color: #003399;
   }

   .divrightcol table {
      margin-left: auto;
      margin-right: auto;
   }

   .divrightcol form {
      margin: 0px 0px 0px 0px;
      padding: 0px 0px 0px 0px;
   }

   .divrightcol input {
      padding: 2px;
      background-color: #eeeeee;
      border: 1px solid #003399;
      font: 10px Verdana;
   }

   .divrightcol label {
      font: 9px Verdana;
   }

   .divrightcol input.button {
      padding: 2px;
      background-color: #cccccc;
      border-top: 1px solid #eeeeee;
      border-left: 1px solid #eeeeee;
      border-right: 1px solid #999999;
      border-bottom: 1px solid #999999;
      font: 10px Verdana;
      font-weight: bold;
   }

   .divrightcol div.newstitle {
      font-weight: bold;
      color: #ff9900;
      padding-top: 5px;
   }
