/* Active DataComm, Inc. - Style Sheet */

/*  The apparent width is easily changed in the #Content section below.  */

  html {
    margin: 0px;
    padding: 0px;
    height: 100%;
    border: none;
  }

  body { 
    background-image: url("../images/tile.jpg");
    background-repeat: repeat;

    height:100%;
    color: #000000;
    background-color: #888888; 
    margin: 0px; 
    margin-top: 1%;
    padding: 0px;
    text-align: center;
    font-family: sans-serif;
    border:none;

  }

  #Content {

    width: 650px;
    /*height: 96%;*/

    margin: 0px auto;
    margin-top: 0px;
    margin-bottom: 0px;
    text-align: left;
    padding: 0px;
    border: 2px solid #325d3d;
    color: #ffffff;
    background-color: #5d7f65;
    display: table;
  }

  a {
    color: #ffffff; 
    text-decoration: underline;
  }

  a.testlink {
    font-size: 1.25em;
  }

  a:hover {
    color: #ffffff; 
    text-decoration: underline;
  }

  a:active {
    color: #ffffff; 
    text-decoration: underline;
  }

  table.content {
    width: 650px;
    /*height: 100%;*/
    text-align: left;
    padding: 0px;
    margin: 0px
    border: none;
    font-size: 10pt;
  }

  td.content {
    border: none;
    height: 100%;
    text-align: left;
    vertical-align: top;
    padding: 10px;
    padding-left: 25px;
    padding-right: 25px;
  }

  td.headercontainer {
    background-image: url("../images/navbg.jpg");
    background-repeat: repeat-x;
    background-position: bottom center;


    height: 110px;
    background-color: #325d3d;
    border: 0px solid #000000;
    text-align: center;
    vertical-align: top;
    padding: 0px;
    margin: 0px
  }

  td.navcontainer {
    height: 30px;

    border: 0px solid #000000;
    text-align: center;
    vertical-align: top;
    padding: 0px;
    margin: 0px
  }

  table.nav {
    width: 100%;

    text-align: center;
    border: none;
    border-top: 1px solid #ffffff;
    border-bottom: 1px solid #ffffff;
    padding: 0px;
    margin: 0px
    font-size: 9pt;
  }

  td.nav {
    color: #ffffff;

    width: 25%;
    font-weight: bolder;
    border: none;
    text-align: center;
    vertical-align: middle;
    padding: 0px;
    margin: 0px
    cursor: pointer;
  }

  td.nav:hover {
    color: #ffffff;
    background-color: #5d7f65;
    cursor: pointer;
  }

  table.header {
    width: 100%;

    background-color: #325d3d;
    color: #ffffff;
    text-align: center;
    border: none;
    padding: 0px;
    margin: 0px
    font-size: 10pt;
  }

  td.headerimage {
    background-image: url("../images/pacexamheader.jpg");
    background-repeat: no-repeat;
    background-position: 50% 50%;

    height: 60px;
    width: 540px;
    color: #ffffff;
    border: none;
    text-align: left;
    vertical-align: middle;
    padding: 0px;
    margin: 0px
  }

  img.floatright {
    float: right;
    margin: 3px;
    margin-left: 10px;
    margin-right: 0px;
    clear: left;
  }

  img.floatleft {
    float: left;
    margin: 3px;
    margin-left: 0px;
    margin-right: 10px;
    clear: left;
  }

  ul.pielist {
    font-weight: bold;
    font-size: 1.25em;
  }

  p.heading {
    font-size: 1.5em;
  }


  div.copyright {
    height: 2%;
    color: #325d3d;
    font-size: .55em;
    text-align: center;
    vertical-align: bottom;
    border: none;
    padding: 0px;
  }

  div.show {
      display: block;
  }

  div.hide {
      display: none;
  }
