/***********************************************/
/* 2col_leftNav.css                            */
/* Use with template 2col_leftNav.html          */
/***********************************************/

/***********************************************/
/* HTML tag styles                             */
/***********************************************/ 

body{
	font-family: Arial,sans-serif;
	color: #333333;
	line-height: 1.166;	
	margin: 0px;
	padding: 0px;
}

a:link, a:visited, a:hover {
	color: #d5edb3;
	text-decoration: none;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	letter-spacing: 1px;
}

#navBar{
	padding: 0px;
	background-color: #5c743d;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-right-style: solid;
	border-bottom-style: solid;
	border-right-color: #FFFFCC;
	border-bottom-color: #FFFFCC;
	margin-top: 0;
	margin-right: 79%;
	margin-bottom: 0;
	margin-left: 0;
}
.testo {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	line-height: 20px;
	color: #333333;
}
.titoloprag {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 18px;
	line-height: 26px;
	color: #99cc66;
}


#content{
	float:right;
	width: 75%;
	margin: 0;
	padding-top: 15;
	padding-right: 10%;
	padding-bottom: 10;
	padding-left: 15;
}


/*********** #navBar link styles ***********/

#navBar ul a:link, #navBar ul a:visited {display: block;}
#navBar ul {list-style: none; margin: 0; padding: 0;}

/* hack to fix IE/Win's broken rendering of block-level anchors in lists */
#navBar li {
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #FFFFCC;
}

/* fix for browsers that don't need the hack */
html>body #navBar li {border-bottom: none;}


/*********** #sectionLinks styles ***********/

#sectionLinks{
	position: relative;
	margin: 0px;
	padding: 0px;
	font-size: 90%;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #FFFFCC;
}

#sectionLinks h3{
	padding-top: 7px;
	padding-right: 0px;
	padding-bottom: 7px;
	padding-left: 15px;
}

#sectionLinks a:link{
	width: auto;
	voice-family: "\"}\"";
	voice-family:inherit;
	width: auto;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #FFFFCC;
	padding-top: 7px;
	padding-right: 0px;
	padding-bottom: 7px;
	padding-left: 15px;
	color: d5edb3;
}

#sectionLinks a:visited{
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #FFFFCC;
	padding-top: 7px;
	padding-right: 0px;
	padding-bottom: 7px;
	padding-left: 15px;
	color: #d5edb3;
}
.data {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 18px;
	line-height: 40px;
	color: #99CC66;
	padding-left: 10px;
}


#sectionLinks a:hover{
	background-color: #99CC66;
	color: #993300;
	padding-top: 7px;
	padding-right: 0px;
	padding-bottom: 7px;
	padding-left: 15px;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #FFFFCC;
}
.intestazione {
	background-color: #d5edb3;
}
.barra {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #993300;
	background-color: #99cc66;
	padding-top: 3px;
	padding-left: 40px;
	padding-bottom: 3px;
	border: 2px solid #5c743d;
	word-spacing: 10px;
}
.barra a:visited {
	color: #993300;
	text-decoration: none;
}

.barra a:link {
	color: #993300;
	text-decoration: none;
}

.barra a:hover {
	color: #d5edb3;
}



.proficio {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 24px;
	color: #5c743c;
}
.specialista {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: bold;
	color: #993300;
}
.fotointesta {
	padding-top: 5px;
	padding-left: 30px;
	padding-bottom: 5px;
}
.titolo {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 18px;
	color: #99CC66;
}
.fototesto {
	padding-right: 5px;
	padding-left: 1px;
	float: left;
	padding-top: 1px;
	padding-bottom: 1px;
}

