/*******************************************************************
 * TITLE: Color Scheme Stylesheet for Bicknell & Smith             *
 *******************************************************************/

/* ###### General Color Scheme ###### */

h1, q, #header div, #header div *, #footer *, .headerTitle, .sideBox div,
.topOfPage, .directions
{ /* Text Color: */  color: #336699; }

h2, h3
{ /* Text Color: */  color: #BBBBBB; }

h1, q,  #header, .sideBox, .sideBox div
{ /* Border Color: */  border-color: #336699; }

#header, .sideBox div, .sideBox a:hover, .sideBox .thisPage
{ /* Background Color (darker): */  background-color: #ffff99; }

q, .sideBox a, .sideBox span
{ /* Background Color (lighter): */  background-color: #fafcff; }


/* ###### Special Colors ###### */

acronym {
  color: blue;
  border-bottom-color: blue;
}

#bodyText a {
  color: #336699;
  border-bottom-color: #4080ff;
}

#footer {
  background-color: #ffff99;
}
