@charset "utf-8";

body {
	color: #000;
	background-color: #000;
	/*text-shadow: 0.1em 0.1em 0.05em #000;*/
}
a {
	color: #e62802;
}
h1, h2, h3, h4 {
	color: #2c0a45;
}
#container {
	background: #8c2e00;
	border-color: #000;
} 

#header {
	border-color: #000;
	background: #ffcc4e;
	background-image: url(../../images/HeaderTile.png);
} 

.sidebar1 {
	background-color: white;	/* the background color will be displayed for the length of the content in the column, but no further */
	border-color: #000;
	background-image: url(SidePanelBG.png);
	background-repeat: repeat-x;
}

.sidebar1 a {
	color: #e62802;
}

div.CaptionedPhoto {
	border-color: #000;
	background-color: #c87fff;
}
#footer {
	border-color: black;
	color: #2c0a45;
	background-color: #ffcc4e;
}
#footer a {
	color: #2c0a45;
}

/*************************************************************************
**																		**
**	Overrides for Spry Tabbed Panels									**
**																		**
*************************************************************************/
.TabbedPanelsTab {
	background-color: #ffcc4e;
	border-color: black;
}
.TabbedPanelsTabHover {
	color: white;
}
.TabbedPanelsTabSelected {
	color: #c90202;
	border-bottom-color: #ffcc4e;
}
.TabbedPanelsContentGroup {
	border-color: black;
	background-color: white;
	background-image: url(MainContentBG.png);
	background-repeat: repeat-x;
}
#TabbedPanels1 {
	background-color: #8c2e00;
}
