/* CSS Document */

.BgColor1 {
	background-color:#FFFFFF;
}
.BgColor2 {
	background-color:#1b4f7d;
}
.BgColor3 {
	background-color:#107aa7;
}
.BgColor4 {
	background-color:#c3c73a;
}
.BgColor5 {
	background-color:#e5e5e5;
}
.TopSpecer {
	background-image:url(../images/top_strip_spacer.gif);
	background-repeat:repeat-x;
	height:65px;
}
.HeaderSpacer {
	background-image:url(../images/header_spacer.gif);
	background-repeat:repeat-x;
	height:166px;
}
.HeadingBg {
	background-image:url(../images/heading_bg.gif);
	background-position:left;
	background-repeat:no-repeat;
	height:29px;
	color:#1b4f7d;
	padding-left:25px;
}
.RightBoxSpacer {
	background-image:url(../images/right_col_spacer.gif);
	background-repeat:repeat-x;
	background-position:top;
	background-color:#ffffff;
	height:254px;
}
.RightBoxSpacer2 {
	background-image:url(../images/right_col_spacer.gif);
	background-repeat:repeat-x;
	background-position:top;
	background-color:#ffffff;
	height:154px;
}
.MidBoxSapcer {
	background-image:url(../images/mid_box_spacer.gif);
	background-repeat:repeat-x;
	background-position:top;
	height:115px;
	background-color:#FFFFFF;
}
.FooterSpacer {
	background-image:url(../images/footer_spacer.gif);
	background-position:top;
	background-repeat:repeat-x;
	height:51px;
}
.VerDotted {
	background-image:url(../images/ver_dotted.gif);
	width:7px;
	background-repeat:repeat-y;
}
.Border {
	border:1px solid #e5e5e5;
}
.Border1 {
	border:2px solid #107aa7;
}