body  {
	background-image: url(/img/bkg.jpg);
	background-repeat: repeat;
	font-family: "Trebuchet MS", Tahoma, Arial;
	font-size: 13px;
	line-height: 18px;
	color: #6d6f71;
	margin: 0; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	padding: 0;
	text-align: center; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
}

form {
	margin: 0px;
}

.txt_cerca {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #22456c;
}

.twoColFixLtHdr #container { 
	width: 908px;  /* using 20px less than a full 800px width allows for browser chrome and avoids a horizontal scroll bar */
	background: #FFFFFF;
	margin: 0 auto; /* the auto margins (in conjunction with a width) center the page */
	border: 1px solid #ffffff;
	text-align: left; /* this overrides the text-align: center on the body element. */
} 
.twoColFixLtHdr #header { 
	background: #ffffff; 
	padding: 0px;  /* this padding matches the left alignment of the elements in the divs that appear beneath it. If an image is used in the #header instead of text, you may want to remove the padding. */
} 
.twoColFixLtHdr #header h1 {
	margin: 0; /* zeroing the margin of the last element in the #header div will avoid margin collapse - an unexplainable space between divs. If the div has a border around it, this is not necessary as that also avoids the margin collapse */
	padding: 0px 0; /* using padding instead of margin will allow you to keep the element away from the edges of the div */
}
.twoColFixLtHdr #sidebar1 {
	float: left; /* since this element is floated, a width must be given */
	width: 227px; /* the actual width of this div, in standards-compliant browsers, or standards mode in Internet Explorer will include the padding and border in addition to the width */
	background: #fff; /* the background color will be displayed for the length of the content in the column, but no further */
	padding: 0px 0px 0px 0px;
	margin-left: 30px;
}
.twoColFixLtHdr #sidebar1 h1{
	color: #2d5176;
	font-size: 26px;
	font-weight: normal;
}
.twoColFixLtHdr #mainContent { 
	margin: 38px 0 0 257px; /* the left margin on this div element creates the column down the left side of the page - no matter how much content the sidebar1 div contains, the column space will remain. You can remove this margin if you want the #mainContent div's text to fill the #sidebar1 space when the content in #sidebar1 ends. */
	padding: 0 20px; /* remember that padding is the space inside the div box and margin is the space outside the div box */
} 
.twoColFixLtHdr #mainContent h1 { 
	color: #8ec864;
	font-size: 26px;
	font-weight: normal;
} 
.twoColFixLtHdr #mainContent h2, 
.twoColFixLtHdr #mainContent h2 a:link, 
.twoColFixLtHdr #mainContent h2 a:visited, 
.twoColFixLtHdr #mainContent h2 a:active { 
	color: #2d5176;
	font-size: 26px;
	font-weight: normal;
} 
.twoColFixLtHdr #mainContent h2 a:hover{ 
	color: #8ec864;
} 
.twoColFixLtHdr #mainContent h3 {
	color: #5ea2cd;
	font-size: 19px;
	font-weight: normal;
	margin-bottom: 8px;
}
.twoColFixLtHdr #credits { 
	width: 908px;  /* using 20px less than a full 800px width allows for browser chrome and avoids a horizontal scroll bar */
	margin: 0 auto; /* the auto margins (in conjunction with a width) center the page */
	text-align: right; /* this overrides the text-align: center on the body element. */
	color: #FFFFFF;
} 
.twoColFixLtHdr #credits a { 
	color: #FFFFFF;
	font-weight: normal;
	font-size: 12px;
} 
.twoColFixLtHdr #credits a:hover { 
	color: #2d5176;
	font-weight: normal;
	font-size: 12px;
} 
.twoColFixLtHdr #footer { 
	width: 908px;  /* using 20px less than a full 800px width allows for browser chrome and avoids a horizontal scroll bar */
	margin: 0 auto; /* the auto margins (in conjunction with a width) center the page */
	text-align: center; /* this overrides the text-align: center on the body element. */
	color: #FFFFFF;
} 
.twoColFixLtHdr #footer p {
	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 */
}
.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-left: 8px;
}
.fltlft { /* this class can be used to float an element left in your page */
	float: left;
	margin-right: 8px;
}
.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;
}


td, th {
	font-family: "Trebuchet MS", Tahoma, Arial;
	font-size: 12px;
	line-height: 18px;
	color: #333333;
}

a {
	font-size: 14px;
	color: #5ea2cd;
	text-decoration: none;
	font-weight: bold;
}
a:hover {
	color: #2d5176;
}

