/* CSS Document */



.BgColor1 {

	background-color:#FFFFFF;

}

.BgColor2 {

	background-color:#f2f2f2;

}

.BgColor3 {

	background-color:#5478b0;

}

.PageBG {

	background-image:url(../images/home_bg.gif);

	background-position:top;

	background-repeat:repeat-x;

}

.InnerPageBg {

	background-image:url(../images/inner_bg.gif);

	background-position:top;

	background-repeat:repeat-x;

}

.LeftHeaderSpacer {

	background-image: url(../images/left_header_spacer.gif);

	background-repeat:repeat-x;

	background-color:#990000;

}

.RightHeaderSpacer {

	background-image: url(../images/right_header_spacer.gif);

	background-repeat:repeat-x;

}

.HeaderTextBg {

	background-image:url(../images/header_text_bg.jpg);

	background-repeat:no-repeat;

	width:246px;

	height:208px;

}

.InnerHeaderTextBg {

	background-image:url(../images/inner_header_text_bg.jpg);

	background-repeat:no-repeat;

	width:246px;

	height:150px;

}

.MainBodySpacer {

	background-image:url(../images/main_spacer.gif);

	background-position:top;

	background-repeat:repeat-x;

	background-color:#FFFFFF;

}

.RightBox {

	background-image:url(../images/our_role_right_box.jpg);

	background-repeat:no-repeat;

	width:204px;

	height:177px;

}

.SmRedBox {

	background-image:url(../images/small_red_box.jpg);

	background-repeat:no-repeat;

	width:204px;

	height:82px;

}

.LRBorder {

	border-left:1px solid #eaf0f6;

	border-right:1px solid #eaf0f6;

}

.LeftBraket {
	background-image:url(../images/left_braket.gif);
	background-position:left;
	background-repeat:no-repeat;
	height:auto;
	background-color:#f2f2f2;
}

.FooterSpacer {

	background-image:url(../images/footer_spacer.gif);

	background-repeat:repeat-x;

	height:94px;

}

.Dotted {

	background-image:url(../images/dotted.gif);

	background-position:center;

	background-repeat:repeat-x;

}

#Width {

	width:100%;

}