  .margin-right-20px
  {
    margin-right: 20px;
  }
/* DOCUMENTS */

  .document-item
  {
    line-height: 120%;
    margin-top: 1em;
    float:left;
    width: 220px;
    ^width: 230px;
    padding-left: 10px;
  }

  .document-item-info
  {
    color: #138f34;
  }

/* HP NEWS - item 1 */

  .hp-new-item-1
  {
    margin-bottom: 1em;
  }

  .hp-new-item-1 h3
  {
    font-weight: bold;
    margin: 0px 0px 0px 0px;
    font-size: 100%;
    letter-spacing: 0px;
  }

  .hp-new-item-1 h3 a         {text-decoration: none;       font-weight: bold; color: #138f34; }
  .hp-new-item-1 h3 a:link    {text-decoration: none;       font-weight: bold; color: #138f34; }
  .hp-new-item-1 h3 a:visited {text-decoration: none;       font-weight: bold; color: #138f34; }
  .hp-new-item-1 h3 a:active  {text-decoration: none;       font-weight: bold; color: #138f34; }
  .hp-new-item-1 h3 a:hover   {text-decoration: underline;  font-weight: bold; color: #138f34; }

  .hp-new-item-1 img
  {
    float: left;
    border: 1px solid #000000;
    margin-right: 8px;
    margin-top: 5px;
  }

  .hp-new-item-1 b
  {
    color: #138f34;
  }

  .hp-new-item-1 p
  {
    margin: 0px;
    line-height: 120%;
    color: #333333;
  }

/* HP NEWS - item 2 more */

  .hp-new-item-2more
  {
    line-height: 110%;
    margin-top: 10px;
  }

  .hp-new-item-2more-date
  {
    display: block;
    float: left;
    width: 67px;
    color: #138f34;
  }

  .hp-new-item-2more-caption
  {
    display: block;
    float: left;
    ^float: none;
    width: 155px;
    color: #333333;
    font-weight: bold;
  }

  .hp-new-item-2more-caption a         {text-decoration: none;       font-weight: bold; color: #333333; }
  .hp-new-item-2more-caption a:link    {text-decoration: none;       font-weight: bold; color: #333333; }
  .hp-new-item-2more-caption a:visited {text-decoration: none;       font-weight: bold; color: #333333; }
  .hp-new-item-2more-caption a:active  {text-decoration: none;       font-weight: bold; color: #333333; }
  .hp-new-item-2more-caption a:hover   {text-decoration: underline;  font-weight: bold; color: #666666; }



/* HP BLUE BOX */
  .hp-blue-box
  {
    font-size: 85%;
    background-color: #eef3f6;
    width: 240px;
    min-height: 220px;
    ^height: 220px;
    float: left;
    text-align: left;
  }

  .hp-blue-box-padding
  {
    padding: 15px 5px 5px 10px;
  }

  .hp-blue-box h2
  {
    margin: 0px 0px 0.8em 0px;
    font-size: 135%;
    font-weight: bold;
    color: #138f34;
    letter-spacing: 0px;
  }


/* HP WHITE BOX */


  .hp-white-box
  {
    width: 240px;
    float: left;
    font-size: 85%;
    text-align: left;
    color: #333333;
  }

  .hp-white-box-full
  {
    font-size: 85%;
    text-align: left;
    clear: both;
    color: #333333;
  }

  .hp-white-box p, .hp-white-box-full p
  {
    color: #333333;
  }

  .hp-white-box-padding
  {
    padding: 15px 5px 5px 10px;
  }

  .hp-white-box h2, .hp-white-box-full h2
  {
    margin: 0px 0px 0.8em 0px;
    font-size: 135%;
    font-weight: bold;
    color: #138f34;
    letter-spacing: 0px;
  }


/* HP FULL BOX */

  .hp-full-box
  {
    clear: both;
    margin-top: 10px;
  }

