/*   General stylesheet for NBBC website         */
/*  March 2007 last update                       */
/*  By K. Callaway                               */
/*  For use in the maroon-backed lefthand menu   */
/*  only.                                        */
/*  Well...okay, on the homepage too, since      */
/*  that also has a dark background              */
/*                                               */
/*  Set paragraphs to san-serif and 10 point     */
/*  general site text shall be green (#800000),  */
/*                                               */

body {background-color: maroon;
      margin-left: 10px;
      margin-right: 10px;
      margin-top: 5px;
     }

p {font-family: Arial, Helvetica, sans-serif;
   font-size: 10pt;
   font-weight: normal;
   color: #BEE3B5;
  }

a:visited {font-family: Arial, Helvetica, sans-serif;
           font-style: normal;
           line-height: normal;
           color: turquoise;
           text-decoration: none
          }

a:hover {font-family: Arial, Helvetica, sans-serif;
         font-style: normal;
         line-height: normal;
         font-weight: normal;
         color: yellow;
         text-decoration: underline
        }

a:link {font-family: Arial, Helvetica, sans-serif;
        font-style: normal;
        line-height: normal;
        font-variant: normal;
        color: white;
        text-decoration: none
       }

a:active {font-family: Arial, Helvetica, sans-serif;
          font-style: normal;
          line-height: normal;
          color: #FFFFFF;           text-decoration: none;
          font-variant: normal
         }

/*  Just used for the 'javascript turned off' msg   */
h4 {font-family: Arial, Helvetica, sans-serif;
    text-align: center;
    color: #BEE3B5;
  }

/*  Larger text.                   */
.large_title {font-family: Arial, Helvetica, sans-serif;
              font-size: 12pt;
              font-weight: bold;
	      font-style: italic;
              color: #BEE3B5;
             }

.update {font-family: Arial, Helvetica, sans-serif;
         font-size: 7pt;
         font-weight: normal;
         color: #BEE3B5;
        }
