/************* Website Layout styles ***************/

#divHeaderLogo {
	background-color: #0038FF;
	clear: both;
}

#divHeaderMenu {
	height: 30px;
	background-color: #959493;
	background-image: url(/images/titolo_testo_bg.png);
	background-repeat: repeat-x;
}


#divHeaderMenuDate {
	white-space: nowrap;
	float: right;
	color: #FFFFFF;
	padding-right: 10px;
	line-height: 25px;
}

#divContenuto {
	margin-right: 190px;
	margin-left: 190px;
	clear: none;
}

#divRightPane {
	float: right;
	width: 180px;
	padding-top: 0.5em;
}

#divLeftPane {
	float: left;
	width: 180px;
	padding-top: 0.5em;
}

#divFooter {
	clear: both;
	font-size: 0.8em;
	color: #666666;
	text-align: center;
}

#divFooter img {
	padding: 4px 4px 4px 10px;
	vertical-align: middle;
}

.divClearer {
	font-size: 0px;
	line-height: 0px;
	clear: both;
}

/************* #globalNav styles **************/

#divHeaderMenuLinks {
	padding: 0px 0px 5px 10px;
	color: #cccccc;
	line-height: 25px;
}

#divHeaderMenuLinks img{
	display: block;
}

#divHeaderMenuLinks a {
	font-size: 90%;
	color: #FFFFFF;
	padding: 0 4px 0 0;
}

/******************** HTML tag styles **********************/

body{
	font-family: Arial,sans-serif;
	color: #333333;
	line-height: 1.166;	
	margin: 0px;
	padding: 0px;
}

a{
	color: #006699;
	text-decoration: none;
}

a:link{
	color: #006699;
	text-decoration: none;
}

a:visited{
	color: #006699;
	text-decoration: none;
}

a:hover{
	color: #006699;
	text-decoration: underline;
}

h1{
	font-size: 1.2em;
	color: #006699;
	font-weight: bold;
	font-style: italic;
	font-family: Verdana,Arial,sans-serif;
}

h2{
 font-family: Arial,sans-serif;
 font-size: 114%;
 color: #006699;
 margin: 0px;
 padding: 0px;
}

h3{
 font-family: Arial,sans-serif;
 font-size: 100%;
 color: #334d55;
 margin: 0px;
 padding: 0px;
}

h4{
 font-family: Arial,sans-serif;
 font-size: 100%;
 font-weight: normal;
 color: #333333;
 margin: 0px;
 padding: 0px;
}

h5{
 font-family: Verdana,Arial,sans-serif;
 font-size: 100%;
 color: #334d55;
 margin: 0px;
 padding: 0px;
}

ul{
 list-style-type: square;
}

ul ul{
 list-style-type: disc;
}

ul ul ul{
 list-style-type: none;
}

label{
 font-family: Arial,sans-serif;
 font-size: 100%;
 font-weight: bold;
 color: #334d55;
}

/*********** #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: 1px solid #EEE;}

/* fix for browsers that don't need the hack */
html>body #navBar li {border-bottom: none;}


/*********** .relatedLinks styles ***********/

.relatedLinks{
	margin: 0px;
	padding: 0px 0px 10px 10px;
	font-size: 90%;
}

.relatedLinks h3{
	padding: 10px 0px 2px 0px;
}

.relatedLinks a:link,
.relatedLinks a:visited {
	display: block; 
}

/**********************************************************/

a.externalLink, a.externalLink:link, a.externalLink:visited, a.externalLink:active, a.externalLink:hover {
  background: url(images/external-link.png) right center no-repeat;
  padding-right: 15px;
}
a.newWindow, a.newWindow:link, a.newWindow:visited, a.newWindow:active, a.newWindow:hover {
  background: url(images/newwindow.png) right center no-repeat;
  padding-right: 18px;
}
/*********************************************************/
.LeftDivs {
	border: 1px dotted #666666;
	position: relative;
	width: 150px;
	top: 6px;
	left: 5px;
	margin: 0px;
	padding: 4px;
}

.Titoli {
	font-size: 1.2em;
	color: #006699;
	font-weight: bold;
	width: 100%;
	padding-top: 10px;
	font-style: italic;
}

.article {
	padding-bottom: 18px;
	border-bottom: 1px dotted #CCCCCC;
}


