/************************************************/
/*           SITE CASCADING SHEET STYLE         */
/*                  Version 1.0                 */
/*                                              */
/*                    Made by                   */
/*                Lorenzo Tessieri              */
/************************************************/


body {
	margin: 0px; 
	padding: 0px; 
	font-size: 70%; 
	font-family: "Arial", Tahoma, Sans-Serif;
   background-color: #353F49;
	color: #333;
}

/* LINKS */
a { 
	color: #4682B4; 
	text-decoration: none; 
	background-color: inherit;
}

a:hover { 
	color: #000;
	background-color: inherit;
}


/* HEADINGS */
h1 { 
	padding: 0px 0px 22px 0px; 
	font-size: 1.4em; 
}

h2 {
	font-size: 1.2em;
	margin: 0px;
}

h3 {
	/*width: 70%;*/ 
	font-size: 1.5em; 
	color: #002065; 
	font-weight: bold; 
	letter-spacing: -1px; 
	line-height: 1.5em; 
	padding: 0px 0px 0px 30px; 
	background-color: inherit;
	background-image: url("../images/titlebg.gif");
	background-repeat: no-repeat;
	background-position: center left;
}

h4{
	padding: 0;
	color: #002065; 
	font-size: 1.2em;
 background-color: inherit;
}

#menu h3 {
	width: 100%; 
	font-size: 1.2em; 
	color: #002065; 
	font-weight: bold; 
	letter-spacing: -1px; 
	line-height: 1.5em; 
	padding: 0px 0px 0px 30px;
 background-color: inherit;
}

.red {
	color: #8B1714;
	background-color: inherit;
 font-weight: bold;
}

/* PARAGRAPH */
p { 
	font-size: 1em; 
	color: #353F49; 
	line-height:1.6em; 
	margin: 0px 0px 5px 0px; 
	padding: 0px;
	background-color: inherit;
}


/*-------------------------
DIVS IN ORDER OF APPEARANCE 
-------------------------*/

#wrap {
	margin: 0px auto; 
	padding: 0px; 
	width: 691px; 
	
}

#container { 
	float: left; 
	margin: 0px; 
	padding: 0px; 
	width: 780px; 
	background: transparent url("../images/middle.gif") repeat-y top left;
}


#top { 
	width: 700px; 
	height: 25px; 
	margin: 0px; 
	padding: 0px; 
	background: transparent url("../images/top.gif") no-repeat top left; 
}

#header { 
	margin: 0px auto; 
	padding: 55px 0 0 0; 
	background-color: inherit;
	background-image: url("../images/header.gif");
	background-repeat: no-repeat; 
	height: 124px; 
	color: #919FAE;
	font-weight: bold;
	font-size: 1.3em;
}


/* HORIZONTAL MENU */
#hmenu { 
	margin: 0 96px 0 15px;
	padding: 10px 0 20px 0;
	background-color: inherit;
 background-image: url("../images/hmenu.gif");
 background-repeat: repeat-x;
background-position: top left; 
	color: #808080;
}

#hmenu a {
	color: #74879A;
	margin: 0px 3px 0px 8px;
	padding: 0 0px 0 9px;
	background-color: inherit;
	background-image: url("../images/arrow.gif");
	background-repeat: no-repeat;
	background-position: center left;
	
}

#hmenu a:hover {
	color: #F0F2F4;	
	background-color: inherit;;
}

/* LEFT COLUMN */
#left_column {
	float: left;
	margin: 0px 0px 0px 18px;
	width: 160px;
}

#left_column p { 
	color: #828482; 
	padding: 7px; 
	margin: 0px;
	background-color: inherit;
}


/* 
 MENU (LEFT) */
#menu {
}

#menu a {
	display: block;
	line-height: 20px;
	padding: 0px 0px 0px 4px;
	color: #353F49;
	background: #FFFFFF;
}

#menu a:hover {
	background: #353F49;
/*	background-color:	#002065;*/
	color: #FFF;
}

/* LINK TITLE - visible on hover */
.underline {
	border-bottom: 1px dotted #74879A;
}

.white { 
	color: #FFF; 
	font-size: 0.8em; 
	background-color: inherit;
	background-image: url("../images/menudivider.gif");
	background-repeat: no-repeat;
	background-position: center left; 
	padding: 0px 0px 0px 8px; 
}


#right_column {
	float: left;
	width: 505px;
	margin: 0px 15px 0px 0px;
	padding: 0px;
 }

