/*Ignore that the class has the word BLUE in it -- the image itself will be the
correct color
light-green = D9E8A3*/
.arrow-button.light-short
{
	background: transparent url('/Style/images/light-green-button-100.png') no-repeat center;
	color: #566573;
}
.arrow-button.light-medium
{
	background: transparent url('/Style/images/light-green-button-150.png') no-repeat center;
	color: #566573;
}
.arrow-button.light-long
{
	background: transparent url('/Style/images/light-green-button-200.png') no-repeat center;
	color: #566573;
}
.arrow-button.light-huge
{
	background: transparent url('/Style/images/light-green-button-250.png') no-repeat center;
	color: #566573;
}
/*Dark-green = 71A493*/
.arrow-button.dark-short
{
	background: transparent url('/Style/images/dark-green-button-100.png') no-repeat center;
	color: #BBCFCD;
}
.arrow-button.dark-medium
{
	background: transparent url('/Style/images/dark-green-button-150.png') no-repeat center;
	color: #BBCFCD;
}
.arrow-button.dark-long
{
	background: transparent url('/Style/images/dark-green-button-200.png') no-repeat center;
	color: #BBCFCD;
}
.arrow-button.dark-huge
{
	background: transparent url('/Style/images/dark-green-button-250.png') no-repeat center;
	color: #BBCFCD;
}
.top-area
{
	background-color: #D9E8A3;
}
#dynamic-content-area-padding
{
	background-color: #D9E8A3;
}
TABLE
{
	border-color: #D9E8A3;
}
TABLE TH
{
	background-color: #517470;
	color: #F1F1F2;
}
TABLE TR TD
{
	vertical-align: top;
	background-color: #D9E8A3;
}
.NavFooter TH
{
	background-color: #71A493;
}
.NavFooter TD
{
	background-color: #D9E8A3;
}
#dynamic-content-area-navigation
{
	color: #517470;
/*border: 1px solid red;*/
}
#dynamic-content-area-background
{
	background-color: #71A493;
}
#dynamic-content-area-navigation A
{
	color: #566573;
	text-decoration: underline;
}
#dynamic-content-area-navigation A:hover
{
	color: #000000;
}
#dynamic-content-area-navigation A.on
{
	color: #BEF5BF;
}
#dynamic-content-area-navigation IMG
{
	margin-left: -7px\0/;
}
#slider-area-content-text
{
	background-color: #D9E8A3;
}

#slideshow
{
	background-color: #71A493;
}

#logo
{
	width: 576px;
	background-image: url('/images/childrens_animated.gif');
	top: 0px;
}

#slideshow-text-wrap
{
	background-image: url('/images/slideshow-text-bg-light-green.png');
}