/*
#6D6658 = dark mud grey
#837560 = med mud grey
#767676 = blue mud grey
#DBD7D1 = light grey
#D7D7D7 = blue light grey
#B7B7B7 = another light grey
#CAAE90 = pink grey
#FEAE34 = dark orange
#CE7014 = burnt red orange
#E1AA10 = gold 
#A18864 = GBW logo gold 
#DDBC8F = GBW logo - light Gold
#A07840 = Darker gold
#6D5D3C = Dark Grey
*/

html{height: 100%;}

body
{ background: #A18864;
  color: #6D6658;
}

blockquote
{ background: #FFFFFF;
  color: #6D6658;
  border-color: #767676;
}


#main
{ background: #FFFFFF url(bkg.png) repeat-y;
  color: #6D6658;
}

#links, #footer, #menu, #menu li a
{ background: #FFFFFF url(menu.png);
  color: #DBD7D1;
  border-color: #D7D7D7;
}

#links a, #footer a, #links a:hover, #footer a:hover
{ background: transparent;
  color: #DBD7D1;
}

#banner
{ background: #FFFFFF url(banner.jpg) no-repeat;
  color: #6D6658;
}

#banner h1
{ background: transparent;
font-size: 300%;
  color: #DDBC8F;
    letter-spacing: .2em;
font-style:italic;
}

h1, #leftcolumn h1
{ background: transparent;
  color: #A07840;
  border-color: #CAAE90;
}

#menu li a:hover, #menu li a#selected, #menu li a#selected:hover
{ background: #FFFFFF url(menu_hover.png);
  color: #6D5D3C;
} 

#content, #leftcolumn a, #leftcolumn a:hover
{ background: transparent;
  color: #6D6658;
}

.sidebaritem, .sidebaritem a, .sidebaritem a:hover
{ background: transparent;
  color: #DBD7D1;
}

.sbihead
{ background: #FFFFFF url(sbi_header.png);
  color: #6D5D3C;
}

.sbihead h1
{ background: transparent;
  color: #6D5D3C;
}

.sbilinks li a
{ background: #FFFFFF url(link.png);
  color: #DBD7D1;
} 

.sbilinks li a:hover
{ background: #B7B7B7;
  color: #A18864;
} 

input, textarea
{ background: #FFFFFF;
  color: #6D6658;
  border-color: #CAAE90;
}

.tableheaderrow
{ background: #FFFFFF url(sbi_header.png);
  color: #6D5D3C;
}
.blacktext
{
	 color:#000000;
}
#content #toc a
{
	color: #524233;
	font-weight:bolder;
}
#content #toc a:hover
{
	background: transparent;
  color: #6D6658;
}