body {
	color: CaptionText;
	background-color: Background; 
}
body a {
	color: CaptionText;
	background-color: Background; 
}
#headerbg {
	height: 2em;
	color: CaptionText;
	background-color: ActiveCaption;
}
/* display the text instead of the image */
#header span { 
	display:block; 
}
#header {
	height: 2em;
}
.sidebar {
	background-color: Window;
}
.sidebarArticle h2,.sidebarArticle h3 {
	background-color: #a6a998;
	color: black;
}	
#innerbody {
}
#menu {
	top:3em;
}
#menu ul li
{
	border-right-color: ButtonHighlight;
	border-bottom-color: ButtonHighlight;
}
#menu a , #menu a:active{
	color: ButtonText;
background-color: ButtonFace;
}
#menu a:link, #menu a:visited {
/*	background-color: ButtonFace;*/
}


#menu a:hover {
	background-color: Highlight;
	color: HighlightText;
}

#uberlink>a:link, #uberlink>a:visited,#uberlink>a:hover, #uberlink>a:active {
	background-color: Window;
	color: WindowText;
}

#content {
	background-color: Window;
	color: WindowText;
	
}
#contentGraphicFill {
}
#contentGraphic {
}
#content a {
	color: WindowText;
	background-color: Window;
}
#content a:hover { 
	color: InfoText;
	background: InfoBackground; }
#content a img {
	border: 0px;
}
h1 {
	color: CaptionText;
	background-color: ActiveCaption;
}
h2 {
	color: CaptionText;
	background-color: ActiveCaption;
}
.verse {
	text-align: center;
	font-style: italic;
}
.quote {
	text-align: left;
	left: 6em;
	font-style: italic;
}