
/* Layout Stylesheet */ 

body {
 margin:0px;
 margin-bottom: 0px;
 background:#F6A817;
 color: #000000;
 text-align:center;
 padding:0;
 font-family: verdana;
 font-size: 10pt;
 color: #000000;
 height: 100%;
  background-image: url(img/bordi-arancio.jpg);
 background-repeat: repeat-y;
 background-position: center;
 }

#outer {
margin: auto;
 text-align:left;
 border:0px solid #FFC200;
 width:950px;
 height: 95%;
 padding: 15px;
  padding-bottom: 5px;



 }

#hdr {
 height:183px;
 background:#ffffff;
 color: #333333;
 padding-bottom: 15px;
 border-bottom: 1px solid #FFC200;
 }

#menu {
 color: #cc0000;
 font-size: 10pt;
 font-weight:bold;
 padding: 3px;
 text-decoration: none;
 }
 

 
 
 #menu a{
 color: #CC0000;
 font-size: 10pt;
 font-weight:bold;
 padding: 5px;
  text-decoration: none;

 }
 
  #menu a:link{
 color: #CC0000;
 font-size: 10pt;
 font-weight:bold;
 padding: 3px;
  text-decoration: none;

 }
 

 
  #menu a:visited{
 color: #CC0000;
 font-size: 10pt;
 font-weight:bold;
 padding: 3px;
  text-decoration: none;

 }
 
   #menu a:hover{
 color: #999999;
 font-size: 10pt;
 font-weight:bold;
 padding: 3px;
  text-decoration: none;
 }
 
 #banner {
 height:200px;
 background:#ffffff;
 color: #ffffff;
 vertical-align: middle;
 text-align: center;
 border-bottom: 2px solid #000000;
 border-top:  2px solid #000000;
 }
 
 

#bodyblock {
 background: #ffffff;
 width:100%;
 margin-top: 15px;
 height: 70%;
 }
 
 

#l-col {
 float:left;
 background:#dcdcdc;
 width:145px;
 }

#cont {
 width:495px;
 background:#ffffff;
 border:solid #000000;	
 border-width:0 0 0 1px;
 text-align:left;
 }

#ftr {
font-size: 8pt;
height: 15px;
 
 }
 
 #ftr a{
 text-decoration: none;
 color: #E85813;
 font-weight:bold;
 font-size: 8pt;
 }
 
  #ftr a:link{
 text-decoration: none;
 color: #E85813;
 font-weight:bold;
 font-size: 8pt;
 }
 
 
  #ftr a:visited{
 text-decoration: none;
 color: #E85813;
 font-weight:bold;
 font-size: 8pt;
 }
 
  #ftr a:hover{
 text-decoration: none;
 color: #000000;
 font-weight:bold;
 font-size: 8pt;
 }
 
 #riga-alto {
 text-align: center;
font-size: 8pt;
height: 15px;
background-color: #F1C114;
color: #000000;
font-weight: bold;
margin-top: -15px;
 
 }