body
{ background: #000000;
  color: #5A6370;
}

blockquote{border-color: #767676;}

/* shadow color is #e4e4e4 */
#main
{ background: #FFF url(main_shadow_maroon2.png) repeat-y;
  color: #5A6370;
}

#links, #footer, #menu, #menu li a
{ background: #FFF url(menu.png);
  color: #D1D3D7;
  border-color: #D7D7D7;
}

#links a, #footer a, #links a:hover, #footer a:hover
{ background: transparent;
  color: #D1D3D7;
}

#logo
{ background: #FFF url(cac_logo_2010_rgb.jpg) no-repeat;
  color: #5A6370;
}

h1
{ background: transparent;
  color: #1775D5;
  border-color: #89A9C7;
}
/* main menu text color changed to green for christmas, back to #000000 normal*/
#menu li a:hover, #menu li a#selected, #menu li a#selected:hover
{ background: #FFF url(menu_maroon.png);
  color: #000000;
} 

#content, #column2 a, #column2 a:hover
{ background: transparent;
  color: #5a5b5d;
}

.sidebaritem, .sidebaritem a, .sidebaritem a:hover
{ background: transparent;
  color: #D1D3D7;
}
/* side bar item gradient thingy for countdown, news, and links*/
.sbihead
{ background: #FFF url(maroon_sbi.png);
  color: #ececec;
}
/* changes color of countdown, news, and links */
.sbihead h1
{ background: transparent;
  color: #ececec;
}

.sbilinks li a
{ background: #FFF url(link.png);
  color: #D1D3D7;
} 
/* additional links hover color */
.sbilinks li a:hover
{ background: #B7B7B7;
  color: #ff4747;
} 

