/*<group=Layout styles>*/  

#pageWrapper { width: 750px; margin-left: auto; margin-right: auto; position: relative; font-size: 70%; background: #fff; }
* html body { text-align: center; }	/* center in IE */
* html #pageWrapper { text-align: left; } 

.threeCol { background: url(../img/top/e8.gif) top right repeat-y; }

#outer {position: relative; /*** IE needs this or the contents won't show outside the parent container. ***/margin-left: 150px;    /*** Critical left col dimension value ***/width: 448px;   /*** Critical left and right col/divider dimension value (moves inversely) ***/background: #fff;  /*** Sets background of center col***/border-left: 1px solid #fff;   /*** Critical left divider dimension value ***/border-right: 1px solid #fff;   /*** Critical right divider dimension value ***/}

* html #outer {   /*** IE5.x/win box model fix ***/width: 450px;   /*** Critical left and right col/divider dimension value (moves inversely) ***/wid\th: 448px;   /*** Critical left and right col/divider dimension value (moves inversely) ***/}

.twoCol #outer {width: 598px;   /*** Critical left and right col/divider dimension value (moves inversely) ***/}* html .twoCol #outer {   /*** IE5.x/win box model fix ***/width: 600px;   /*** Critical left and right col/divider dimension value (moves inversely) ***/wid\th: 598px;   /*** Critical left and right col/divider dimension value (moves inversely) ***/}#float-wrap {float: left;width: 448px;   /*** Critical left and right col/divider dimension value (moves inversely) ***/margin-right: -1px;   /*** Static fix ***/}

.twoCol #float-wrap { width: 598px; }#mainCol {float: right;width: 448px;   /*** Critical left and right col/divider dimension value (moves inversely) ***/margin-bottom: -1px;   /*** Fixes a variance in IE/win for the green AP bottom boxes ***//* \*/margin-left: -1px; /* Hidden from IE-mac */}.twoCol #mainCol {width: 598px;   /*** Critical left and right col/divider dimension value (moves inversely) ***/}#leftCol {position: relative; /*** IE needs this or the contents won't show outside the parent container. ***/width: 152px;    /*** Critical left col/divider dimension value ***/margin-left: -151px;    /*** Critical left col/divider dimension value ***/
}* html #leftCol {float:left;	}*>html #leftCol {width:151px;}   /*** Fix only for IE/Mac ***/.container-left {width: 150px;    /*** Critical left col dimension value ***/}

.twoCol #rightCol { display: none; }
#rightCol {float: left; position: relative; /*** IE needs this or the contents won't show outside the parent container. ***/width: 152px;    /*** Critical right col/divider dimension value ***/margin-right: -150px;    /*** Critical right col/divider dimension value ***/margin-left: -1px;   /*** Static fix ***/
}/* \*/* html #rightCol {margin-left: 0px; margin-right: -500px; mar\gin-right: -152px;}/* */.container-right { /* \*/width: 150px;/* Hidden from IE-Mac */   /*** Critical right col dimension value ***/margin-left: 3px;    /*** Critical right divider dimension value ***/}/* \*/* html .container-right {fl\oat: right;margin-left: 2px; mar\gin-left: 0px; }

/*</group>*/

