body
{
	background: #ffcccc; /*background: #C9B18D;*/
	margin-top: 20px;
	text-align: justify;
	font-family: Arial, Helvetica, sans-serif;
	font-size: small;
	text-align: justify;
	color: #764B31;
}

h1, h2, h3, h4, h5 {
	margin: 0;
}

/* Header */


#header {
	width: 700px;
	height: 100px;
	margin: 0 auto;
	padding: 0;
	border: 10px solid #FFFFFF;
	border-bottom: none;
	background: #A99C89;
}

#header h1 {
	float: left;
	margin: 20px 0 0 20px;
	font-size: 50px;
	letter-spacing: -3px;
	color: #764B31;
}

#header h2 {
	float: right;
	margin: 40px 20px 0 0;
	font-size: 18px;
	letter-spacing: -2px;
}


a {
	color: #323B2E;
	text-decoration: none;
 }

a:hover {
	color: #764B31;
	text-decoration: none;
}


img.ImgCollega
{
	border-top-style: none;
	border-right-style: none;
	border-left-style: none;
	border-bottom-style: none;
}

.img1 {
	float: left;
	margin: 3px 15px 0px 0px;
	border: 2px solid;
}

/* Menu */

#menu1 {
	float: left;
	width: 160px;
	height:400px;
	margin: 0px auto;
	padding-bottom: 20px;
	text-transform: uppercase;
	font-weight: bold;
	font-size: 14px;
	color: #323B2E;
}

#menu1 ul {
	margin: 0px;
	list-style: none;
	padding: 0px;
}

#menu1 li {
}

#menu1 a {
	display: block;
	width: 190px;
	padding: 15px 0px;
	background-color: #A99C89;
	border-top: 1px solid #8F7964;
	border-bottom: 1px solid #63554A;
	text-align: center;
	text-decoration: none;
	text-transform: uppercase;
	font-weight: bold;
	color: #FFFFFF;
}

#menu1 a:hover {
	background-color: #FBF7EE;
	border-top: 1px solid #764B31;
	border-bottom: 1px solid #764B31;
	color: #764B31;
}

#menu1 .current_page_item {
}

#menu1 .current_page_item a {
	background-color: #FBF7EE;
	border-top: 1px solid #764B31;
	border-bottom: 1px solid #764B31;
	color: #764B31;

}


/* Content */

#content 
{
	display:inline-block  ;
	width: 700px;
	margin: 0 auto;
	border: 10px solid #A99C89;
	border-top: none;
	background: #E9EAE2;

}

#colOne {
	float: right;
	width: 190px;
	margin-top: 20px;
	padding: 0 10px 0 20px;
}

#colTwo {
	float: left;
	margin-top: 20px;
	width: 440px;
	padding: 0 20px 0 20px;
}

#content h2 {
	margin-bottom: 20px;
	font-size: 18px;
	letter-spacing: -2px;
}


#footer {
	width: 700px;
	margin: 0 auto;
	padding-top: 20px;
}


#footer p {
	text-align: center;
	padding: 0;
	font-size: 10px;
}

#footer p.Certifiche {
	text-align: right;
	padding: 0;
	font-size: 10px;
}

/* Tabella LOGIN */

table.Login TD								 {color: #1c2e23;}

table.Login 
{
	caption-side: top;
	border-right: #5b5960 thin solid;
	border-top: #5b5960 thin solid;
	border-left: #5b5960 thin solid;
	border-bottom: #5b5960 thin solid;
	background-color: white;
	padding-right: 0px;
	padding-left: 0px;
	padding-bottom: 0px;
	padding-top: 0px;
	border-spacing: 0;
	margin: 0px;
	width:200px;
	height:80px;
}
table.Login TD
{
	background-color: White;
	font-size: 100%;
	padding:   2px 4px 2px 4px;
	border-bottom: #e3e3e5 thin solid;
}
table.Login td.Titolo
{
	font-size: 120%;
	font-weight: bold;
	background-color: #e3e3e5;
	text-align: center;
} 
table.Login caption
{
	font-size: 120%;
	font-weight: bold;
} 

/* Tabella TABELLA1 */

table.Tabella1 TD								 {color: #1c2e23;}

table.Tabella1 
{
	caption-side: top;
	border-right: #5b5960 thin solid;
	border-top: #5b5960 thin solid;
	border-left: #5b5960 thin solid;
	border-bottom: #5b5960 thin solid;
	background-color: white;
	padding-right: 0px;
	padding-left: 0px;
	padding-bottom: 0px;
	padding-top: 0px;
	border-spacing: 0;
	margin: 0px;
	width:100%;
}
table.Tabella1 TD
{
	background-color: White;
	font-size: 100%;
	padding:   2px 4px 2px 4px;
}
table.Tabella1 td.Titolo
{
	font-size: 120%;
	font-weight: bold;
	background-color: #e3e3e5;
	text-align: center;
} 
table.Tabella1 td.CellaRigata
{	border-bottom: #e3e3e5 thin solid;

}

table.Tabella1 caption
{
	font-size: 120%;
	font-weight: bold;
} 

/* Bottoni */

A.Bottone, A.Bottone1, A.Bottone2, A.Bottone3
{
	display: block;
 	padding:  10px 0px;
	background-color: #A99C89;
	border-top: 1px solid #8F7964;
	border-bottom: 1px solid #63554A;
	text-align: center;
	text-decoration: none;
	text-transform: uppercase;
	font-weight: bold;
	color: #FFFFFF;
	text-align: center;

}

a.Bottone
{	width: 50px;}
a.Bottone1
{	width: 80px;}
a.Bottone2
{	width: 110px;}
a.Bottone3
{	width: 150px;}


  A.Bottone:active, A.Bottone:hover, A.Bottone2:active, A.Bottone2:hover , A.Bottone3:active, A.Bottone3:hover, A.Bottone1:active, A.Bottone1:hover
{
	background-color: #FBF7EE;
	border-top: 1px solid #764B31;
	border-bottom: 1px solid #764B31;
	color: #764B31;
}


/* Paragrafo per testo */

div.Testo
{
	text-indent: 20px;
	text-align: justify;
	margin-bottom: 15px;
}