/** BASIC */

#top {
background: url(images/bg_top.png) no-repeat center top;
}

.legis {
padding-left:240px;
font-size: 8pt;
font-weight:bold;
}


body {
	margin: 0px;
	padding: 0px;
	background: #7FA8C6 url(images/bg.jpg) repeat-x left bottom;
	line-height: 20px;
	text-align: justify;
	font-family:Arial, Helvetica, sans-serif;
	font-size: 10pt;
	color: #666666;
}

h1, h2, h3, h4, h5, h6 {
	font-weight: normal;
}

a {
	color: #0077dd;
}

a:hover {
	text-decoration: none;
}



#left {
	float:left;
	width:392px;
}

#left2 {
	float:left;
	width:300px;
}

#right {
	float:right;
	width:392px;
}
#right2 {
	float:right;
	width:425px;
}


.list1{

	list-style: none;
	}
	
.list1 li {
padding-bottom: 15px;
}
	
.list1 h4{
	color: #0077dd;
	margin: 0;
	list-style: none;
	background: url(images/01.png) no-repeat left top;
	padding-left: 20px;
	text-align:left;
	font-size:14px;
	
	}

.list1 a {
	
}

.list2 li {
padding-bottom: 15px;
}

.list2 h4{
	color: #0077dd;
	margin: 0;
	list-style: none;
	background: url(images/01.png) no-repeat left top;
	padding-left: 20px;
	text-align:left;
	font-size:14px;
	}



.list2 {
	list-style: none;
}

.list2 a {
	background: url(images/img01.gif) no-repeat left 60%;
	padding-left: 12px;
}

img {
	border: none;
}

img.left {
	float: left;
	margin: 3px 20px 0px 0px;
}

.titoletti {

	font-weight:bold;
	font-size: 10pt;
	color:#00508B;

}

/** HEADER */

#header {
	width: 834px;
	margin: 0px auto;
	
	height: 140px;
	
}

#header h1 {
	margin: 0px;
	padding: 20px 0px 0px 0px;
	text-transform: uppercase;
	font-weight: bold;
}

#header h2 {
	margin: 0 0 0 -80px;
	padding: 0px 0px 0px 95px;
	text-transform: uppercase;
	font-weight: bold;
	font-size: 13px;
}

/** MENU */

#menu {
	width: 834px;
	height: 36px;
	margin: 0 auto;
	background-image:url(images/bg_menu.jpg);
	
}

#menu ul {
	margin: 0;
	padding-left: 43px;
	list-style:none;
}

#menu li {
background-image:url(images/base_menuscritte.jpg);
	float: left;
	height: 36px;
	}

#menu a {
	display: block;
	padding: 9px 15px 9px 15px;
	text-decoration: none;
	text-transform: uppercase;
	letter-spacing: 0.1em;
	font-size: 11px;
	font-weight:bold;
	color: #666666;
}

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

#menu .current_page_item a {
	color: #003366;
}

/** CONTENT */

#content {
	width: 835px;
	background: #FFFFFF url(images/bg_footer.jpg) no-repeat bottom;
	margin: 0px auto;
	padding: 0px 0px 0px 0px;
}


#columnB h1{
height: 22px;
	border-bottom: 1px dashed #EEEEEE;
	border-spacing: 2px;
	font-size: 14pt;
	color:#00508B;
	padding-bottom: 20px;

}


#columnB {
padding-top:0px;
	padding-left:25px;
	padding-right:25px;
	float: left;
	width: 785px;
}

#columnB h3 {
	height: 22px;
	border-bottom: 1px dashed #EEEEEE;
	border-spacing: 2px;
	font-size: 11pt;
	font-weight: bold;
}

/** FOOTER */

#footer {
	clear: both;
	margin: 0px auto;
	width:835px;
	height: 59px;
	
	text-align: center;
}

#footer p {
	margin: 0px;
	padding: 18px 0px 0px 0px;
	font-size: 10px;
	color: #FFFFFF;
}

#footer a {
	color: #CCCCCC;
}