/***************************************************************
 * TITLE: Color Scheme Stylesheet for Gila                     *
 * URI  : http://www.oswd.org/design/???/gila/color-scheme.css *
 * MODIF: 2003-02-03 1227 +0800                                *
 ***************************************************************/


/* ###### Text Colors ###### */

h1, #bodyText a, .leftSideBar a, .leftSideBar span, .rightSideBar a
 { color: black; }

h2 { color: black; }

.menuBar a:hover, .leftSideBar .sideBarTitle,
.leftSideBar a:hover, .leftSideBar .thisPage, .rightSideBar .sideBarTitle, #footer a
 { color: black; }

.headerTitle { color: white; }

.headerTitle span, .menuBar, .menuBar *
 { color: black; }

.headerLinks a
 { color: white; 
 }
 
.headerLinks
 { color: white; } 


/* ###### Background Colors ###### */

body
 { background-color: #f3f2eb; }

#bodyText, .menuBar a:hover, .rightSideBar
 { background-color: white; }
 
.headerLinks { background-color: #1e2580;}

#header
 {/* background-color: #b82619;*/
    background-color: #1e2580;
 	background-repeat: no-repeat;
 /* background-color: #00416f; */ }

.menuBar
 { /* background-color: #0463a6; */
 background-color: black;}

.leftSideBar .sideBarTitle, .sideBarTitle1, .rightSideBar .sideBarTitle, #footer
 { background-color: #e6dfcf; }

/* ###### Border Colors ###### */

h1, #bodyText, .rightSideBar
 { border-color: #e6dfcf; }

acronym
 { border-color: #a68c53; }
