/* These boxes define the main background and keep the 720px middle area fixed */
.LeftColumn {
	position: relative;
	z-index: 1;
	background-image:url('images/LeftGreyBackground.gif');
	background-repeat:repeat-y;
	background-position: right top;
}

.LeftColumnBG {
	position: relative;
	z-index: 1;
	background-image:url('images/LeftBackground.gif');
	background-repeat:no-repeat;
	background-position: right top;
	height:635px;
}

.RightColumn {
	position: relative;
	z-index: 1;
}

.RightColumnBG {
	position: relative;
	z-index: 1;
	background-image:url('images/GreyBackground.gif');
	background-repeat:repeat;
	background-position: right top;
}

/* 740 pixel wide box that all content on the page adheres to*/
.CenterLayerBG {
	position: relative;
	width: 720px;
	z-index: 1;
	background-image:url('images/CenterBackground.gif');
	background-repeat:no-repeat;
	min-height: 565px;
}

.LogoBox {
	position:relative;
	float: right;
	top: 70px;
	width: 345px;
	height: 85px;
	z-index: 5;
	background-image:url('images/Logo.gif');
	background-repeat:no-repeat;
}	
.MenuBox {
	position:relative;
	float: right;
	top: 70px;
	width: 480px;
	height: 25px;
	z-index: 50;
	background-image:url('images/TopMenuBar.gif');
	background-repeat:no-repeat;
	text-align:right;
}

.ContentBox {
	position:relative;
	float: right;
	top: 100px;
	width: 565px;
	z-index: 5;
	background-image:url('images/ContentBG.gif');
	background-repeat:repeat-x;
	background-color:#FFFFFF;
	margin: 0px 0px 120px 0px;
	padding: 0px 0px 0px 0px;
}

/* Background Images for the pages */
.HomeBG {
	position: relative;
	z-index: 1;
	background-image:url('images/HomeBkg.jpg');
	background-repeat:no-repeat;
	background-position: right top;
	min-height: 385px;
}

/* Bottom Footer */
.FooterBx {
	position:relative;
	border-top: 2px solid #7a7a7a;
	width: 560px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	line-height: 14px;
	font-weight: normal;
	text-align: right;
	color: #3f3f3f;
	float:right;
	z-index: 10;
}
.FooterBx span.FtrLeft {
	float:left;
	text-align: left;
}