.title {
	font-family: "Trebuchet MS", Tahoma, Arial;
	font-size: 18px;
	line-height: 20px;
 background-color: #99CC00; color: #003333;}

.subtitle {
	font-family: "Trebuchet MS", Tahoma, Arial;
	font-size: 16px;
	line-height: 30px;
 color: #003300;}

.header {
	font-family: "Trebuchet MS", Tahoma, Arial;
	font-size: 20px;
	background-color: #669900;
 color: #FFFF33;
}

.nav {
	font-family: "Trebuchet MS", Tahoma, Arial;
	font-size: 14px;
	font-weight: normal;
	background-color: #fff;
	margin-left: 20px;
	margin-bottom: 30px;
}

.navLink {
	font-family: "Trebuchet MS", Tahoma, Arial;
	font-size: 14px;
	font-weight: bold;
	background-color: #DEDECA;
}

.sidebar {
	font-family: "Trebuchet MS", Tahoma, Arial;
	font-size: 10px;
	line-height: 14px;
	padding: 3px;
	background-color: #FFFFCC;
 color: #003333;
}

.sidebarHeader {
	font-family: "Trebuchet MS", Tahoma, Arial;
	font-size: 14px;
	line-height: 18px;
	color: #003300;
	background-color: #FFFF66;
}

.sidebarFooter {
	font-family: "Trebuchet MS", Tahoma, Arial;
	font-size: 12px;
	line-height: 18px;
	background-color: #FFFF99;
 font-style: italic;
}

.footer {
  font-family: "Trebuchet MS", Tahoma, Arial;
	font-size: 14px;
	font-weight: bold;
	line-height: 22px;
	color: #333333;
	background-color: #CCFF99;
}

.legal {
	font-family: "Trebuchet MS", Tahoma, Arial;
	font-size: 9px;
	color: #333333;
}

.box1 {
	border-width: thin;
	border-color: #99FF99 #003300 #003300 #99FF99;
 border-style: double;
 }

.promo {
	font-family: "Trebuchet MS", Tahoma, Arial;
	color: #000033;
}

.titlebar {
	font-family: "Trebuchet MS", Tahoma, Arial;
	font-size: 9px;
	color: #FFFFFF;
	background-color: #336699;
}

.dingbat {
	font-family: "Trebuchet MS", Tahoma, Arial;
	background-color: #FFFFFF;
 color: #660000; font-weight: bolder; font-size: medium;
 }

input.big {
	width: 100px;
}

input.small {
	width: 50px;
}
.box_home {
	width: 569px;
	border: 1px solid #e1e1e1;
	background-image: url(/img/bkg_box_home.gif);
	background-repeat: repeat-y;
	padding: 15px;
}
.box_progress {
	width: 569px;
	border: 1px solid #e1e1e1;
	background-color: #f7f7f7;
	padding: 15px;
}
.spazio_progress {
	margin-bottom: 10px;
}
.box_practise {
	width: 263px;
	margin-right: 10px;
	margin-bottom: 10px;
	float: left;
	border: 1px solid #e1e1e1;
	background-color: #f7f7f7;
	padding: 15px;
	height: 150px;
}
.box_practise a{
	color: #8ac562;
	font-size: 13px;
	font-weight: normal;
}
.box_practise a:hover{
	color: #2d5176;
}
.menu_verticale {
	background-image: url(/img/bkg_bottone.gif);
	background-repeat: no-repeat;
	width: 208px;
	height: 47px;
	padding-right: 5px;
	padding-left: 12px;
}
.link_verticale {
	font-size: 12px;
	font-weight: bold;
	color: #539fca;
	line-height: 14px;
}
.link_verticale:hover {
	color: #2d5176;
	
}
.link_verticale_acceso {
	font-size: 12px;
	font-weight: bold;
	color: #2d5176;
	line-height: 14px;
}
.link_verde{
	color: #8ac562;
	font-size: 13px;
	font-weight: normal;
}
.link_verde:hover{
	color: #2d5176;
}
.txt_blu{
	color: #2d5176;
}
ol { 
	 list-style-position: outside;
 }
.box_slide{
	width: 465px;
	height: 435px;
	background-image: url(/img/box_zoom.jpg);
	background-repeat: no-repeat;
}
.foto_slide{
	padding-top: 15px;
	padding-right: 15px;
}
.ancora{
	color: #2d5176;
	font-weight: normal;
	font-size:13px;
	line-height: 14px;
}
.ancora:hover{
	text-decoration: underline;
}
