/* CSS Document */

.BgColor1 {
	background-color:#FFFFFF;
}
.BgColor2 {
	background-color:#f8f8f8;
}
.BgColor3 {
	background-color:#d6f4b5;
}
.BgColor4 {
	background-color:#ffb773;
}
.BgColor5 {
	background-color:#d1d1d1;
}
.LeftShadow {
	background:url(../image-files/left_shadow.gif) right repeat-y;
}
.RightShadow {
	background:url(../image-files/right_shadow.gif) left repeat-y;
}
.NewsletterBg {
	background:url(../image-files/newsletter_bg.gif) no-repeat;
	width:217px;
	height:261px;
}
.WelcomeBg {
	background:url(../image-files/welcome_bg.gif) no-repeat;
	width:212px;
	height:257px;
}
.MidBoxSpacer {
	background:url(../image-files/mid_box_spacer.gif) repeat-y;
	width:427px;
}
.ArticleBoxSpacer {
	background:url(../image-files/article_week_box_spacer.gif) repeat-y;
	width:427px;
}
.RecoveryStoriesBoxSpacer {
	background:url(../image-files/recovery_stories_spacer.gif) repeat-y;
	width:212px;
}
.Border {
	border:1px solid #e3e3e3; 
}
.BorderImg {
	border:4px solid #cecece; 
}