body {
	margin: 0;
	padding: 0;
	color: #000;
	background-color:#EFEEE6;
}
.clear {
	clear: both;
}
.alignright {
	text-align: right;
}
.wide {
	background-color: #ffc;
}
.top {
	border-bottom: 1px solid #000;
}
.bottom {
	border-top: 1px solid #000;
}
.testfloat {
	width: 50px;
	border: 2px solid #f90;
	background-color: #ffd;
	font-size: .8em;
}
.to-right {
	float: right;
}
.to-left {
	float: left;
}
.wrapper {
	background: #EFEEE6 url(/images/left_col.gif) top left repeat-y;
}
.out_wrap
	{
	background: url(/images/right_col.gif) top right repeat-y;
	}
.outer {
	margin-left: 171px; /* L */
	margin-right: 171px; /* R */
	border-left: 1px solid #000;
	border-right: 1px solid #000;
}
.wrap-cl {
	float: left;
	width: 100%;
	margin-right: -1px;
}
.center {
	float: right;
	width: 100%;
	margin-left: -1px;
}
.center1
	{
	background:url(/images/center_top.gif) repeat-x;
	height: 36px;
	padding: 0 0 0 20px;
	display: block;
	}
.center1 h2
	{
	color:#FFFFFF;
	font-family:Georgia, "Times New Roman", Times, serif;
	text-align:left;
	font-size: 110%;
	line-height: 34px;
	}
.left {
	float: left;
	position: relative;
	width: 171px;  /* L */
	margin-left: -172px;  /* -L-1 */
	margin-right: 2px;
}
.left1
	{
	background:url(/images/left_col_top.gif) top left no-repeat;
	height: 36px;
	padding: 0 0 0 20px;
	display: block;
	
	}
.left1 h2
	{
	color:#FFFFFF;
	font-family:Georgia, "Times New Roman", Times, serif;
	text-align:left;
	font-size: 110%;
	line-height: 34px;
	}
.right {
	float: right;
	position: relative;
	width: 171px;  /* R */
	margin-right: -172px;  /* -R-1 */
	margin-left: 2px;
}
.right1
	{
	background:url(/images/right_col_top.gif) top left no-repeat;
	height: 36px;
	padding: 0 0 0 20px;
	display: block;
	}
.right1 h2
	{
	color:#FFFFFF;
	font-family:Georgia, "Times New Roman", Times, serif;
	text-align:left;
	font-size: 110%;
	line-height: 34px;
	}
.minwidth {
	min-width: 960px;
}

/* previene allargamento floats (hidden) e problemi rendering left col (relative) in IE/Mac \*//*/
.inleft, .inright, .incenter {
	width: 100%;
	overflow: hidden;
}
.wrap-cl {
	position: relative;
	margin-right: 0;
}
.center {
	margin-left: 0;
}
.left {
	margin-right: 1px;
}
.right {
	margin-left: 1px;
}
.minwidth {
	border-left: 960px solid #fff;
}
.wrapper {
	margin-left: -960px;
}
/**/

.outer {
	word-wrap: break-word;
}
p, h1,h3 {
	margin: 0 0 1em 0;
}
h2
	{
	margin: 0;
	}
.rightcolumn_hdr h3 
	{
	color:#FFFFFF;
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size: 100%;
	padding: 1px 0 0 10px;
	}
