body {
   background: white;
   font-size: 12pt;
	width: auto;
}

#containerMargin {
margin: 0;
width: auto;
}

#shadowContainer {
margin: 0;
width: auto;
}

#container {
margin: 0;
width: auto;
}


/*CONTENT LAYOUT TABLES*/
table#homeContentTable, table#subContentTable {
margin: 0;
width: auto;
	}

table#homeContentTable td#homeContentLeftTD {
	width: 627px;
	vertical-align: top;
	text-align: left;
	}

table#homeContentTable td#homeContentRightTD {
	width: 270px;
	vertical-align: top;
	text-align: left;
	padding-left: 21px;
	}

table#subContentTable td#subContentLeftTD {
margin: 0;
width: auto;
	}
	
table#subContentTable td#subContentLeft2ColTD {width: 647px;}
	
table#subContentTable td#subContentMiddleTD {
margin: 0;
width: auto;
	vertical-align: top;
	text-align:left;
	}

table#subContentTable td#subContentRightTD {
display: none;
width: auto;
	}

#footer {
	text-align: center;
}

/* CORNERS AND SHADOW LAYOUT */

#topleft, #topright, #topcenter {
	height: auto;
	line-height: 0;
	font-size: 0;
}    

#topleft {
	background: none;
	padding: 0;
}

#topright {
	background: none;
}

#topcenter {
	background: none;
}

#leftside {
	background: none;
	padding: 0;
}

#rightside {
	background: none;
	padding: 0;
}

#bottomleft, #bottomcenter, #bottomright {
    height: auto;
    line-height: 0;
    font-size: 0;
}

#bottomleft {
	background: none;
	padding: 0;
}

#bottomcenter {
	background: none;
	line-height: 0;
}

#bottomright {
	background: none;
	padding: 0;
}

#searchbox {
display: none;
}