
/* ###### Text Colors ###### */

h1, #bodyText a, .leftSideBar a, .leftSideBar span, .rightSideBar a
 { color: #a68c53; }

h2
 { color: #DEB700; }  /* #DEB700 is the mustard color of the logo */

 h3
 { color: #a68c53; }

.headerTitle, .headerLinks *, .menuBar a:hover, .leftSideBar .sideBarTitle,
.leftSideBar a:hover,.rightSideBar a:hover, .leftSideBar .thisPage, .rightSideBar .sideBarTitle, #footer a
 { color: black; }

.headerTitle span, .menuBar, .menuBar *
 { color: white; }

.headerLinks
 { color: #b82619; }


/* ###### Background Colors ###### */

body
 { background-color: white; }

#bodyText, .headerLinks, .menuBar a:hover, .rightSideBar
 { background-color: white; }

.menuBar a:hover
 { background-color: #DEB700; }

#header
 { background-color: white; }

.menuBar
 { background-color: black; }

.leftSideBar .sideBarTitle, .rightSideBar .sideBarTitle, #footer
 { background-color: #deb700; }


/* ###### Border Colors ###### */

h1, #bodyText, .rightSideBar
 { border-color: #e6dfcf; }

acronym
 { border-color: #a68c53; }