#globalContainerW {
	width: 950px;
	margin: 0px auto;
	border-left: 1px solid #F1F0EE; /* Global Gray Light */
	border-right: 1px solid #F1F0EE; /* Global Gray Light */
	border-bottom: 1px solid #F1F0EE; /* Global Gray Light */		
	background-repeat: no-repeat;	
}
#homePage #globalContainer {
	background-image:url(../siteassist_images/inner_background.jpg);
}
#subPage #globalContainerW {
	background-image:url(../siteassist_images/sub_inner_background.jpg);
}


div.contentBodyContainerFraming{
	margin: 0px auto;
	width: 530px;
	float: left;
	clear: both;
}

td.contentBodyFraming {
	padding: 0px 0px 0px 0px;
	margin: 0;
}
.loginline {
	text-align: right;
	padding-right: 110px;
}
div.contentBodyContainerW{
	margin: 10px 0px 10px 25px;
	width: 900px;
	float: left;
	clear: both;
}

/*revised CSS styles*/

body {
	margin: 10px 0px 0px 0px;
	/**background-color: #353C48; /* Accent 5 */
	/*background-color: #FFFFFF; /* Accent 5 */
	/*font-size: 11px; /* Font Size */
	/*line-height: 14px;
	color: #F1F0EE; /* Global Gray Light */
}

#homePage #header {
	background-image: url(../siteassist_images/header_background_blue_02.jpg);
	height: 155px;
}

#homePage #header h1 {
	padding: 20px 0px 0px 45px;
	font-size: 28px;
/*	font-style:italic;
	font-weight: bold;
	color: #353C48; /* Accent 5 */
	/*margin: 0px;*/
	line-height: 36px;
}

#homePage #footer {
	margin-left: 10px;
}

#homePage #globalContainer {
	background-image:url(../siteassist_images/inner_background-thin.jpg);
}
#homePage #innerRight-h {
  margin-left: 100px;
	padding: 15px;
}

#subPage #innerLeftW {
	width: 0px;
}
#subPage #innerRightW {
	/*margin-left: 0px;*/
	margin: 0px auto;
	padding: 0px;
}

#subPage #headerW {
	background-image: url(../siteassist_images/subheader_background.jpg);
	height: 104px;
	background-repeat: no-repeat;
	background-color: #FFFFFF;
}

#subPage #footer {
	margin-left: 10px;
}

#footer {

	background-color: #ECECEC; /* Accent 7 */
	/*padding: 10px 20px;
	color: #666666; /* Hard coded no matter what color scheme */
	/*text-align: right;
	font-weight: bold;*/

	font-size: 10px; /* Font Size */
	text-align: left;
	padding-left: 10px;
}


