* {
padding:0;
margin:0;
}

h1, h2, h3, h4, h5, h6, p, pre, blockquote, form, label, ul, ol, dl, fieldset, address{
	margin-top: 20px;
	margin-right: 0;
	margin-bottom: 20px;
	margin-left: 0;
}

li, dd, blockquote{ 
	margin-left: 40px;
}

fieldset{
	padding:10px;
}

img{ 
	border: 0px;
}

body{
	text-align: center;
	font-size: 1em;
	font-family: Verdana, sans-serif;
}

div#outer-wrapper {
	background-image: url(images/body-bkg.gif);
	background-repeat: repeat-y;
	background-position: center top;	
}
div#inner-wrapper {
	background: url(images/header-bkg.gif) repeat-x;
}
div#content-wrapper {
	width: 1000px;
	margin-left: auto;
	margin-right: auto;
	text-align: left;
}
div#logo {
	background: url(images/logo-box-bkg.gif) no-repeat;
	width: 194px;
	height: 225px;
	margin-top: 4px;
	text-align: center;
}
div#logo img {
	margin-top: 45px;
}

img.forprint {display:none;}


div#sidebar {
	float: left;
	width: 210px;
	display: inline;
}
div#content {
	float: right;
	width: 730px;
	margin-right: 30px;
	display: inline;
}

/* CONTENT INNER */
div#content-inner {
	font-size: .75em;
	color: #929291;
	line-height: 1.7em;
	margin-top: 20px;
	padding: 1px 0;
	background: url(images/leaf-watermark.gif) no-repeat bottom right;
}
div#content-inner p {
	margin-top: 2px;
	margin-right: 0;
	margin-bottom: 20px;
	margin-left: 0;
}

div#content-inner a {
	color: #dc3409;
	text-decoration: none;
}
div#content-inner a:hover {
	color: #706153;
}

div#content-inner a.articolo {
	color: #8b7f73;
	text-decoration: none;
}
div#content-inner a.articolo:hover {
	color: #666666;
}

/* CONTENT FULL*/
div.content-full {
	clear: both;
	padding-top: 10px;
}

div.content-full a {
	color: #dc3409;
}

div.content-full a:hover {
	color: #990000;
	text-decoration: underline;
}

/* CAPITAL PIE PAGINA */

#capitalpiepagina {
	padding-top: 10px;
	padding-bottom: 20px;
}

#capitalpiepagina p{
	font-family: "Bodoni MT";
	font-weight: bold;
	color: #333333;
	font-size: 14px;
	font-style: italic;
}
.titcapitalred{
	font-family: "Arial Black", Arial, Helvetica, sans-serif;
	text-transform: uppercase;
	color: #dc3409;
	font-size: 14px;
	font-style: normal;
}
.titcapitalgrey{
	font-family: "Bodoni MT";
	text-transform: uppercase;
	color: #999999;
	font-size: 15px;
	font-style: normal;
	font-weight: lighter;
}

/* FINE CAPITAL PIE PAGINA */



/* CONTENT LEFT */
div.content-left {
	padding: 4px;
	width: 218px;
	background-color: #d7d7d7;
	float: left;
	display: inline;
}
div.content-left img {
	border: 1px solid #fff;
}
div.content-left p {
	background-color: #990000;
	margin: 4px 0 0 0 !important;
	color: #fff;
	text-align: center;
	font-family: Georgia, "Times New Roman", Times, serif;
	padding: 2px;
	font-size: 11px;
	border: 1px solid #fff;
}
div.content-left p span {
	font-size: .8em;
}
div.content-right {
	float: left;
	margin-left: 20px;
	width: 484px;
	display: inline;
}

p.end-story-links {
	border-bottom: 4px solid #d1b9b3;
	font-size: 16px;
	padding-bottom: 15px;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-weight: bold;
	color: #990000;
}
div#footer {
	clear: both;
	border-top: 1px solid #5e534f;
	background-color: #e7e5d2;
	padding: 10px;
}

img.content-img {
	float: left;
	border: 2px solid #ccc;
	margin: 0 10px 10px 0;
}


ul#nav {
	height: 40px;
	line-height: 45px;
	font-size: 1.2em;
	font-family: "Times New Roman", serif;
	overflow: hidden;
	margin-top: 0;
	margin-right: 0;
	margin-bottom: 20px;
	margin-left: 0;
}
ul#nav li {
	display: inline;
	list-style-type: none;
	text-transform: uppercase;
	margin-top: 0;
	margin-right: 15px;
	margin-bottom: 0;
	margin-left: 0;
}
ul#nav li a:link, ul#nav li a:visited {
	color: #7d7257;
	text-decoration: none;
}
ul#nav li a:hover {
	display: inline-block;
	color: #990000;
	background-color: #e7e5d2;
	line-height: 35px;
	padding: 0px;
}