/* MAIN ARTICLES */
.main_txt {
	margin: 0px 0px 2px 0px; 
	padding: 0px 30px 8px 0px; 
}

.main_txt_cent {
	margin: 0px 0px 2px 0px; 
	padding: 0px 30px 8px 0px;
 text-align: center;
}

.main_txt p {
	padding: 3px 8px 0px 4px;
	text-align: justify;
}

/* THE FOLLOWING SHORT ARTICLES */
.other { 
	margin: 0px 0px 0px 0px;
}

.other p { 
	padding: 5px; 
	color: #808080;
	background-color: inherit;
}

/* LEFT SHORT ARTICLE */
.left { 
	
	width: 44%;  
	float: left; 
	background: #E2F3FB url("../images/azzbg.gif") repeat-x top left; 
	padding: 5px;
	color: #808080;
	min-height: 160px;
	height: auto !important; /*modify*/
 height: 160px;		   /*    the attribute min-height works also with IE*/
}

/* RIGHT SHORT ARTICLE */
.right {  
	float: left; 
	width: 44%; 
	background: #FCE4E4 url("../images/redbg.gif") repeat-x top left; 
	border-left: 2px solid #FFF; 
	padding: 5px; 
	color: #808080;
	min-height: 160px;
	height: auto !important; /*modify*/
	height: 160px;		   /*    the attribute min-height works also with IE*/
}

.right_side { float: right; width: 405px; margin: 0 5px 0 0; text-align: justify; }

/* FOOTER */

#footer { 
	float: left; 
	margin: 0px 0px 20px 0px; 
	padding: 15px 0px 0px 0px; 
	width: 691px; 
	background-color: inherit;
	background-image: url("../images/bottom.gif");
	background-repeat: no-repeat; 
	text-align: center; 
	color: #919FAE; 
}

#footer a { 
	color: #BDC6CE; 
	background-color: inherit;
	border-bottom: 1px dotted #919FAE; 
}

/*-------------------------
	ADDITIONAL ITEM 
-------------------------*/

.menuTit{
	padding-top: 5px;
	padding-bottom: 5px;
	padding-left: 4px;
}

.printer{
	background-image: url(../images/print.gif);
	background-color: transparent;
	background-repeat: no-repeat;
	background-position: center right;
	margin: 0;
	padding: 0 20px 0 0px;
}

.links{
	list-style-image: url(../images/freccia.gif);
	list-style-position: outside;
}

.imageR { float: right; margin: 5px 9px 2px 9px; }

.imageL { float: left; margin: 0 9px 3px 0; }

.imageCent{ text-align: center;	}

.imageRbordered { 
	float: right; 
	margin: 5px 9px 0px 9px;
	border: 1px solid #002065;
 }
 
 .blueStrong{
	color: #002065;
	font-weight: bold;
	text-align: right;
background-color: inherit;
 }

 .direttivo{
 	margin-left: auto;
	margin-right:	auto;
	width: 80%;
 }
 
 .centerdir{
 	margin-left: 100px;
 }
 
/*rounded corner*/
#nifty{ margin: 0;background-color: #E2F3FB; color: inherit;}

b.rtop, b.rbottom{display:block; background-color: #FFF; color: inherit;}
b.rtop b, b.rbottom b{display:block;height: 1px;
    overflow: hidden; background-color: #E2F3FB; color: inherit;}
b.r1{margin: 0 5px}
b.r2{margin: 0 3px}
b.r3{margin: 0 2px}
b.rtop b.r4, b.rbottom b.r4{margin: 0 1px;height: 2px}

#nifty table{
	margin: 0 0 0 5px;
}

.ombra {
	margin: 13px 0 0 3px;
	padding: 0px 0px 0px 12px;
	background: transparent url(../images/ombra.gif) no-repeat;
} 

.sfum {
	padding: 1px 0px 10px 10px;
	background-color: inherit;
 background-image: url(../images/sfum.gif);
 background-repeat:repeat-x;
 background-position: bottom left;
	min-height: 85px;
	height: auto !important; /*modify*/
 height: 85px;		   /*    the attribute min-height works also with IE*/
	border: 1px solid #E2F3FB;
color: inherit;
}

.programma{
	font-weight: bold;
 color: #002065;
background-color: inherit;
}

.titProgr{
	font-style: italic;
}

.rAlign { text-align: right;}

img {
	border: none;
}

