
#outerContainer {
	min-width:920px;
	width:80%;
	background-color:#FFFFFF;
	margin:3px auto 0 auto;
}
* html #outerContainer {
	width:expression(document.body.clientWidth <= 920? "920px": "920" );
}
#newsLetterOuterContainer {
	min-width:920px;
	width:80%;
	background-color:#FFFFFF;
	margin:3px auto 0 auto;
	background-color:#DBDBDB;
}
#minWidthWrap2 {
	background-image:url(../images/side_shadow_left.gif);
	background-position:left;
	background-repeat:repeat-y;
}
#headerWrap { 
	background-image:url(../images/top_shadow.gif);
	background-position:top left;
	background-repeat:repeat-x;
	position:relative;
}
#mainContentWrap {
	clear:both;
	width:auto;
	background:url(../images/left_fill.gif) top left repeat-y;
	margin:0 0 0 2px;
	padding:0;
}
#subContentWrap {
	border:0px solid green;
	padding:0;
	margin:0;
}
#leftContent {
	width:49%;
	background-color:#FFFFFF;
	float:left;
}

* html #leftContent {
	width:48%;
	background-color:#FFFFFF;
	float:left;
}

* html #rightContent {
	float:right;
	width:48%; 
	background-color:#FFFFFF;
	/*padding:7px;*/
	margin-bottom:10px;
}

#homePageRightContent{
	float:right;
	width:49%; 
	background-color:#E0E0E0;
}
#rightContent {
	float:right;
	width:50%; 
	background-color:#FFFFFF;
}
#leftContent2 {
	width:40%;
	background-color:#FFFFFF;
	float:left;
}
#rightContent2 {
	float:right;
	width:56%;
	background-image:url(../images/side_shadow_right.gif);
	background-position:right top;
	background-repeat:repeat-y;
	padding-right:4px;
}
#leftWrap {
	width:200px; 
	float:left;
}
#middleWrap {
	border-right:1px solid #FFFFFF;
	border-left:1px solid #FFFFFF;
	margin:0 134px 0 0;
	padding:0;
	text-align:left;
}
* html #middleWrap {
	/*height:100%;*/
}
#rightWrap {
	width:130px; 
	float:right;
	position:relative;
	height:100%;
}
#homepageRightSection {
	margin:0;
	padding:0;
	background:url(../images/side_shadow_right_with_fill.gif) top right repeat-y;
	margin-left:200px;
	position:static;
}
html>body #homepageRightSection {
	*position:static;
}
#middleFloatWrapper {
	float:right;
}
#divExtRightInner {
	background-color:#ffffff;
}
#footerWrap {
	clear:both;
	margin:0 0 0 1px;
	padding:0;
	background-color:#69992C;
}
