.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: 478px; */  /*** Critical left and right col/divider dimension value (moves inversly) ***/
margin-left: 244px; 
width: 735px; 
background-image: none;
}

* html .outer {   /*** IE5.x/win box model fix ***/
/* width: 480px; */   /*** Critical left and right col/divider dimension value (moves inversly) ***/
/* wid\th: 478px; */   /*** Critical left and right col/divider dimension value (moves inversly) ***/
width: 736px;   /*** Critical left and right col/divider dimension value (moves inversly) ***/
wid\th: 734px;   /*** Critical left and right col/divider dimension value (moves inversly) ***/

}


.float-wrap {
float: left;
/* width: 478px; */   /*** Critical left and right col/divider dimension value (moves inversly) ***/
width: 735px;
margin-right: -1px;   /*** Static fix ***/
}

.center {
float: right;
/* width: 478px; */  /*** Critical left and right col/divider dimension value (moves inversly) ***/
width: 706px;
margin-bottom: -1px;   /*** Fixes a variance in IE/win for the green AP bottom boxes ***/
/* \*/
margin-left: -1px; 
/* Hidden from IE-mac */
margin-bottom: 20px;
margin-top: 5px;
padding: 0 0 0 25px;
}

.left {
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 ***/
width: 240px;    /*** Critical left col/divider dimension value ***/
margin-left: -240px;    /*** Critical left col/divider dimension value ***/
/* border-top: #fff 1px solid; */
}

* html .left {
float:left;	
}

/* *>html .left {width:151px;} */  /*** Fix only for IE/Mac ***/
*>html .left {width: 245px;}   /*** Fix only for IE/Mac ***/

.container-left {
/* width: 150px; */   /*** Critical left col dimension value ***/
width: 244px;
}

.right {
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 ***/
width: 2px;
margin-right: 0px;
margin-left: -1px;   /*** Static fix ***/
}

/* \*/
* html .right {
margin-left: 0px; 
/* margin-right: -500px;  */
/* mar\gin-right: -152px; */
margin-right: -500px;
mar\gin-right: -2px;
}
/* */

/*** These commented-out rules below are there to explain the "Critical" info 
	for the rules above, because comments must not appear within the Mac-hack.
	The "rules" below are not active, they are just for teaching purposes. ***/

/*
* html .right {
margin-left: 0px;    *** Critical right divider dimension value ***
margin-right: -500px;    *** IE5.x/win fix, must be above a critical number, but very high values appear okay ***
mar\gin-right: -241px;    *** Critical right col/divider dimension value ***
}
*/


.container-right { 
/* \*/width: 0px;/* Hidden from IE-Mac */   /*** Critical right col dimension value ***/
margin-left: 1px;    /*** Critical right divider dimension value ***/
padding-top: 20px;
}

/* \*/
* html .container-right {
fl\oat: right;
margin-left: 2px; 
mar\gin-left: 0px; 
}
/*** Static fixes ***/

#mainnavi .ullevel1
{
	margin-left: 18px;
	margin-right: 10px;
	font-size: 0.8em;
	line-height: 1.5em;
	padding-bottom: 25px;
	margin-top: 15px;
}
