/* CSS Document */

html,body {
	padding: 0px;
	margin: 0px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 1em;
}

#container {
	width: 80%;
	margin: 0px auto;
	padding: 0px;
}

#header {
	background-color: #FFFFFF;
	margin: 0px;
	border-bottom-color: #DDEEFF;
	border-bottom-style: solid;
	border-bottom-width:1px;
}

.home {
	float: right;
}

.home a:link, a:visited {
	text-decoration: none;
	color: #0000FF;
}

.home a:hover {
	text-decoration:underline;
}

#content {
	margin: 0px 180px 0px 0px;
	padding: 10px;
	background-color: #FFFFFF;
	border-right-color: #DDEEFF;
	border-right-style: solid;
	border-right-width:1px;
}

#content p {
	text-align:justify;
}

#content a:link, a:visited {
	text-decoration: none;
	color: #0000FF;
}

#content a:hover {
	text-decoration:underline;
}

#links {
	width: 160px;
	float: right;
	padding: 10px;
	background-color: #E7EEF5;
}

#footer {
	clear:both;
	background-color: #FFFFFF;
	border-top-color: #DDEEFF;
	border-top-style: solid;
	border-top-width:1px;
	font-size: 0.6em;
	margin-bottom: 15px;
}

#footer a:link, a:visited {
	text-decoration: none;
	color: #0000FF;
}

#footer a:hover {
	text-decoration:underline;
}

#footer a.certificato {
	text-decoration: none;
	color:#FFFFFF;
}

#footer img {
float:right;
}


.linksection {
	padding: 5px;
	border-bottom-color: #DDEEFF;
	border-bottom-style: solid;
	border-bottom-width:1px;
}

.linksection h4 {
	margin-bottom: 5px;
}

.linksection a:link, a:visited {
	font-size: 0.8em;
	text-decoration: none;
	color: #0000FF;
}

.linksection a:hover {
	text-decoration:underline;
}