/***************************************************************
 * 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: #999999; }

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

.headerTitle span, .menuBar, .menuBar *
 { color: #999999; }

.headerLinks
 {
	color: #FFFFFF;
	background-color: #000000;
}


/* ###### Background Colors ###### */

body
 { background-color: #f3f2eb; }

#bodyText, .headerLinks, .menuBar a:hover, .rightSideBar
 { background-color: #FFFFFF; }

#header
 { background-color: rgb(61,92,122); }

.menuBar
 { background-color: rgb(33,50,66); }

.leftSideBar .sideBarTitle, .rightSideBar .sideBarTitle, #footer
 { background-color: rgb(61,92,122); }


/* ###### Border Colors ###### */

h1, #bodyText, .rightSideBar
 { border-color: #e6dfcf; }

acronym
 { border-color: #a68c53; }

