/* beige = E4D4B4 */
.arrow-button.light-short{
	background: transparent url('/Style/images/light-beige-button-100.png') no-repeat center;
	color: #6A5A3B;
}
.arrow-button.light-medium{
	background: transparent url('/Style/images/light-beige-button-150.png') no-repeat center;
	color: #6A5A3B;
}
.arrow-button.light-long{
	background: transparent url('/Style/images/light-beige-button-200.png') no-repeat center;
	color: #6A5A3B;
}
.arrow-button.light-huge{
	background: transparent url('/Style/images/light-beige-button-250.png') no-repeat center;
	color: #6A5A3B;
}
/* Garnet: 882345*/
.arrow-button.dark-short{
	background: transparent url('/Style/images/dark-garnet-button-100.png') no-repeat center;
	color: #ffffff;
}
.arrow-button.dark-medium{
	background: transparent url('/Style/images/dark-garnet-button-150.png') no-repeat center;
	color: #ffffff;
}
.arrow-button.dark-long{
	background: transparent url('/Style/images/dark-garnet-button-200.png') no-repeat center;
	color: #ffffff;
}
.arrow-button.dark-huge{
	background: transparent url('/Style/images/dark-garnet-button-250.png') no-repeat center;
	color: #ffffff;
}
.solid-button-150{
	background: transparent url('/Style/images/dark-garnet-solid-150.png') no-repeat center;
	color: #ffffff;
}
.top-area{
	background-color:#E4D4B4;
}
#dynamic-content-area-padding{
	background-color:#E4D4B4;
}
.NavFooter TH{
	background-color:#882345;
}
#slideshow{
	background-color:#882345;
}
.NavFooter TD{
	background-color:#E4D4B4;
}
#dynamic-content-area-background{
	background-color:#882345;
	/* set the min height to be at least the height of the right nav with callout boxes added */
	min-height: 840px;
}
TABLE TR TD{
	background-color: #E4D4B4;
}
TABLE TH{
	background-color: #882345;
	color: white;
}
#dynamic-content-area TH STRONG
{
	color: #EAE9E9;
}

#slider-area-content-text{
	background-color: #E4D4B4;
}
#slideshow-text-wrap {
	background-image: url('/images/slideshow-text-bg-orange.png');
}
#dynamic-content-area-navigation TABLE A{
	color: #882345;
	text-decoration: underline;
}
#dynamic-content-area-navigation TABLE A:hover{
	color: #FC2247;
}
#main_wrapper A:hover.arrow-button
{
        text-decoration: none;
}
#dynamic-content-area TABLE.news{
	width: 225px;
}


