﻿body  {
	margin: 0;
	padding: 0;
	color: #000000;
	font-size: 100%;
	background-color: #fffce3;
}


.contenuto #container {
	width: 850px;
	background: #FFFFFF;
	border: 2px solid #999999;
	text-align: left;
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
	color: #000000;
	
}
.contenuto #header {
	padding: 0 10px;
	background-color: #999999;
}
.contenuto #header h1 {
	margin: 0; 
}

.contenuto #sidebar1 {
	float: left;
	width: 14em;
	padding-top: 15px;
	padding-right: 0;
	padding-bottom: 15px;
	padding-left: 0;
	border: thin solid #999999;
	background-color: #DDDDDD;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 0.9em;
	line-height: 1.3em;
}


.contenuto #mainContent {
	margin-top: 0;
	margin-right: 1em;
	margin-bottom: 0;
	margin-left: 15em;
	border: thin dotted #999999;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 0.9em;
} 
.contenuto #footer {
	background-color: #00693f;
	border-top-color: #999999;
	border-right-color: #999999;
	border-bottom-color: #999999;
	border-left-color: #999999;
	padding-top: 0;
	padding-right: 10px;
	padding-bottom: 0;
	padding-left: 10px;
} 
.contenuto #footer p {
	margin: 0;
	padding-top: 10px;
	padding-right: 0;
	padding-bottom: 10px;
	padding-left: 0;
}
.clearfloat { 
	clear:both;
    height:0;
    font-size: 1px;
    line-height: 0px;
}
h1 {
	font-size: 15px;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
	text-align: left;
	text-decoration: underline;
	vertical-align: super;
	text-indent: 10px;
}
h2 {
	font-size: 15px;
	color: #990000;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
	text-decoration: underline;
	text-align: left;
	text-indent: 10px;
}
h3 {
	font-size: 12px;
	color: #000000;
	font-family: Arial, Helvetica, sans-serif;
	text-align: center;
	line-height: 14px;
	font-style: normal;
	font-weight: normal;
}
h4 {
	font-size: 12px;
	color: #000000;
	font-family: Arial, Helvetica, sans-serif;
	text-align: center;
	font-weight: normal;
	line-height: 14px;

}
h5 {
	font-size: 12px;
	color: #000000;
	font-family: Arial, Helvetica, sans-serif;
	text-align: center;
	font-weight: normal;
	line-height: 14px;
}
h6 {
	font-size: 12px;
	color: #000000;
	font-family: Arial, Helvetica, sans-serif;
	background-position: top;
	text-align: center;
	font-weight: normal;
}
a {
	color: #000099;
}
a:link {
text-decoration: none;
}
a:visited {
text-decoration: none;
}
a:hover {
text-decoration: underline;
	color: #990000;
}
a:active {
	text-decoration: none;

}
