/***************************************************************
 * TITLE: Color Scheme Stylesheet for Gila                     *
 * URI  : color-scheme.css 		  	  						   *
 * MODIF: 2003-02-03 1227 +0800                                *
 ***************************************************************/


/* ###### Text Colors ###### */

h1, #bodyText a, .leftSideBar a, .leftSideBar span, .rightSideBar a
 { color: #a68c53; }

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

.menuBar, .menuBar *
 { color: #FFFF99; }

.headerTitle span
 { color: #a68c53; }
 
.headerLinks
 { color: #b82619; }

.headerLinks a:hover, .menuBar a:hover
 { color: #a68c53; }


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

.headerLinks
 { background-color: none; }
 
body
 { background-color: #f3f2eb; }

#bodyText, .rightSideBar
 { background-color: white; }

#header
 { background-color: #FFFF99; }

.menuBar
 {
	background-color: black;
	color: #003399;
}

.leftSideBar .sideBarTitle, .rightSideBar .sideBarTitle, #footer
 { background-color: #e6dfcf; }


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

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

acronym
 { border-color: #a68c53; }.menuBar a:hover { ;  } 
