html
{
	background-color: #ededed;
}

body
{
	margin: 0;
	padding: 0;
	margin-left: auto; 
	margin-right: auto;
	font-family: Verdana, sans-serif;
	width: 900px;
	background-color: #ffffff;
}

img
{
	border: 0px;
}

h1, h2 ,h3 {
	/* font-size: x-large; */
	margin: 0px;
	font-family: Georgia, "Times New Roman" , Times, serif;
        color: #18398a;
}

#container
{
	position:relative;
}

#topheader {
	height: 20px;
	font-size: 0.8em;
	font-family: Verdana, sans-serif;
}

#header
{
	padding-left: 30px;
	padding-top: 25px;
	margin: 0px;
        text-align: left;
	height: 80px;
	background-image: url("images/banner.jpg");
	background-position: center top; 
        background-repeat: no-repeat;
	font-family: Georgia, "Times New Roman" , Times, serif;
}

#header h1, #header h2, #header h3
{
	padding: 0px;
	margin: 0px;
        color: white;
        font-weight: normal;
}

#header a
{
	color: white;
	text-decoration: none;
}

#flags
{
	top: 0px;
	padding: 0px;
	margin: 0px;
}

.language
{
	padding: 0px;
	margin: 7px 0 0 14px;
	text-indent: -10001em;
        height: 10px;
        width: 20px;
        background-repeat: no-repeat;
        float: left;
}

#italiano
{
	background-image: url("images/Ita.gif");
}

#english
{
	background-image: url("images/Eng.gif");
}

#breadcrumb
{
	font-family: Verdana, sans-serif;
	margin-top: 7px;
	margin-left: 10px;
	margin-right: 10px;
        font-size: 0.7em;
        text-align: left;
	padding: 3px;
}

#breadcrumb ul
{
	margin: 0px;
	padding: 0px;
	border: 0px;
}

#breadcrumb li
{
	list-style: none;
	display: inline;
	border-top: 1px dashed #cccccc;
	border-bottom: 1px dashed #cccccc;
}


#breadcrumb a 
{
	color: #444444;
	background-color: transparent;
	text-decoration: none;
}

#breadcrumb a:hover
{
	color: #444444;
	background-color: transparent;
	text-decoration: underline;
}

#breadcrumb a:active
{
	color: #444444;
	background-color: transparent;
	text-decoration: underline;
}

#breadcrumb a.selected 
{
	color: #d17b2c;
	text-decoration: none;
}
#content_text
{
	border-left: 1px dotted #cccccc;
	min-height: 370px;
	padding-left: 5px;
	padding-right: 5px;
	margin-left: 240px;
	margin-top: 10px;
	font-size: small;
}
#content_text p {
	text-align: justify;
}
#content_text a
{
	color: #375493;
	background-color: transparent;
	text-decoration: none;
}

#content_text a:hover
{
	color: #d17b2c;
}

#content_text table td
{
	border: thin solid #d8d8d8;
}

#menu
{
        position: absolute;
	top: 180px;
        left: 0px;
	width: 227px;
	margin-left: 0;
        float: left;
}

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

#menu li 
{
        margin-top: 5px;
	background-color: #ededed;
	border-left: 4px solid #18398a;
	font-size: small;
        padding-left: 10px;
        padding-top: 7px;
        padding-bottom: 7px;
}

#menu a 
{
	color: #375493;
	background-color: transparent;
        vertical-align: middle;
	text-decoration: none;
}

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

#menu a:active
{
	color: #d17b2c;
	text-decoration: none;
}

#menu a.selected
{
	color: #d17b2c;
	text-decoration: none;
}

#content
{
	width: 893px;
        min-height: 350px;
}

#footer
{
	width: 100%;
	margin-top: 45px;
        text-align: center;
	font-size: small;
	line-height: 15px;
}

#footer hr
{
	border-top: solid 1px;
	border-top-color: #cccccc;
}

#footer a
{
	color: #375493;
	background-color: transparent;
	text-decoration: none;
}

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

#validators{
	display: none;
}

ul.menu
{
	list-style: none;
}

#myphoto
{
	float: left;
	margin-top: -1.5em;
	width: 166px;
	height: 200px;
        border: solid thin #cccccc;
	margin-right: 15px;
	margin-bottom: 10px;
}

#references h2 {
	padding-left: 180px;
	text-align: left;
}

#contacts {
/* 	padding-right: 0;
	margin-right: 0;
	width: 100%; */
}

#references table td {
	border: none;
	vertical-align: bottom;
}


#references p {
	clear: right;
}

#about
{
	clear: both;
}

.centered
{
	text-align: center;
}

.gotop
{
	text-align: right;
}

.accessibility
{
	display:none;
}
