body {
       margin: 0;
       padding: 0;
       font-size: 16px;
       font-family: serif;
}

a { 
    color: #666666;
    text-decoration: none;
}

a:hover { 
          color: #3f7632;
          text-decoration: underline;
}

img { 
      border: none;
      -ms-interpolation-mode:bicubic;
}

#container {
             margin: 0 auto;
             width: 900px;
}

#left { 
        float: left;
        width: 625px;
}

#right { 
         float: right;
         width: 275px;
}

#left-header { 
               text-align: right;
               margin-right: 20px;
               margin-bottom: -20px;
}

#left-header h1 { 
                  font-size: 50px;
}

#left-header a { 
                 color: black;
                 text-decoration: none;
}

#left-header a:hover { 
                       color: black;
                       text-decoration: none;
}

#left-nav { 
            border-top: 1px solid #666666;
            border-bottom: 1px solid #666666;
            font-size: 18px;
            font-weight: bold;
            text-align: center;
            margin-bottom: 20px;
}

.nav-link { 
            padding-left: 8px;
            padding-right: 8px;
}

#left-content { 
                text-align: justify;
}

#left-footer { 
               border-top: 1px solid #666666;
               color: #666666;
               margin-top: 20px;
               text-align: right;
               font-size: 8px;
}

#right-header { 
}

#right-content { 
                 margin-left: 40px;
/*                 background: #75da5c;*/
}

.rss_items { 
             padding-left: 20px;
             list-style-type: square;
}

h1, h2, h3, .section { 
           font-size: 18px;
           text-align: center;
           border-top: 1px solid;
           border-bottom: 1px solid;
}

.reptable { 
            width: 100%;
}

.repcol1 { 
           text-align: left;
}

.repcol2 { 
           text-align: right;
}

