﻿      BODY
      {
         font-family: Verdana;
         background-color: #7cb4ed;
         margin: 0;
         padding: 0;
      }
      #header
      {
         height: 150px;
         background-image: url(../images/HeaderBG.png);
         background-repeat: repeat-x;
      }
      #header2
      {
         margin-left: auto;
         margin-right: auto;
         height: 184px;
         width: 800px;
         background-image: url(../images/HeaderMain.png);
         background-repeat: no-repeat;
      }
      #logonControls
      {
         width: 800px;
         text-align: right;
         color: #cf8841;
      }
      #menuBar
      {
         width: 800px;
         height: 37px;
         margin-top: 85px;
         vertical-align: middle;
      }
      #menuBar DIV
      {
         display: inline;
         font-size: 2em;
         text-transform: uppercase;
         background-image: url(../images/MenuBG.png);
         background-repeat: repeat-x;
         height: 37px;
         vertical-align: middle;
         text-align: center;
         color: White;
      }
      
      #menuBar DIV A
      {
         color: White;
         padding: 3px;
      }
      
      #menuBar DIV A:Hover
      {
          color: Black;
      }
      
      A
      {
         color: black;
         font-size: 12px;
      }
      
      #container
      {
      }
      #container2
      {
         margin-right: 200px;
      }
      #centercol
      {
         position: relative;
         margin-left: 200px;
         padding: 0px;
        
        
      }
    
      #centercolcontent
      {
         padding: 0px 6px 15px 6px;
        
         
      }
      #rightcol
      {
         position: absolute;
         top: 100px;
         right: 0px;
         width: 200px;
         color: White; /*background-color: #818689;*/
         font-size: 10px;
      }
      #rightColContainer
      {
         width: 190px;
         margin-left: auto;
         margin-right: auto;
         margin-top: 50px;
         text-align: center;
      }
      #leftcol
      {
         position: absolute;
         top: 100px;
         left: 0px;
         width: 200px; /*background-color: #bcbfc0;*/
         font-size: 10px;
      }
      #leftColContainer
      {
         width: 190px;
         margin-left: auto;
         margin-right: auto;
         margin-top: 50px;
         text-align: center;
      }
      
      .SectionHeader
      {
         background-image: url(../images/SectionHeader.png);
         background-repeat: repeat-x;  
         height: 39px;
         vertical-align: middle;
         color: White;
         text-transform: uppercase;
         font-size: 20px;
      }
     
      .SubSectionHeader
      {
         background-image: url(../images/SubSectionCenter.png);
         background-repeat: repeat-x;
         height: 40px;
         text-align: center;
         vertical-align: middle;
      }
      
      .SectionBody
      {
         text-align: center;
         background-color: White;
      }
      
      .quickSearch
      {
         text-align: center;
         background-image: url(../images/QuickSearchBG.png);
         background-repeat: no-repeat;
         height: 278px;
         vertical-align: middle;  
      }
      
      #footer
      {
       text-align: center;  
         
      }
      
      .even
      {
         background-color: #c4e0fd;
         text-align:left;
      }
      
      .odd
      {
         text-align: left;
      }
      
      .link
      {
        cursor: pointer;   
      }
      
      
      .postInfo
      {
          background-color:  #b8dbff; 
          border: 1px outset darkgray;
      }
      
      .button
      {
          border: 2px outset gray; background-color: Gray;
      }
      