/***************************************************************
 * TITLE: Color Scheme Stylesheet for ETMC                     *
 * URI  : http://www.oswd.org/design/???/ETMC/color-scheme.css *
 * MODIF: 2003-02-03 1227 +0800                                *
 ***************************************************************/


/* ###### Text Colors ###### */

h1, #bodyText a, .leftSideBar a, .leftSideBar span, .rightSideBar a
 { color: #000032; } /* #a68c53 */

.headerLinks *, .leftSideBar .sideBarTitle,
.leftSideBar .thisPage, .rightSideBar .sideBarTitle, #footer a
 { color: #FFFFFF; }  /* black */

.headerTitle, .menuBar a:hover
 { color: #000032; }  /* #FFFFFF (white) */

.headerTitle span, .menuBar, .menuBar *
 { color: white; }

.leftSideBar a:hover
 { color: #666699; }
 
.headerLinks
 { color: #b82619; }


/* ###### Background Colors ###### */

body
 { background-color: #CCCCCC; } /* #f3f2eb; */

#bodyText, .headerLinks, .menuBar a:hover, .rightSideBar
 { background-color: white; }

#header
 { background-color: #FFFFFF; }  /* #b82619; (reddish) | #000080; (blue)*/

.menuBar
 { background-color: #000032; }

.leftSideBar .sideBarTitle, .rightSideBar .sideBarTitle, #footer
 { background-color: #666699; }  /* #e6dfcf; (tannish) */


/* ###### Border Colors ###### */

h1, #bodyText, .rightSideBar, .menuBar, sideBarTitle
 { border-color: #666699; }  /* #e6dfcf; (tannish) */

acronym
 { border-color: #a68c53; }