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

body {
	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 */
	color: #000000;
	background-color: #FFFFFF;
	background-image: url(images/bg.jpg);
	background-repeat: repeat-x;
	font-family: Arial, Helvetica,sans-serif;
	font-size: 13px;
	padding-right: 0;
	padding-bottom: 0;
	padding-left: 0;
	margin-top: 20px;
}

a:link, a:visited, a:active
{
  color: #0000FF;
  text-decoration: none;
  font-size: 13px;
  font-weight: bold;   
}

a:hover
{
  color: #20B743;
  text-decoration: underline;
  font-size: 13px;   
  font-weight: bold;  
}

 #container {
	width: 570px;  /* using 20px less than a full 800px width allows for browser chrome and avoids a horizontal scroll bar */
	background: #FFFFFF; /* the auto margins (in conjunction with a width) center the page */
	border: 0px solid #FFFFFF;
	text-align: center; 
	margin-bottom: 0;
	margin-right: auto;
	margin-left: auto;
	
}

div.tablecentrato {width:98%; margin:1%;}
  table#table1 {text-align:center; margin-left:auto; margin-right:auto; width:100px;}
  tr,td {text-align:left;}


#mainContent {
	padding-left: 20px;
	padding-right: 20px;
}
#mainContent p {
	margin-right: 100px;
}

#footer {
	background-color: #20B743;
	height: 8px;
	padding-top: 0;
	padding-right: 10px;
	padding-bottom: 0;
	padding-left: 10px;
}
#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: 10px 0; /* padding on this element will create space, just as the the margin would have, without the margin collapse issue */
	text-align: center;
	font-size: 13px;
	color: #000000;
}




.blu1 {
	background-color: #20B743;
	height: 8px;
	margin-top: 5px;
	margin-bottom: 5px;
}
.orange {
	background-color: #20B743;
	height: 10px;
	font-size: 10px;
	color: #FFFFFF;
	text-align: center;
}
.padding {
	padding-left: 30px;
	font-family: Arial, Helvetica,sans-serif;
	font-size: 16px;	
}

.padding3 {
	text-align: center;	
	font-family: Arial, Helvetica,sans-serif;
	font-size: 16px;	
}

#menu {
	background-color: #ffffff;
	font-weight: 100;
	color: #0000FF;
	font-size: 17px;
	height: 80px;
}

.menuitem {
	padding-left: 3px;
	padding-top: 3px;
	padding-bottom: 3px;
	text-align: center;
	color: #CDDFEB;
	background-color: #20B743;
	font-family: "Comic Sans MS", cursive;
}

  .menuitem a:link, .menuitem a:visited, .menuitem a:active
{
  color: #FFFFFF;
  text-decoration: none;
  font-size: 17px;
  font-weight: 100;  
}
  .menuitem a:hover
{
  color: #0000FF;
  text-decoration: underline;
  font-size: 17px;   
  font-weight: 100;    
}


#container1 {
	border: 0px solid #FFFFFF;
	padding: 5px;
	margin: auto;
	width: 570px;
	background-image: url(images/cont2.png);
	background-repeat: repeat;
}
#ft {
	height: 50px;
}




.blu2 {
	background-color: #20B743;
	height: 8px;
	margin-top: 5px;
	margin-bottom: 5px;
	clear: left;
}



img {border:0;}

.imgborder {
	border: 1px solid #20B743;
	margin: 5px auto 10px;
	position: relative;
	width: 400px;
	height: 300px;
}

.imgeventi {
	border: 1px solid #20B743;
	width: 100px;
	height: 75px;
}

h1 {
	color: #0000FF;
	font-weight: bold;
	font-size: 19px;
}
