/* All page content elements are children of
	and should inherit these styles. Browser realities
	may vary!
*/
/* Block elements */
H1, H2, H3, H4, H5, H6, FORM, DIV, BLOCKQUOTE, OL, P, PRE, TABLE, UL, DL, DT, DD {
	display : block;
}

/* Inline elements */
A, B, CODE, EM, I, IMG, INPUT, SMALL, SPAN, STRONG, TEXTAREA {
	display : inline;
}

/* List-item element */
LI {
	display : list-item;
}

/* Generic styles for elements */
p {
	margin-top : 1em;
	margin-bottom : 1em;
}
h1, h2, h3, h4, h5, h6 { font-weight : bold; }
h1 { font-size : xx-large; }
h2 { font-size : x-large; }
h3 { font-size : large; }
h4 { font-size : medium; }
h5 { font-size: small; }
h6 { font-size: x-small; }
i, em { font-style : italic; }
small { font-size : smaller; }
big { font-size : larger; }
ol { list-style : decimal; }
ul { list-style : disc; }
pre, code {
	font-family : monospace;
	font-size: small;
}
b, strong { font-weight : bolder; }
pre { white-space : pre; }
table { display : table; }
tr { display : table-row; }
th, td {
	display : table-cell;
	vertical-align: center;
}
th {
	font-weight : bold;
	text-align : center;
}
caption {
	text-align: center;
	display : table-caption;
}

/* Pseudo-classes */
a:link {
	text-decoration : underline;
}
A:VISITED {
	text-decoration : underline;
	color : Purple;
}

/* Contextual selectors */
a:link img { border : 2px solid Blue; }
a:visited img { border: 2px solid purple; }

/* Attribute selector */
INPUT[type="hidden"] { display : none; }

/* DA QUI IL RESTO */

* {
	margin: 0;
	padding: 0;
}

body {
	background: #337FC6 url("../imgs/bg.gif") top center repeat-y;
	font: normal 8pt/13pt verdana, arial,sans-serif;
	color: #808080;
}

a, a:visited {
	text-decoration: underline;
	color: #000;

}

a:hover {
	color: #808080;
}

#header {
	width: 930px;
	height: 60px;
	background: #000 url("../imgs/header.gif") no-repeat;
	padding-top: 30px;
	padding-left: 18px;
	font-size: 14pt;
	color: #FFF;
}

#header h2{
	padding-top: 5px;
	font-size: 9pt;
	color: #C2D9EF;
}

#container {
	width: 950px;
	background: #fff url("../imgs/sidebar.gif") repeat-y right;
	border: solid 10px #fff;
	margin: 0 auto;
	text-align: left;
}

#horizontal {
	width: 930px;
	height: 30px;
	background: url("../imgs/horizontal.gif");
	font-weight: bold;
	font-size: 8pt;
	padding-top: 6px;
	padding-left: 20px;

}

#horizontal a, #horizontal a:visited {
	color: #337FC6;
	text-decoration: none;
	margin-right: 15px;
}

#horizontal a:hover {
	color: #FFF;
	text-decoration: none;
}

#right-column {
	color: #CF1932;
	width: 137px;
	background: url("../imgs/menutop.gif") no-repeat top -3px;
	float: right;
	padding: 10px 7px;
	border-right: 4px solid #FFF;
}

#right-column #paragraph{
	color: #000000;
}

#right-column #links{
	color: #808080;
}

#right-column a, #right-column a:visited {
	color: #337FC6;
	text-decoration: none;
	margin-right: 15px;
}

#right-column a:hover {
	color: #FFF;
	text-decoration: none;
}

#right-column img {
border:0;
}

#content {
	float: left;
	width: 792px;
	margin: 10px 0 0 0;
	text-align:justify;
	padding:0px;
}

#content h2{
	font-size: 12pt;
	font-weight: bold;
	color: #76A7DC;
	margin-bottom: 5px;
	padding-left: 14px;
	background: url("../imgs/h2bg.gif") top left repeat-y;
}

.black {
	color: #000;
}

p {
margin-bottom: 20px;
padding-left: 12px;
background: url("../imgs/articlebg.gif") top left repeat-y;
}

.lista_1 {
margin-bottom: 70px;
padding-left: 14px;
background: url("../imgs/articlebg.gif") top left repeat-y;
background-color: #e4f2fe;
height:90px;
}

.lista_0 {
margin-bottom: 70px;
padding-left: 14px;
background: url("../imgs/articlebg.gif") top left repeat-y;
background-color: #FFFFFF;
height:90px;
}

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

input.text {
	width: 70px;
	border: 1px solid #ccc;
}

input.button {
	color: #808080;
	padding-left: 0px;
	font-size: 8pt;
	border: none;
	background: none;
	}

#searchbox {
	background: url("../imgs/searchbox.gif") no-repeat;
	padding: 5px;
	height: 30px;
}

#footer {
	color: #999999;
	background: #F9F9F9;
	clear: both;
	width: 745px;
	margin-left: 4px;
	height: 35px;
	padding: 4px;
	border: 1px solid #E4E4E4;
}

#footer a, #footer a:visited{
	color: #999999;
}

#footer a:hover {
	color: #999999;
}
