/* CSS Document */

/* HILIGHT CURRENT PAGE IN THE PUBLIC MENU */
#about .about, #gallery .gallery, #news .news, #fundraising .fundraising, #prevention .prevention, #contact .contact, #links .links, #home .home
{
color: #ff0000;
}
/* END HILIGHT CURRENT PAGE IN THE  PUBLIC MENU  */

/* HILIGHT CURRENT PAGE IN THE MEMBER MENU */
#login .login, #memberhome .memberhome, #calendar .calendar, #membergallery .membergallery, #forms .forms, #bulletinboard .bulletinboard, #directory .directory
{
color: #ff0000;
}
/* END HILIGHT CURRENT PAGE IN THE  MEMBER MENU  */

#leftcol {

  float: left;
  width: 318px;

}
#rightcol {
  float: left;
  width: 318px;
 background: url(/static/art/rule-vert-dot.gif) top left repeat-y;
 

}


html,body{
      margin:0;
      padding:0;
      height:100%;
      border:none;
   }
   table { border-collapse: collapse; }
 
 #outerTable {
   height:100%; width:100%; empty-cells:show; 
   }
   
   #centerCell { 
    width: 888px;
	vertical-align: top; 
   background-image:  url(/static/art/center-bg.jpg); 
   background-position: top; 
   background-repeat: repeat-y; }
   
   #rightCell { 
	vertical-align: top; 
   background-image:  url(/static/art/outer-right2.jpg); 
   background-position: top left; 
   background-repeat: repeat-y; 
   background-color: #000000;
   }
   #leftCell { 
	vertical-align: top; 
   background-color: #000000;
   }
.table100percent {
  width:100%; empty-cells:show;  
  }
  
   #leftBannerCell {
   height:196px;
    background-image:  url(/static/art/banner_left.jpg); 
   background-position: top right; 
   background-repeat: no-repeat; 
   }
   #rightBannerCell {
   height:196px;
    background-image:  url(/static/art/banner_right.jpg); 
   background-position: top left; 
   background-repeat: no-repeat; 
   }
   
   .bannerGlow {
    height:31px;
	 background-image:  url(/static/art/red-banner-glow.jpg); 
   background-repeat: repeat-x; 
   }
    #centerBannerCell {
   height:196px;
    background-image:  url(/static/art/banner_center.jpg); 
   background-position: top left; 
   background-repeat: no-repeat; 
   }
     #centerBodyCell {
    background-image:  url(/static/art/below-banner.jpg); 
   background-position: top left; 
   background-repeat: no-repeat; 
   vertical-align: top; 
   }
    #centerBodyTable {
 width:807px;

   }
   .cellWidth-171px {
      vertical-align: top; 
	  width:171px;
   }
    .cellWidth-411px {
      vertical-align: top; 
	  width:411px;
   }
   .cellWidth-225px {
      vertical-align: top; 
	  width:225px;
   }
  
  .width-888 { width:888px;}
  
 
