    body {
       background-color: #003333;
       background-image: url("tj-background5.gif");}
       margin: 0;
       padding-bottom: 25px;
       padding-right: 20px;
       border: 0;
       overflow: hidden;
       height: 100%; 
       max-height: 100%; 
       }

    div#leftcolumn {
       position: absolute;
       top: 0;
       bottom: 0; 
       left: 0;
       width: 300px; /*Width of frame div*/
       height: 100%;
       overflow: hidden; /*Disable scrollbars. Set to "scroll" to enable*/
       }

    div#rightcolumn {
       position: fixed;
       top: 0; 
       left: 300px; /*Set left value to WidthOfFrameDiv*/
       right: 0;
       bottom: 0;
       overflow: auto;
       padding-right: 50px;
       padding-bottom: 25px;
       _margin-left: 300px; 
       }

    td#leftcolumn {
       width: 300px;
       height: 100%;
       vertical-align: top;
       text-align: center;
       }

    td#leftcolumn h1 {
       margin-top: 15px;
       margin-bottom: 0;
       }

    p#leftphoto {
       margin-top: .5em;
       margin-bottom: .5em;
       }

    p#extraimage {
       margin-top: 0;
       margin-bottom: 0;
       }

    p#homelink {
       margin-top: 0;
       margin-bottom: 2em;
       }

    td#leftcolumn h2 {
       text-align: left;
       padding-left: 1.5em;
       margin-top: 1em;
       margin-bottom: .5em;
       }

    td#leftcolumn ul {
       margin-top: 0;
       }

    td#leftcolumn li {
       text-align: left;
       font-family: "Arial Narrow", sans-serif;
       margin-top: 0;
       margin-bottom: 0;
       }

    td#rightcolumn {
       padding-left: 3em;
       padding-right: 1em;
       vertical-align: top;
       background-color: #FFEFD8;
       }

    td#rightcolumn p {
       color: #000;
       }

    td#rightcolumn li {
       color: #000;
       font-family: Georgia, serif;
       padding-bottom: 4px;
       }

    td#rightcolumn li strong {
       font-family: "Arial", sans-serif;
       font-style: italic;
       color: #033;
       font-weight: normal;
       }

    td#rightcolumn ul {
       margin-top: .5em;
       margin-bottom: 0;
       }

    td#rightcolumn h2 {
       color: #033;
       }

    td#rightcolumn h3 {
       color: #033;
       font-weight: normal;
       margin-top: 1em;
       margin-bottom: .5em;
       }

    td#rightcolumn a { color: #543000; background-color: #FFEFD8;}
    td#rightcolumn a:hover { color: #543000; background-color: #FFCC99;}

    p {
       font-family: "Arial", sans-serif;
       color: #FFCC99;
       background-color: transparent;
       }

    p.blog1 {
       margin-bottom: 0;
       margin-top: .5em;
       font-family: Georgia, serif;
       }

    p.blog2 {
       margin-top: 0;
       margin-bottom: 0;
       text-indent: 1em;
       font-family: Georgia, sans-serif;
       }

    p.body {
       font-family: "Arial", sans-serif;
       text-align: center;
       color: #FFCC99;
       background-color: transparent;
       margin-bottom: .5em;
       margin-top: 0}

    p.body2 {
       font-family: "Arial", sans-serif;
       text-align: center;
       color: #FFCC99;
       background-color: transparent;
       margin-bottom: .5em;
       margin-top: 1.5em;}

    p.byline {
       font-family: "Arial", sans-serif;
       font-size: 75%;
       text-align: center;
       color: #FFCC99;
       background-color: transparent;
       margin-top: 1em}

    p.leftphoto {
       font-family: "Arial", sans-serif;
       color: #FFCC99;
       background-color: transparent;
       padding-left: 60px;
       margin-bottom: 0;
       margin-top: 0}

    p.leftbio {
       font-family: "Arial", sans-serif;
       color: #FFCC99;
       background-color: transparent;
       padding-left: 60px;
       margin-bottom: 0;
       margin-top: 10px;}

    p.leftreturn {
       font-family: "Arial", sans-serif;
       padding-left: 70px;
       color: #FFCC99;
       background-color: transparent;
       margin-top: 0}

    h1 {
       font-family: "Arial", sans-serif;
       font-weight: bold;
       font-size: 125%;
       margin-top: 80px;
       margin-bottom: .5em;
       color: #996633}

    h1.lefttop {
       font-family: "Arial", sans-serif;
       font-weight: bold;
       font-size: 125%;
       margin-top: 100px;
       margin-bottom: 10px;
       padding-left: 60px;
       color: #996633}

    h2, h3 {
       font-family: "Arial", sans-serif;
       font-weight: bold;
       font-size: 100%;
       text-align: left;
       margin-bottom: .5em;
       margin-top: 1.5em;
       color: #FFCC99;
       background-color: transparent}

    h3 {
       font-style: italic;
       }

    li {
       font-family: "Arial", sans-serif;
       color: #FFCC99;
       background-color: transparent;
       margin-bottom: .25em;
       margin-top: .25em;}

    table {
       width: 100%;
       border-width: 0;
       border-collapse: collapse;
       margin: 0;
       padding: 0;
       }

    span.indent1 {
       padding-left: 5.5em;
       }

    span.indent2 {
       padding-left: 3em;
       }

    .last {margin-bottom: 25px;}

    a { color: #FFFFFF; background-color: transparent;}
    a:hover { color: #003333; background-color: #FFCC99;}

    .brown {color: #996633}

    .ltgrn {color: #CCCC99}

  @media print {
    td#leftcolumn {
      display: none;
      }
    .noprint {
      display: none;
      }
    }