/* overall */
  html, body
  {
    background-color: #ffffff;
    color: #000000;
    margin: 0px;
    padding: 0px;
    height: 100%;
  }

  #wrapper
  {
    position: relative;
    height: auto !important; 
    height: 100%; 
    min-height: 100%;
    min-width: 1024px; 
  }

/* header */

  #header
  {
    background-image: url(../images/header.png);
    height: 150px;
    margin: 0px 0px 0px 0px;
  }

  #header img
  {
    margin-left: 7px;
    margin-top: 7px;
    float: left;
    padding-right: 10px;
  }

  #header strong
  { 
    margin-top: 0px;
    font-family: Arial;
    font-size: 18pt;
    font-weight: 600;
    color: #ffff00;
    display: block;
    padding-top: 10px;
    padding-bottom: 10px;
  }

  #header small
  { 
    margin-top: 0px;
    font-family: Arial;
    font-size: 12pt;
    font-weight: 600;
    color: #ffffff;
    display: block;
  }

/* menu */

  #menu
  {
    background-image: url(../images/menu.png);
    margin: 0px 0px 0px 0px;
    height: 30px;    
    padding: 0px;
    margin: 0px;
  }

  #menu ul
  {
    list-style: none;
    padding: 0;
    margin: 0;
    position: absolute;
  } 

  #menu li
  {
    height: 30px;
    width: 125px;
    float: left;
    text-align: center;
    margin: 0px;
    padding: 0px;
  }

  #menu a
  {
    width: 125px;
    height: 30px;
    font-family: arial;
    font-weight: 600;
    font-size: 9pt;
    color: #ffffff;
    text-decoration: none;
    display: block;
    line-height: 30px;
    background-image: url(../images/menu.png);
  }

  #menu a:hover
  {
    color: #ffff00;
    text-decoration: none;
    background-image: url(../images/menuroll.png);
  }

  #menu a:active
  {
    outline: none;
  }

  #menu a:focus
  {
    outline: none;
  }

/* nav */
  #nav
  {
    background-image: url(../images/submenu.gif);
    margin: 0px 0px 0px 0px;
    width: 180px;
    height: 250px;
    float: left;    
  }

  #nav ul
  {
    list-style: none;
    margin: 0px;
    padding: 5px;
    align: left;
  }

  #nav li
  {
    list-style: none;
  }

  #nav a
  {
    font-family: arial;
    font-weight: 600;
    font-size: 9pt;
    color: #002C5E;
    text-decoration: none;
  }

  #nav a:hover
  {
    color: #002C5E;
    text-decoration: underline;
  }

  #nav a:active
  {
    outline: none;
  }

  #nav a:focus
  {
    outline: none;
  }


/* ad */

  #ad
  {
    background-image: url(../images/adlayer.png);
    margin: 0px 0px 0px 0px;
    width: 150px;
    height: 250px;
    float: right;
    display: block;
  }

  #ad a
  {
    color: #ffffff;
    text-decoration: none;
    font-family: arial;
    font-size: 10pt;
    font-weight: 600;
  }

/* content */

  #content
  {   
    margin: 0px 100px 0px 180px;
    padding: 5px;
    padding-bottom: 20px;
    /* height: 250px; */
    display: block;
    height: 100%;
    color: #000000;
    font-family: Arial;
  }

  #content h1
  {
    font-family: Arial;
    font-size: 18pt;
    font-weight: 600;
    color: #000000;
    padding: 0px;
    margin: 5px 0px 10px 0px;
  }

  #content h2
  {
    font-family: Arial;
    font-size: 12pt;
    font-weight: 600;
    color: #000000;
    padding: 0px;
    margin: 5px 0px 10px 0px;
  }

  #cbox
  {
    width: 700px;
    margin-bottom: 40px;
    display: block;
    /* float: left; */
  }

  #cbox a
  {
    color: #0000ff;    
    /*text-decoration: underline;
    text-underline-style: dotted;*/
    text-decoration: none;
    border-bottom: 2px blue dotted;
    font-weight: 600;
  }

/* footer */

  #footer
  {
    display: block;
    /*position: absolute;*/
    bottom: 0px;
    width: 100%;
    display: block; 
    background-image: url(../images/footer.gif);
    height: 20px;
/*    margin: 0px 10px 0px 10px; */
    clear: both;
    text-align: center;
    vertical-align: bottom;
  }

  #footer small
  {
    font-family: Arial;
    font-size: 8pt;
    font-weight: 600;
    color: #000000;
  }