.active {
	display: block;
	color: #990000;
	background-color: #e7e5d2;
	margin: 0;
	padding: 7px;
}


ul.side-nav {
	margin: 10px 5px 10px 17px;
	border-top: 1px solid #e9e7e7;
	font-size: .7em;
	color: #978f7c;
	text-transform: uppercase;
}

ul.side-nav li {
	margin: 0;
	list-style-type: none;
	padding: 1px 0;
}
ul.side-nav li a {
	display: block;
	border-bottom: 1px solid #e9e7e7;
	margin: 0;
	padding: 10px 0 10px 20px;
	background: url(images/side-nav-bullet.gif) no-repeat 5px 50%;
}
ul.side-nav li a:link, ul.side-nav li a:visited {
	color: #978f7c;
	text-decoration: none;
}
ul.side-nav li a:hover {
	background: url(images/side-nav-bullet.gif) no-repeat 5px 50% #f6f5f0;
	color: #990000;
	background-color: #e7e5d2;
}

.active-sidenav {
	display: block;
	color: #990000;
	background-color: #e7e5d2;
	line-height: 35px;
	margin: 0;
	padding-top: 10px;
	padding-right: 0;
	padding-bottom: 10px;
	padding-left: 20px;
	text-indent: 20px;
	background-image: url(images/side-nav-bullet.gif);
	background-position: 5px 50%;
	background-repeat: no-repeat;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #e9e7e7;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #e9e7e7;
}

ul#footer-nav {
	font-family: "Times New Roman", serif;
	font-size: .7em;
	text-transform: uppercase;
	margin: 0 0 10px 0;
}
ul#footer-nav li {
	display: inline;
	margin: 0;
	padding: 0 10px 0 5px;
	border-right: 1px solid #958d83;
}
ul#footer-nav li.last {
	border-right: none;
}
ul#footer-nav li a:link, ul#footer-nav li a:visited {
	color: #5e534f;
	text-decoration: none;
}
ul#footer-nav li a:hover {
	color: #453e3b;
}

ul#materie {
	margin-top: 5;
	margin-right: 0;
	margin-bottom: 10px;
	margin-left: 0;
	padding-left: 35px;
}
ul#materie li {
	font-size: 12px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	padding-top: 0;
	padding-right: 0px;
	padding-bottom: 0;
	padding-left: 5px;
	margin-top: 0;
	margin-right: 0;
	margin-bottom: 0;
	margin-left: 0;
	list-style-type: disc;
}

table {
	border-collapse: collapse;
	margin: 10px;	
}
th strong {
	color: #fff;
}
th {
	padding-left: 12px;
	padding-right: 12px;
	text-align: left;
	color: #797069;
	background-color: #e7e5d2;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-bottom-style: dotted;
	border-left-style: dotted;
	border-bottom-color: #e3ded7;
	border-left-color: #e3ded7;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 14px;
	height: 29px;
}
tr {
	height: 30px;
}
td {
	padding-left: 11px;
	padding-right: 11px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-bottom-style: dotted;
	border-left-style: dotted;
	border-bottom-color: #e3ded7;
	border-left-color: #e3ded7;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 14px;
	color: #797069;
}

td.stampa {
	padding-left: 11px;
	padding-right: 11px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}

td.first,th.first {
	border-left: 0px;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 14px;
}
tr.row-a {
	background-color: #fff;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 14px;
}
tr.row-b {
	background-color: #f3f2ea;
}

table.stampa {
	border-collapse: collapse;
	margin: 10px;
}

h1 {
	font-size: 22px;
	color: #dc3409;
	margin: 0 0 10px 0;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-weight: bold;
}
h2 {
	margin: 0 0 0 0;
	font-family: "Times New Roman", serif;
	font-weight: lighter;
	font-size: 1.6em;
	color: #464031;
}
h3.dateline {
	font-size: 11px;
	font-weight: normal;
	color: #333333;
	text-align: justify;
	margin-top: 3px;
}
h4 {
	margin-left: 25px;
	margin-right: 10px;
	font-weight: bold;
	font-family: Georgia, "Times New Roman", Times, serif;
	color: #a1a09b;
	font-size: 13px;
	text-transform: uppercase;
}

