@charset "utf-8";
/* CSS Document */

body {
	margin: 0;
	padding: 0;
	color: #000;
	background: #777 url(/wimages/back2.jpg);
	font-family: arial, serif;
	font-size: 100%;
	font-size: 10pt;
}
.clear {
	clear: both;
}
.alignright {
	text-align: right;
}
.wide {
	/*background-color: #ffc;*/
}
.top {
	/*border-bottom: 1px solid #000;*/
	/*height:58px;*/
}

.title {
	/*border-bottom: 1px solid #000;*/
	background:url(/wimages/title.png) left top no-repeat;
	height:58px;
	margin-bottom:4px;
}
.title_b {
	/*border-bottom: 1px solid #000;*/
	background:url(/wimages/title_b.gif) left top repeat-x;
	height:58px;
	margin-left:118px;
}


.bottom {
	border-top: 1px solid #007611;
	padding-bottom: 1px;
	padding-top: 0.5em;
	text-align:center;
	color:#007611;
	/*margin-top: -50px;*/
}

.bs {
  height: 50px;
  border:1px solid red;
}

.testfloat {
	width: 50px;
	border: 2px solid #f90;
	background-color: #ffd;
	font-size: .8em;
}
.to-right {
	float: right;
}
.to-left {
	float: left;
}

.logo {
	background:url(/wimages/logo.png) left top no-repeat;
}
.branch {
	background:url(/wimages/r-branch.png) right 60px no-repeat;
}
.llogo {
	height:100px;
}

 
.wrapper {
	background: url(/wimages/tree.gif) right bottom no-repeat;
}
.outer {
	margin-left: 148px; /* L */
	margin-right: 150px; /* R */
	/*border-left: 1px solid #000;
	border-right: 1px solid #000;
	/*background-color: #fcd;*/
}
.wrap-cl {
	float: left;
	width: 100%;
	margin-right: -1px;
}
.center {
	float: right;
	width: 100%;
	margin-left: -1px;
}
.left {
	float: left;
	position: relative;
	width: 120px;  /* L */
	margin-left: -149px;  /* -L-1 */
	margin-right: 2px;
	text-align:center;
}
.right {
	float: right;
	position: relative;
	width: 130px;  /* R */
	margin-right: -151px;  /* -R-1 */
	margin-left: 2px;
}
/*
.minwidth {
	min-width: 960px;
	background: url(/wimages/back.jpg);
}*/
.minwidth {
	min-width: 780px;
	max-width: 960px;
	margin: 0 auto;
	/*padding: 0 10px;*/
	background: url(/wimages/back.jpg);
/*	background-color: #e9fdf3;
	border-left: 1px solid #7c7;
	border-right: 1px solid #7c7;*/
}

/* previene allargamento floats (hidden) e problemi rendering left col (relative) in IE/Mac \*//*/
* html .inleft, * html .inright, * html .incenter {
	width: 100%;
	overflow: hidden;
}
* html .wrap-cl {
	position: relative;
	margin-right: 0;
}
* html .center {
	margin-left: 0;
}
* html .left {
	margin-right: 1px;
}
* html .right {
	margin-left: 1px;
}
* html .minwidth {
	border-left: 960px solid #fff;
}
* html .wrapper {
	margin-left: -960px;
}
/**/
 
.outer {
	word-wrap: break-word;
	padding: 0 5px;
}

.menu {
	/*margin-top:44px;*/
	height:17px;
	font-size:10pt;
	/*padding: 0 15px;*/
}

.menu ul {
	padding:0;
	margin:0;
	clear:left;
	/*border: 1px solid #888;*/
}
.menu ul li {
	padding:0 0.5em;
	list-style:none;
}
.menu li {
	float:left;
}

.menu ul li:hover {
	/*background-color:#FEEA5C;*/
}

.menu a {
	text-decoration:none;
	color:#007611;
}
.menu a:hover {
	text-decoration:underline;
}

.menu .current {
  font-weight:bold;
}

/*p, h1, h2, h3 {
	margin: 0 0 1em 0;
}*/


.topic {
	font-weight:bold;
	font-size:11pt;
}

a {
	color:#1096fe;
}

ul.vmenu  {
	padding:0;
	margin:0;
}
ul.vmenu li {
	padding:0 0em;
	list-style:none;
}
ul.vmenu li:hover {
	/*background-color:#FEEA5C;*/
}

.vmenu a {
	text-decoration:none;
}
.vmenu a:hover {
	text-decoration:underline;
}

.conn .empty {
	color:#999;
	font-style:italic;
}

.news {
  margin-bottom:3em;
}
.news .date {
	font-weight:bold;
}
.news p {
padding:0; margin:0;
}

.incenter {
  padding-top:2em;
}

.center h1, .center h2, .center h3, .center h4 {
  font-style:italic;
  font-family:"Times New Roman", Times, serif;
  font-weight:normal;
  color:#007611;
  border-bottom: 1px solid #007611;
}

.left h1, .right h1 {
  font-size:10pt;
  padding:0; margin:0;
  margin-top: 1em;
}

.left p, .right p {
  padding:0; margin:0;
}

.right ul {
margin: 0;
margin-left: 9px;
padding: 0;
}

.hidden {
  visibility:hidden;
}

.tb {
  border-collapse:collapse;
}

.field {
  font-size:18px;
}
.button {
  font-size:14px;
}

.w100 {
	width: 100%;
}

small {
  font-size:11pt;
}

.left a:hover {
  color: #f00;
}