  BODY {
    font-family    : "Tohoma", "Arial", sans-serif ;
    text-align     : center;
    }
  H1 {
    font-size      : 25px;
    font-weight    : bold;
    margin-top     : 20px;
    }
  A {
    text-decoration: none;
    }
  A IMG {
    border         : 0px;
    }


  .pageArea {
    margin         : 20px auto;
    width          : 760px;
    }

  .navigation {
    overflow       : auto;
    width          : 100%;
    }
  .navigation A .spacer {
    background     : #FFF;
    float          : left;
    font-size      : 12px;
    padding        : 2px;
    width          : 196px;
    }
  .navigation A .item {
    background     : #000;
    cursor         : pointer;
    float          : left;
    font-size      : 12px;
    font-variant   : small-caps;
    padding        : 2px;
    width          : 136px;
    }
  .navigation A,
  .navigation A:visited {
    background     : #000;
    color          : #FFF;
    font-weight    : bold;
    text-decoration: none;
    }
  .navigation A:hover .item {
    background     : #600;
    }
  .navigation A:hover {
    background-position : 0 0;
    } /* IE hack */

  .header {
    height         : 256px;
    margin         : 0px;
    overflow       : hide;
    width          : 100%;
    }
  .header .logo {
    background     : #000;
    float          : left;
    height         : 256px;
    text-align     : center;
    vertical-align : middle;
    width          : 200px;
    }
  .header .logo A IMG {
    border         : 0px;
    margin         : auto;
    }
  .header .photo {
    background     : #600;
    float          : left;
    height         : 256px;
    text-align     : right;
    width          : 560px;
    }
  .header .photo IMG {
    height         : 256px;
    margin         : 0px;
    }

  .printHeader,
  .printHeader .firmName,
  .printHeader .office,
  .printHeader HR {
    display        : none;
    }

  .content {
    background     : #000;
    margin         : 0px;
    overflow       : auto;
    text-align     : center;
    width          : 100%;
    }
  .content .textArea,
  .content .textArea TD {
    color          : #FFF;
    font-size      : 14px;
    margin         : 0px auto;
    text-align     : justify;
    width          : 720px;
    }
  .twoColumn {
    float          : left;
    width          : 340px;
    }

  .footer {
    font-color     : #FFF;
    font-size      : 10px;
    margin         : 0px;
    text-align     : right;
    width          : 100%;
    }
  .content A {
    }


  .bio {
    border         : 1px solid #FFF;
    margin         : 20px 0px 20px 0px;
    padding        : 20px;
    padding-top    : 0px;
    }
  .bio H3 {
    font-size      : 14px;
    font-weight    : bold;
    margin-bottom  : 5px;
    margin-top     : 20px;
    }
  .bio DIV {
    line-height    : 150%;
    text-align     : justify;
    text-indent    : 15px;
    }
  .bio .attorneyPhoto {
    float          : left;
    height         : 210px;
    margin         : 20px 20px 5px 0px;
    width          : 180px;
    }
  .bio A {
    color          : #F00;
    text-decoration: none;
    }
  .bio A:hover,
  .bio A:active {
    color          : #A00;
    }
  .bio A:visited {
    color          : #F90;
    }
