
html {
    background-color: #e6e6e6;
}



a {
  color: #9C0000;  
}
a:hover {
  color: #9C9C9C;  
}

.header {
    border-bottom-color: #9c0000;
}

.main {
    border-top-color: #ffffff;
}

.yui-g {
    background-color: #f4f4f4;
}

.grey1 {
    background-color: #ffffff;
    height: 100%;
}

.grey2 {
    background-color: #eeeeee;
    height: 100%;
}

.siteHeader {
    color: #ffffff;
}

.navContainer {
     background-color: #ffffff;
}

.tabContainer {
    color: #ffffff;
}
    
.Archive  {
    background-color: #89b8ff;
}
.News  {
    background-color: #96ea96;
}
.Gallery  {
    background-color: #fff5bc;
}
.Committee  {
    background-color: #c4d7ed;
}
.Membership  {
    background-color: #c1edca;
}
.Funding  {
    background-color: #ffeec2;
}
.Links  {
    background-color: #f5ffd5;
}

.White {
    background-color: #aaaaaa;
}

.navSidebar {
    background-color: #FFFFFF;
}

.odd { background-color: #aaaaaa; }

.tabContainer a:hover{
   color: #ffffff; 
}

.footer {
    background-color: #9C0000;
}

.user a { color: #9C0000; }
.user a:hover { color: #ffffff; }

.highlight {
    color: #9c0000;
}

.grey {
    color: #999999;
}
