/*****************************************
* OVERRIDES
******************************************/
#container {
	min-height: 500px;
	height: 100%;
	text-align: left;
} 
#content {
	min-height: 350px;
	height: 550px;
}
/*****************************************
* GENERAL
******************************************/
#page-content 
{
	position:relative;
	border: 0;/*1px solid #ff0000;*/
	width: 624px;
	left: 206px;
	text-align: justify;
}
#second-section-header,
#section-header {
	margin-top: 16px;
	position: relative;
	width: 100%;
	height: 24px;
	color: #004175;
	border-bottom: 1px solid #fdc400; 
	font-size: 16px;
	font-weight: bold;
}
#second-box-contents,
#box-contents {
	position: relative;
	width: 600px;
	padding: 0px;
	margin: 0px;
	border: 0px;
}
.title {
	font-size: 120%;
	font-weight: bold;
	text-transform: uppercase;
}
.sub-title {
	font-weight: bold;
}
.text {
	text-align: justify;
}
/*****************************************
* MISSION
******************************************/
#lista 
{
	position:relative;
	padding-left: 13px;
}
/*****************************************
* STORIA
******************************************/
#peoples {
	position: relative;
	width: 100%;
	margin-top: 35px;
}
#peoples-title {
	margin-top: 16px;
	position: relative;
	width: 100%;
	height: 24px;
	color: #004175;
	border-bottom: 1px solid #fdc400; 
	font-size: 16px;
	font-weight: bold;
}
#peoples-content {
}
/*****************************************
* CDA
******************************************/
#table-info {
	margin-top: 15px;
	background-color: #E2E2E2;
	width: 100%;
	font-weight: bold;
}
.marked-row {
	background-color: #E2E2E2;
}
td{
	padding-left: 3px;
	padding-right: 3px;
}
table tr td.col1 {
	width: 100px;
	min-width: 70px;
}
table tr td.col3 {
	width: 180px;
	min-width: 180px;
}