body {
  background-color: White;
  font-family: sans-serif;
  color: black;
  margin: 0px;
  width: 750px;
}

a { 
  text-decoration: none;
  color: Blue;
}

a:hover { 
  text-decoration: underline;
}

a img
{ 
  border: none;
}

/* *********** header ********* */

table.header
{
  width: 750px;
  margin-bottom: 1px;
}

/* ************* Menu principale ********** */

table.MainMenu
{
  background-color: White;
  margin: 0px;
  width: 70%;
}

table.MainMenu td
{
  margin: 0px;
  margin-right: 1px;
  font-size: small;
  font-weight: bold;
  height: 22px;
  padding: 0px;
}

table.MainMenu td a
{
  color:White;
  width: 100%;
  height: 100%;
  display: block;
  text-align: center;
  text-decoration: none;
  background-color: #F14F12;	
}

table.MainMenu td a:hover
{
  background-color: White;
  color: #F14F12;
  text-decoration: none;
}

table.MainMenu td a.selected
{
  color: White;	
  background-color: #A00F00;
  
  width: 100%;
  height: 100%;
  text-align: center;
  text-decoration: none;
}

table.MainMenu td a.selected:hover
{
  color: White;	
  background-color: #A00F00;
}

/* ************ Menu secondario ************ */

table.VerticalSplit
{
  width: 100%;
  margin-top: 1px;	
}

table.VerticalSplit td.left
{
  width: 125px;
  padding: 0px;
  vertical-align: top;
}

table.VerticalSplit td.right
{
  vertical-align: top;
  background-color: white;
  background-image: url(sfondo.png);
  background-repeat: repeat-y;
  background-position: center center;

}

table.VerticalSplit td.right hr
{
  height: 1px;
  border: 1px solid black;
}

div.SubMenu
{
  width: 125px;
  background-color: #00C000;
  padding-bottom: 25px;
  border: 1px solid #008000;
}

div.SubMenu div.bullet
{
  font-family: Webdings;
  display: inline;
  font-size: medium;
  margin-right: 5px;
  float: left;	
}

div.SubMenu div.text
{
  display: inline;
}

div.SubMenu div.item
{
  width: 100%;
  border-top: 1px solid white;
  border-bottom: 1px solid white;
  margin-top: 25px;
  font-size: small;
  font-weight: bold;
}

#banner
{ 
  border: none;
  margin: none;
}

div.SubMenu div.item a
{
  display: block;
  padding-top: 6px;
  color: #008000;
  color: white;
  width: 100%;
  padding-bottom: 6px;
}

div.SubMenu div.item a:hover
{
  color: #008000;
  background-color: White;
  text-decoration: none;
}

div.SubMenu div.item a.selected
{
  padding-top: 6px;
  padding-bottom: 6px;
  width: 100%;
  background-color: #008000;
  color: White;	
}	

div.SubMenu div.selected a
{
  color: White;
  display: block;
  padding-top: 6px;
  padding-bottom: 6px;
}

div.SubMenu div.selected a:hover
{
  text-decoration: none;
}

/* ************ area principale ************ */

div.mainbox
{
  font-size: medium;
  background-color: white;
  padding: 0;
  text-align:center;
  width: 750px;
}

h1 { 
  border: 1px solid #008000;
  background-color: #00C000;
  color: White;
  text-align: center;
  font-size: x-large;
  margin-left: 1px;
  margin-right: 1px;
  margin-top: 0px;  
  margin-bottom: 0px;
  width: 100%;
}

h2
{ 
  text-align: center;
  font-weight: bold;
  font-size: xx-large;
  margin-top: 0px;
  margin-bottom: 0px;
  color: #00C000;
}

h3
{ 
  text-align: center;
  font-weight: bold;
  font-size: x-large;
  margin-bottom: 0px;
}

h4
{ 
  text-align: center;
  margin-top: 0px;
  margin-bottom: 10px;
  width: 70%;
  font-size: small;
}

table.data
{ 
  margin-top: 10px;
  color: black;
}

table.data td
{ 
  padding-bottom: 10px;
  padding-left: 10px;
  padding-right: 10px;
}

/*** paragrafi di testo normali ***/

p
{ 
  text-align: justify;
  text-indent: 20px;
}

p:first-letter
{ 
  font-size: large;
  font-weight: bold;
}

p img
{ 
  float: right;
  margin: 5px;
  margin-left: 10px;
}


/** archivio storico **/

div.archivio
{ 
  padding-top: 25px;
  margin: 0px;
  width: 100%;
  height: 100%;
  text-align: center;
}

div.archivio h1
{
  font-size: normal;
}

div.archivio img
{ 
  border: groove;
  margin-bottom: 10px;
  outline: none;
}


