@charset "utf-8";
/* CSS Document */


body{
	font-family: Garamond;
	color: #333333;
	margin: 0px;
	padding: 0px;
}

a{
	color: #074a3a;
	text-decoration: none;
	font-weight: bold;
}

a:link{
	color: #074a3a;
	text-decoration: none;
}

a:visited{
	color: #074a3a;
	text-decoration: none;
}

a:hover{
	color: #074a3a;
	text-decoration: underline;
	font-weight: bold;
}
/************iniz. stile titoli*************/

.Stile1 {
	font-size: 16px;
	color: #FFFFFF;
	font-weight: bold;
}
.StileBold {
 font-size: 16px;
 font-weight: bold;
}

.StileGreenMargine {
	font-size: 14px;
	font-weight: bold;
	color: #036d3b;
	padding: 10px 0px 0px 10px;
}

.SileGreen {
 font-size: 16px;
 font-weight: bold;
 color: #036d3b;
}

/***************end stile titoli***************/

.oneColFixCtrHdr #container {
	width: 900px;  /* using 20px less than a full 800px width allows for browser chrome and avoids a horizontal scroll bar */
	background: #FFFFFF;
	margin: 0 auto;
	text-align: center; /* this overrides the text-align: center on the body element. */
}


.oneColFixCtrHdr #mainContent {
	padding: 0 00px; /* remember that padding is the space inside the div box and margin is the space outside the div box */
	background: #FFFFFF;
}
.oneColFixCtrHdr #footer {
	padding: 22px 0px 0px 0px; /* this padding matches the left alignment of the elements in the divs that appear above it. */
	background:#ffffff;
	background-position: center;
	background-repeat: repeat;
}
.oneColFixCtrHdr #footer2 {
    background-image: url(/img/sf_foother.gif);
	background-repeat: repeat-x;
	margin: 0; /* zeroing the margins of the first element in the footer will avoid the possibility of margin collapse - a space between divs */
	padding: 0px 0; /* padding on this element will create space, just as the the margin would have, without the margin collapse issue */
}


/* Miscellaneous classes for reuse */
.fltrt { /* this class can be used to float an element right in your page. The floated element must precede the element it should be next to on the page. */
	float: right;
	margin-right: 14px;
}
.fltlft { /* this class can be used to float an element left in your page */
	float: left;
	margin-left: 14px;
}
.fltsx { /* this class can be used to float an element left in your page */
	float: left;
	margin-left: 20px;
	margin-right: 20px;
	font-weight: bold;
}
.clearfloat { /* this class should be placed on a div or break element and should be the final element before the close of a container that should fully contain a float */
	clear:both;
    height:0;
    font-size: 1px;
    line-height: 0px;
}
