body{
	font-family: Arial, sans-serif;
	color: #FFFFFF;
	line-height: 1.166;
	margin: 0px;
	padding: 0px;
	background-color: #003366;
}

a:link, a:visited, a:hover {
	color: #FF9900;
	text-decoration: none;
}

a:hover {
	text-decoration: underline;
}
/* overrides decoration from previous rule for hovered links */



h1{
	visibility:hidden;
	font-size: xx-small;
}

h2{
	font-size: 150%;
	color: #FFFFFF;
	text-indent: 10px;
	
}

h3{
 font-size: 100%;
 color: #FF9900;
}

h4{
 font-size: 100%;
 font-weight: normal;
 color: #333333;
}

h5{
 font-size: 100%;
 color: #334d55;
}



ul{
 list-style-type: square;
}

ul ul{
 list-style-type: disc;

}

ul ul ul{
 list-style-type: disc;
}
ul ul ul ul{
 list-style-type: disc;
}

label{
 font: bold 100% Arial,sans-serif;
 color: #334d55;
}
				

/***********************************************/
/* Layout Divs                                 */
/***********************************************/

#centrabox {
	width: 734px;
	background-color: #003366;
	margin-left: 10px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-right-color: #FFFFFF;
	border-bottom-color: #FFFFFF;
	border-left-color: #FFFFFF;
}
#masthead{
	border-bottom: 1px solid #cccccc;
	width: 100%;
	background-repeat: no-repeat;
	background-image: url(testata.jpg);
	background-color: #003366;
	position: relative;
	height: 130px;
}

#masthead_fr{
	border-bottom: 1px solid #cccccc;
	width: 100%;
	background-repeat: no-repeat;
	background-image: url(testata_fr.jpg);
	background-color: #003366;
	position: relative;
	height: 130px;
}

#masthead_eng{
	border-bottom: 1px solid #cccccc;
	width: 100%;
	background-repeat: no-repeat;
	background-image: url(testata_en.jpg);
	background-color: #003366;
	position: relative;
	height: 130px;
}


#navBar{
	margin: 0 79% 0 0;
	padding: 0px;
	color: #FFFFFF;
}

#content{
	float:right;
	width: 75%;
	height: auto;
	margin: 0;
	padding: 0 3% 0 0;
	border-left-width: 1px;
	border-left-style: solid;
	border-left-color: #FFFFFF;
}


/************* #globalNav styles **************/

#globalNav{
	color: #FF9900;
	padding: 0px;
	white-space: nowrap;
	text-align: right;
	font-weight: bold;
	position: relative;
	font-size: 12px;
	line-height: 25px;
}

#globalNav img{
 display: block;
}

#globalNav a {
	padding: 0px 4px 0px 0px;
	color: #FFFFFF;
}

#globalNav a:hover {
	color: #FF9900;
}

.asterisco {
	font-size: x-small;
	color: #FFFFFF;
	font-weight:lighter;
}


/************* #mainNav styles **************/

#mainNav{
	position: relative;
	width: 100%;
	background-color: #003366;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #FFFFFF;
}


#mainNav ul {
padding: .2em 0;
margin: 0;
list-style-type: none;
background-color: #036;
color: #FFF;
width: 100%;
font: normal 90% arial, helvetica, sans-serif;
text-align: center;
}

#mainNav li {
	display: inline;
	font-size: small;
}

#mainNav li a
{
	text-decoration: none;
	background-color: #036;
	color: #FFF;
	padding: .2em 1em;
	border-right: 1px solid #fff;
	border-left-width: 1px;
	border-left-style: solid;
	border-left-color: #fff;
}

#mainNav li a:hover
{
background-color: #FFA620;
color: #fff;
}

#mainNav li #active
{
background-color: #F09100;
color: #003366;
}

/************* #sotto menu styles *************/

#sottomenu{
	font-size: 80%;
	padding: 15px 0px 0px 5px;
}

#sottomenu ul {
padding: 2px;
margin: 0;
list-style-type: none;
width: 100%;
}

#sottomenu li {
	display: inline;
	padding: 2px;
}

#sottomenuactive {
	font-weight: bold;
	text-decoration: none;
}
/************** .feature styles ***************/

.feature{
	padding: 0px 0px 10px 10px;
	font-size: 80%;
}

.feature h3{
	padding: 30px 0px 5px 0px;
	text-align: center;
}

.feature img{
	float: left;
	padding: 0px 10px 0px 0px;
	margin: 0 5px 5px 0;
}
/* adjust margins to change separation between the feature image and text flowing around it */


/************** .story styles *****************/

.story{
	clear: both;
	padding: 3px 0px 0px 10px;
	font-size: 80%;
}

.story p{
	padding: 0px;
	text-align: justify;
	line-height: 1.3em;
}

.story h2{
	font-size: 150%;
	color: #FFFFFF;
	text-indent: 0pt;
}

.story h3{
	font-size: 120%;
	color: #FFFFFF;
	text-indent: 0pt;
	font-weight: 900;
	font-variant: normal;
	font-style: normal;
	margin-top: 1.9em;
}

.story img{
	float:left;
	padding: 0px 0px 10px 0px;
}

/************* #siteInfo styles ***************/

#siteInfo{
	clear: both;
	font-size: 75%;
	color: #cccccc;
	padding: 10px 10px 10px 10px;
	margin-top: 0px;
	border-top: 1px solid #FFFFFF;
}
/* negative top margin pulls siteinfo up so its top border overlaps (and thus lines up with)
	the bottom border of the navBar in cases where they "touch" */

#siteInfo img{
	padding: 4px 4px 4px 0px;
	vertical-align: middle;
}


/************* #search styles ***************/

#search{
	font-size: 90%;
	padding-right: 0px;
	padding-left: 10px;

}

#search form{
 margin: 0px;
 padding: 0px;
}

#search label{
	display: block;
	margin: 0px;
	padding: 0px;
	color: #FF9900;
}


/*********** #navBar link styles ***********/

#navBar ul a:link, #navBar ul a:visited {display: block;}
#navBar ul {list-style: none; margin: 0; padding: 0;}

/* hack to fix IE/Win's broken rendering of block-level anchors in lists */
#navBar li {border-bottom: 1px solid #EEE;}

/* fix for browsers that don't need the hack */
html>body #navBar li {border-bottom: none;}


/************** #advert styles **************/

#advert{
	font-size: 80%;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 10px;


}

#advert img{
	display: block;

}

/************** #contrib styles **************/

#contrib {
	margin: 0px;
	padding: 5px 0px 5px 10px;
	font-size: 80%;
	color: #FF9900;
	text-align: center;
	font-weight: bold;

}

/************** #credits styles **************/

#credits {
	margin: 0px;
	padding: 10px 0px 20px 10px;
	font-size: 80%;
	text-align: left;
	font-weight: normal;
}

/************** #languages styles **************/
#languages{
	position: absolute;
	left: 10px;
	top: 0;
	width: auto;
	height: auto;
	visibility: visible;
	z-index: 100;
}
img {
	border: none;
}
.img-right {
float:right;
}
.img-left {
float:left;
}
td {
	padding: 6px;
}
