/* ###### Text Colors ###### */

h1, #bodyText a, .leftSideBar a, .leftSideBar span, .rightSideBar a
 { 
  color: black;                                                                                                   
  text-decoration : none;
 }              

a { 
  color: black;                                                                                                   
  text-decoration : none; 
 }              

a:hover { 
  color: black;           
  text-decoration : underline;                                                                                           
 }              


.headerTitle, .headerLinks *, .menuBar a:hover, .leftSideBar .sideBarTitle,
.leftSideBar a:hover, .leftSideBar .thisPage, .rightSideBar .sideBarTitle
 { color: red; }

#footer a
 { color: black; }

.headerTitle span, .menuBar, .menuBar *
 { color: white; }

.headerLinks
 { color: #b82619; }


/* ###### Background Colors ###### */

body
 { background-color: #e6dfcf; }
/* { background-color: #f3f2eb; }*/

#bodyText, .headerLinks, .menuBar a:hover, .rightSideBar
 { background-color: #e6dfcf; }

#header
 { background-color: #B56E15; }

.menuBar
 { background-color: black; }

.leftSideBar .sideBarTitle, .rightSideBar .sideBarTitle, #footer
 { background-color: #e6dfcf; }


/* ###### Border Colors ###### */

h1, #bodyText, .rightSideBar
 { border-color: #e6dfcf; }

acronym
 { border-color: #a68c53; }