/* used only by PageStd2H */
.title
{
/*	margin-top:3px;
	background-color:#606250;*/
}

.wrapper {
margin: 0 auto;
width: 780px;
text-align: left;
/*border: 1px solid #000;*/
}

* html .wrapper {   /*** IE5.x/win box model fix ***/
width: 782px;
width: 780px;
}

.outer {
position: relative; /*** IE needs this or the contents won't show outside the parent container. ***/
margin-left: 298px;    /***  Critical left col dimension value ***/
width: 300px;   /*** Critical left and right col/divider dimension value (moves inversly) ***/
background: #FFFFFF; /*** Sets background of center col***/
/*z-index:-1; /*** for IE ***/
}

/*/*/a{}
body .outer {
	z-index:0;	/*** for Netscape ***/
}
/* */

* html .outer {   /*** IE5.x/win box model fix ***/
width: 302px;   /*** Critical left and right col/divider dimension value (moves inversly) ***/
/*width: 300px;   /*** Critical left and right col/divider dimension value (moves inversly) ***/
}

.float-wrap {
float: left;
width: 300px;   /*** Critical left and right col/divider dimension value (moves inversly) ***/
margin-right: -1px;   /*** Static fix ***/
}


.left {
position: relative; /*** IE needs this or the contents won't show outside the parent container. ***/
width: 600px;    /***   Critical left col/divider dimension value ***/
margin-left: -299px;    /***  Critical left col/divider dimension value ***/
/*border-right: 1px solid #606250;*/

}

* html .left {
float:left;	
}

* html .left {width:600px;}   /***  Fix only for IE/Mac ***/

.container-left {
width: 590px;    /***  Critical left col dimension value ***/
padding-bottom: 20px;   /*** To keep content from going underneath the AP bottom boxes ***/ 
padding-right:10px; /**Aggiunto da Vic**/
}

.right {
float: left; 
position: relative; /*** IE needs this or the contents won't show outside the parent container. ***/
width: 182px;    /***  Critical right col/divider dimension value ***/
margin-right: -180px;    /***  Critical right col/divider dimension value ***/
margin-left: -1px;   /*** Static fix ***/
}



/*** 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: -182px;    ***   Critical right col/divider dimension value ***
}
*/


.container-right { 
/* \*/width: 180px;/* Hidden from IE-Mac */   /*** Critical right col dimension value ***/
margin-left: 5px;    /*** Critical right divider dimension value ***/
padding-bottom: 20px;   /*** To keep content from going underneath the AP bottom boxes ***/

}

/* \*/
* html .container-right {
float: right;
/*margin-left: 2px; */
margin-left: 0px; 
}
/*** Static fixes ***/

/*** Below is the Holly hack, and if IE/Win shows bugs it's a good idea to apply this hack to 
	different elements and see if that fixes the problem. Sometimes it may be necessary 
	to use "position: relative;" on certain elements, but it's hard to tell in advance which 
	elements will need such fixes. Here it prevents IE5/Win from clipping the left ends 
	of the headings. ***/



/*** This is a fix for IE5/Win at the largest text size setting. ***/
/* \*/
* html .left {margin-right: -3px;}
/* */



/*** The following fixes prevent justified italic text from destroying the layout in IE/win.
	The problem is that those properties together make IE force the container wider,
	which in this type of floated layout causes a float drop. 	Pre-IE6 gets "width: 100%" 
	and "overflow: hidden", while IE6 gets "width: auto" and "overflow: visible, which 
	is the default, but explicitly stating it seems to keep IE6 happy. IE6 also needs
	to see the "height: 1%" to give it some kind of box dimension. Browser coddling 
	we call it. Finally, Bruno found that "word-wrap: break-word;" disarranged the 
	justified text in IE5.5 and 6, so it is defaulted to "normal" for this text.
	If you don't need justified and italicized text then forget all these fixes ***/

/* \*/
* html .italics-test, * html .italics-test-side {
overflow: hidden;
width: 100%;
overflow: visible;
width: auto;
height: 1px;
}
/* */

/*** All the IE fixes that are inside separate "Mac-hacks" may be grouped 	within 
	just one Mac-hack for convenience if desired. However, each fix must come 
	later than the rule it is fixing or the fix itself will be overridden. ***/


/*** The rule below prevents long urls from widening floated cols and breaking the layout 
	in IE. It is not valid, but if placed within a "Conditional comment" it will be hidden 
	from all user agents other than IE/Win, and thus validate. This fix fails in IE5/Win.
	http://msdn.microsoft.com/workshop/author/dhtml/overview/ccomment_ovw.asp ***/

/* \*/
* html .outer 
{
	/*word-wrap: break-word;*/
}

/* */