h5 {
	font-size: 16px;
	color: #dc3409;
	margin: 0 0 10px 0;
	font-family: "Palatino Linotype";
}

h6 {
	font-family: Arial, Helvetica, sans-serif;
	font-weight: lighter;
	font-variant: small-caps;
	color: #666666;
	font-size: 12px;
}
 
h7 {
	margin-right: 10px;
	font-weight: bold;
	margin-bottom: 10px;
	font-family: Georgia, "Times New Roman", Times, serif;
	color: #a1a09b;
	font-size: 13px;
	text-transform: uppercase;
}


p.intro:first-letter {
	font-size: 14px;
	letter-spacing: -1px;
}
p.copyright {
	font-size: 12px;
	font-family: "Times New Roman", serif;
	color: #797069;
	margin: 10px 0;
}


p.end-story-links a:link, p.end-story-links a:visited {
	color: #8b7f73;
	text-decoration: none;
	border-bottom: none !important;
}

p.copyright a:link, p.copyright a:visited {
	color: #797069;
	text-decoration: none;
}
p.copyright a:hover {
	color: #990000;
}

blockquote {
	color: #990000;
	padding-left: 30px;
	background-image: url(images/quote.gif);
	background-repeat: no-repeat;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 16px;
	font-weight: bold;
	padding-bottom: 15px;
}

* html .clearfix {height: 1%;}

.clearfix {display: block;}

.tit {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 13px;
	color: #dc3409;
	text-decoration: none;
}
.tit2 {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 16px;
	font-weight: bold;
	color: #af9d90;
}

.tit3 {	
	font-weight: bold;
	margin-bottom: 10px;
	font-family: Georgia, "Times New Roman", Times, serif;
	color: #a1a09b;
	font-size: 13px;
	text-transform: uppercase;
}

.tit4 {
	font-size: 22px;
	color: #dc3409;
	margin: 0 0 10px 0;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-weight: bold;
}

.tit5 {
	margin-right: 10px;
	font-weight: bold;
	margin-bottom: 10px;
	font-family: Georgia, "Times New Roman", Times, serif;
	color: #a1a09b;
	font-size: 13px;
	padding-left: 25px;
}
.tit6 {
	margin-right: 10px;
	font-weight: bold;
	margin-bottom: 10px;
	font-family: Georgia, "Times New Roman", Times, serif;
	color: #a1a09b;
	font-size: 13px;
	padding-left: 25px;
	line-height: 26px;
}

.copy {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
}

.bordo {
	border: 1px solid #999999;
}
.fondo {
	font-family: "Palatino Linotype";
	font-size: 18px;
	font-weight: bold;
	color: #333333;
	background-color: #FFFF00;
	margin-bottom: 6px;
	padding-bottom: 4px;
}

.fondo2{
	background-color: #666666;
	color: #FFFFFF;
}
.riga {
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #999999;
}

.firslett {
	font-size: 54px;
	font-weight: bold;
	font-family: "Times New Roman", Times, serif;
	float: left;
	padding-right: 5px;
	line-height: 40px;
}
.maiuscoletto {
	font-family: Arial, Helvetica, sans-serif;
	font-weight: lighter;
	font-variant: small-caps;
	color: #666666;
	margin: 0px;
	padding-top: 8px;
	padding-right: 0px;
	padding-bottom: 10px;
	padding-left: 0px;
}
.maiuscoletto2 {
	font-weight: lighter;
	font-family: Arial, Helvetica, sans-serif;
	color: #666666;
	font-variant: small-caps;
	padding-left: 25px;
}

/* TESTI */ 

#testi {
	font-size: .75em;
	color: #929291;
	line-height: 1.7em;
	background: url(images/leaf-watermark.gif) no-repeat bottom right;
	padding-top: 10px;
	padding-right: 0;
	padding-bottom: 1px;
	padding-left: 0;
}

#testi p {
	margin-top: 2px;
	margin-right: 0;
	margin-bottom: 20px;
	margin-left: 0;
}

#testi h1{
	font-size: 22px;
	color: #dc3409;
	margin: 0 0 10px 0;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-weight: bold;
	line-height: 25px;
}

#testi a{
	color: #dc3409;
	text-decoration: none;
}

#testi a:hover {
	color: #978f7c;
}

#testi li{
	color: #;
}
 #testi li a{
	color: #929291;
	text-decoration: none;
}

#testi li a:hover {
	color: #dc3409;
}
