* {
	margin : 0;
	padding : 0;
	
}

a {
	color : #437fda;
	text-decoration : none;
}
a:visited {
	color : #437fda;
	text-decoration : underline;
}
a:hover {
	color : #ba8f43;
}

h2 {
	color : #343434;
	font : italic 200% Verdana, Arial, Helvetica, sans-serif;
}
h3 {
	color : #343434;
	font : italic 160% Verdana, Arial, Helvetica, sans-serif;
}
h4 {
	color : #343434;
	font : bold italic 110% Verdana, Arial, Helvetica, sans-serif;
	padding : 1em 1em 0 1em;
}

body {
	background-color:#FFFFFF;
}

html {
	color : #565656;
	text-align : justify;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 80%;
	line-height: 160%;
	background-color: #FFFFCC;
	border: thin solid #000000;
}

img {
	margin-top: 0em;
	margin-right: 1em;
	margin-bottom: 0;
	margin-left: 0em;
}
img.left {
	float : left;
	margin : 1em 1em 0 0;
}
img.right {
	float : right;
	margin : 1em 0 0 1em;
}

blockquote {
	font-style : italic;
	margin : 1em 1em 0 1em;
	padding : 0 0 1em 0;
}
blockquote span {
	font-size : 200%;
	line-height : 1%;
	margin : 0 0.15em;
	position : relative;
	top : 0.25em;
}


form button {
	background-color:#efefef;
	border : 1px solid #cfcfcf;
	padding : 0.25em;
	margin : 0 0 0 0.75em;
}

.article{

background-color: #FFFFCC;
}
form input {
    background-color:#efefef;
	border:thin;
	width : 100%;
}
form textarea {
    background-color:#efefef;
	border:thin;
	width : 100%;
	height : 10em;
}
form p.button {
	text-align : right;
	border:thin;
}
form p.input,
form p.text {
	background : #ffffff;
	border : 1px solid #cfcfcf;
	padding : 0.25em;
	margin : 0.25em 1em 0 1em;
}

p {
	padding : 1em 1em 0 1em;
}

ul,
ol {
	padding : 1em 1em 0 3em;
}

#main {
	margin : auto;
	max-width : 65em;
	min-width : 40em;
	width : auto !important;
	width : 65em;
}

#header {
		
}
#header h1 {
	background : #2b548c url('../images/header_bg.png') repeat-x bottom left;
	color :#FFFFFF;;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 200%;
	font-style: italic;
	padding-top: 1em;
	padding-right: 1em;
	padding-bottom: 1em;
	padding-left: 1em;
}

#header #description {
	position: relative;
	top: 50px;
	left: 200px;
	text-align: right;
	line-height: 1em;
	font : normal 100% Verdana, Arial, Helvetica, sans-serif;
	z-index: 1;
	color: #FFFFFF;
	width: 600px;
}

#menu {
	background : #437fda;
	border-bottom : 1px solid #2b548c;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 100%;
}
#menu ul {
	padding : 0.75em 4em;
}
#menu li {
	display : inline;
}
#menu li a {
	color : #ffffff;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	padding-top: 0.75em;
	padding-right: 1em;
	padding-bottom: 0.75em;
	padding-left: 1.5em;
}
#menu li a:hover {
	background : #2b548c;
}
#menu li.selected a {
	color : #437fda;
	border-top-width: thin;
	border-right-width: thin;
	border-bottom-width: thick;
	border-left-width: thin;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #2b548c;
	border-right-color: #2b548c;
	border-bottom-color: #FFFFCC;
	border-left-color: #2b548c;
	background-color: #FFFFCC;
}
#menu li.selected a:hover {
	background : #ffffff;
	color : #ba8f43;
}

#content {
	border-bottom : 1px solid #cfcfcf;
	height : auto !important;
	height : 1%;
	overflow : hidden;
	padding-top: 2em;
	padding-right: 4em; 
	padding-bottom: 4em;
	padding-left: 4em;
	background-color: #FFFFCC;
}


#panel {
	background : #efefef;
	border : 1px solid #dfdfdf;
	border-bottom : 1px solid #cfcfcf;
	border-top : none;
	height : auto !important;
	height : 1%;
	overflow : hidden;
	padding : 0 5em 2em 5em;
}
.descrizione {
/* border: thin;
border-style: solid;
border-color:#000000; 
background-color:#679AFF;
*/
font-size:120%;
margin: 0;
padding: 0px;
line-height: normal;
color:#000099;
font-weight:strong;

}
#panel div {
	padding : 2em 0 0 0;
}
div.left {
	left : -1em;
	float : left;
	position : relative;
	width : 50%;
}
div.right {
	left : 1em;
	float : left;
	position : relative;
	width : 50%;
}

#footer {
background-color: #FFFFCC;
	font-size : 85%;
	margin : auto;
	padding : 1em 0 3em 0;
	text-align : center;
	width : 100%;
}
