body {
	background:	#9eadb2;
	font: 11px/1.7em "Lucida Grande", "Lucida Sans Unicode", Arial, Helvetica, Verdana, sans-serif;
}

.wrapper {
	width:980px;
	margin:12px auto 5px;	
	background:#fff url(../img/dottedVert.gif) repeat-y 148px 0;	
}

.outerFooter{
	width:980px;
	margin:0 auto 5px;
	padding-right:20px;
}

.content {
	float:left;
	width:807px;
}

.header, .footer{
	background:	#eaf6f9;
	margin:12px 0;
	padding:7px 7px 0;
	border:1px #e1ecef solid;
}
.header{
	padding:7px;
}

.spacer{
	margin:0 7px;
}

.menu{
	width:124px;
	margin-top:12px;
}
.leftCol{
	float:left;
	padding:12px;
	margin-right:13px;
}

/*other*/

p, h1, h2, h3, select, textarea {
 	line-height:1.5em;
}

h1 {
	font-size:20px;
}

h2 {
	font-size:13px;
}

h3 {
	font-size:12px;
}

h4 {
	font-size:11px;
}

.ln {
	background:url(../img/dotted.gif) repeat-x top;
}

a {
	color: #235672;
}

a:hover {
	color: #327ba3;
}

.outerFooter a:hover {
	color: #fff;
}


.singleBtn{
	float:right;
	margin-bottom:7px;
}

.btnDx a, .btnDx button{ margin-left:7px; }


/* forms */

input, select, textarea{
	font-family: "Lucida Grande", "Lucida Sans Unicode", Arial, Helvetica, Verdana, sans-serif;
	font-size:11px;
	padding: 2px;
	border:1px #819fba solid;
	background: #fff url(../img/input-type-text.jpg) no-repeat;

}

input{
	padding: 2px 3px;
}

select{
	padding: 1px 2px;	
}

option {
	margin:3px 0;
	text-indent:8px;
}


/* fullText */

.fullText {
	text-align:justify;
	line-height:1.5em;
}
.fullText h1, .fullText h2, .fullText h3, .fullText h4 {
	text-align:left;
	padding-bottom:.3em;
	color:#333;
}
.fullText p {
	padding-bottom:1em;
}
.fullText ul {
	padding:0 0 .5em 0;
	list-style:none;
}
.fullText ol {
	padding:0 0 .5em 2em;
}
.fullText li {
	padding:0 0 .8em;
}
.fullText li li {
	padding:0 0 .3em;
}
.fullText ul ul, .fullText ol ol, .fullText ul ol, .fullText ol ul {
	padding:.6em 0 0 1.3em;
}
.fullText br {
	line-height:1em;
}
.fullText h1 a, .fullText h2 a, .fullText h3 a {
	text-decoration:none;
}
.fullText strong {
	color:#333;
}
.fullText ul li {
	background: url(../img/circleSmall.gif) no-repeat 3px 3px;
	padding-left:2em;
}
.fullText ul ol li {
	background: none;
	margin-left:2em;
	padding-left:0;
}
.fullText img {
	margin:0 16px 8px 0;
}
.fullText a:hover {
	text-decoration:underline
}
.fullText .bottone:hover {
	text-decoration:none;
}
.fullText hr {
	padding: 0;
	margin: 0 0 10px;
	border: 0;
	background-color: #ccc;
	height: 1px;
}