@media print {
  a:link, a:visited, a:hover, a:active
    {
    color: #333;
    text-decoration: none;
    }

  body
    {
    font-family: "Trebuchet MS", Geneva, Arial, Helvetica, SunSans-Regular, sans-serif;
    font-size: small;
    }

  dt
    {
    font-weight: bold;
    }

  dd
    {
    margin-left: 0;
    padding: 0.8em 0;
    }

  #content
    {
    padding-left: 20px;
    width: 65%;
    float: right;
    }

  #left
    {
    text-align: right;
    width: 30%;
    float: left;
    }
  
  #banner
    {
    background: url(../images/banner-pf.gif) #6877a0 no-repeat left;
    height: 80px;
    }
  
  #banner h1
    {
    display: none;
    }

  div.contact
    {
    margin-bottom: 10px;
    }
  
  div.contact .heading
    {
    font-size: 1.2em;
    font-weight: bold;
    line-height: 0.8em;
    }
  
  .breadcrumb
    {
    border-bottom: 1px #333 solid;
    }

  .email, .fax, .phone
    {
    padding: 0 0 0 20px;
    }

  .email
    {
    background: url(../images/icons/mouse.gif) no-repeat left;
    }

  .fax
    {
    background: url(../images/icons/fax.gif) no-repeat left;
    }

  .phone
    {
    background: url(../images/icons/phone.gif) no-repeat left;
    }

  .footer
    {
    color: #333;
    font-size: 0.9em;
    text-align: center;
    margin-top: 0 !important;
    margin-top: 10px;
    padding-top: 10px;
    width: 100%;
    border-top: 1px #666 solid;
    clear: both;
    }

  .frame
    {
    background: #fff;
    margin-top: 20px;
    padding: 10px;
    border: 1px #ccc solid;
    width: 180px;
    }
  
  .nav
    {
    display: none;
    }

  .smaller, .smallest
    {
    line-height: 0.6em !important;
    line-height: 1.5em;
    }

  .smaller
    {
    font-size: 0.6em;
    }

  .smallest
    {
    font-size: 0.5em;
    }
}