.standard {
            font-family: Arial;
            font-size: 12pt;
            margin-top: 0;
            text-align: justify;
          }

.standardleft
          {
            font-family: Arial;
            font-size: 12pt;
            margin-top: 0;
            text-align: left;
          }

.sidebar {
            font-family: Arial;
            font-size: 9pt;
            text-align: center;
          }

.copyright {
            font-family: Arial;
            font-size: 9pt;
            line-height: 1.2;
            text-align: center
          }

.rightcolumn
          {
            font-family: Arial;
            font-size: 9pt;
            margin-top: 0;
            text-align: justify;
            margin-left: -20px;
          }


.heading1 {
            font-family: Arial;
            color: #E8C899;
            background-color: #00507C;
            font-size: 18pt;
            font-weight: 700;
            margin-bottom: 5px;
            text-align: center;
          }
.heading2 {
            font-family: Arial;
            color: #00507C;
            font-size: 14pt;
            font-weight: 700;
            margin-bottom: 5px;
            font-style: italic;
            border-bottom-style: solid;
            border-bottom-width: 1px;
            border-bottom-color: #00507C;
          }
.heading3 {
            font-family: Arial;
            color: #025F9C;
            font-size: 16pt;
            line-height: 1.5;
            margin-bottom: 0;
            font-weight: 700;
            text-decoration: underline;
          }

A:link    {
            font-family: Arial;
            font-size: 12pt;
            color: #000080;
            text-decoration: underline;
          }

A:visited {
            font-family: Arial;
            font-size: 12pt;
            color: #000080;
            text-decoration: underline;
          }


.blognavigation {
      right: 20px;
      width: 250px;
      float: right;
      margin-left: 20px;
}
