/* 
CSS Layout 
div {
  border: solid 1px;
}
*/

BODY
{
	background-color:#E5E5E5;
	margin: 0px;
	padding: 0px;
  height: 100%;
	text-align: center;
	font-family:"Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size:14px;
}

div#container
{
	margin: auto;
	width: 780px;
	height: 100%;
}

div#header
{
	width: 780px;
	height: 195px;
	background-image: url(immagini/header.jpg);
	background-repeat: no-repeat;
}

div#content
{
  float: left;
	width: 780px;
	margin: 0px;
	padding: 0px 0px 10px 15px;
	background-image: url(immagini/bckg.repeat.gif);
	background-repeat: repeat-y;
  min-height: 250px;	
}

div#sidebar
{
	width: 180px;
	float: right;
	padding: 0px 25px 0px 0px;
	margin: 0px;
}

div#navigation
{
	width: 180px;
	height: 180px;
	background-image: url(immagini/bckg.nav.gif);
	background-repeat: no-repeat;
	padding: 0px 0px 0px 8px;
	margin: 0px;
}

div#navigation ul
{
  margin: 0px;
  padding: 0px;
  list-style:none;
  font-size: 12px;
}

div#navigation li
{
	display:block;
	margin: 0px 0px 10px 0px;
	padding: 0px 10px 0px 0px;
	height: 24px;
}

div#navigation a
{
  display:block;
  margin: 0px;
  padding: 0px;
  height: 24px;
	color:#fff;
	text-decoration:none;
}
div#navigation a:hover, div#navigation a.active
{
  color:#FFEE0A;
  background-image: url(immagini/linea.png);
	background-repeat: no-repeat;
	background-position: bottom center
}

div#subnav
{
	width: 170px;
	padding: 0px 0px 0px 18px;
	margin: 0px;
	text-align: left;
  font-size: 16px;
}

div#subnav ul
{
	width: 180px;
  margin: 0px 0px 50px 0px;
  padding: 0px;
  list-style:none;
}

div#subnav li
{
	margin: 0px;
	padding: 0px 0px 0px 10px;
	height: 20px;
}

div#subnav a
{
  display:block;
  margin: 0px;
  padding: 0px;
  width: 100px;
	color:#010084;
	text-decoration:none;
}
div#subnav a:hover, div#subnav a:active, div#subnav a.active
{
  border-bottom: dotted 2px #010084;
  font-style: italic;
}

div#contatti
{
	width: 180px;
	height: 136px;
	background-image: url(immagini/bckg.contatti.gif);
	background-repeat: no-repeat;
	padding: 3px 3px 3px 5px;
	margin: 0px;
	font-size:12px;
	color:#FFEE0A;
}

div#contatti a
{
	font-size:12px;
	color:#FFEE0A;
}

div#page
{
  float: left;
	margin: 0px;
	padding: 0px;
	width: 564px;
	background-color: #FFF;
	text-align: left;
}

div#home-top
{
	margin: 2px;
	padding: 0px;
  display: block;
	text-align: left;	
}

div#home-l
{
	margin: 2px;
	padding: 0px;
	width: 264px;
	float: left;
	text-align: left;
}

div#home-r
{
	margin: 2px;
	padding: 0px;
	width: 264px;
	float: right;
	text-align: left;
}

div#footer
{
  float: left;
	width: 780px;
	height: 40px;
	background-image: url(immagini/footer.gif);
	background-repeat: no-repeat;
	color: #FFF;
	font-size:12px;
	padding-top:7px;
}

div#footernav
{
	padding: 0px;
	margin: 0px;
  font-size: 12px;
  text-align: center;
}

div#footernav a
{
  font-size: 10px;  
}

/* 
CSS Table 
*/
table
{
  border: solid 1px #010084;
  margin: 0px 0px 10px 10px;
  padding: 0px;
  width: 250px;
  border-collapse: collapse;
  font-family: Tahoma, Arial
}

table th
{
  background-color: #00298B;
  text-align: center;
  color: #FFF;
}

table img
{
  border: 0px;
  margin: 0px;
}

td
{
  border: solid 1px #010084;
  font-size: 12px;
}

td.center
{
  text-align: center;
}

td.yellow
{
  background-color: #FFEE0A;
  width: 100px;
}

/* 
CSS Format 
*/

h1
{
  display: block;
  font-size:22px;
  font-style: italic;
  font-weight: bold;
  color: #010084;
  border-bottom: solid 1px #000;  
}

h2
{
  display: block;
  font-size:20px;
  font-weight: bold;
  color: #010084;
	background-color: #FFEE0A;
	border-top: solid 2px #EAD900;
  border-bottom: solid 2px #EAD900;
  padding-left: 5px;
  margin: 0px;
}

h3
{
  font-size:18px;
  font-weight: bold;
  font-style: italic;
}

p.indent
{
  text-indent: 5px;
}

a:link, a:active, a:visited
{
	font-family:"Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size:14px;
	color: #B20000;
}

a:hover, a.active
{
  text-decoration: none;
}

img
{
  border: 0px;
}

img.border
{
  border: solid 1px #010084;
  margin: 0px 10px 10px 10px;
}

ul
{
  list-style: square;
}

.center
{
  text-align: center;
}

.right
{
  text-align: right;
}

.justify
{
  text-align: justify;
}

.bold
{
  font-weight: bold;
}

.fl-left
{
  float: left;
}

.fl-right
{
  float: right;
}

.under
{
  text-decoration: underline;
}
