/* Link Styles */

a {
	color: #006699;
	text-decoration: none;
}
a:hover {
	color: #FF6600;
}
.subheader_links{
	color:#F48900;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;	
	font-weight: bold;
	line-height: 14px;
	margin: 0px 0px 0px 0px;
	padding: 0px;
}
.nav_links{
	color:#F48900;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;	
	font-weight: bold;
	line-height: 16px;
	margin: 0px 0px 0px 10px;
	padding: 0px;
	text-align:left;
}
.menu_links{
	color:#F48900;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;	
	font-weight: bold;
	line-height: 13px;
	margin: 0px 0px 0px 10px;
	padding: 0px;
}


/* General body and font styles */

body{
	background-color: #FFFFFF;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #333333;
	margin: 0px;
	padding: 0px;
}
h1{
	color:#FF6600;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;	
	font-weight: bold;
	line-height: 18px;
	margin: 0px 0px 2px 5px;
	padding: 0px;
	text-align:left;
}
h2{
	color:#FF6600;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;	
	font-weight: bold;
	line-height: 16px;
	margin: 0px 0px 0px 5px;
	padding: 0px;
	text-align:left;
}
h3{
	color:#BB4400;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;	
	font-weight: bold;
	line-height: 16px;
	margin: 0px 0px 0px 5px;
	padding: 0px;
	text-align:left;
}


/* Styles controlling header */

.header_title{
	color:#BB4400;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 30px;
	font-weight: Bold;
	line-height: 30px;
	margin: 0px 0px 0px 10px;
	background-color:#DDDDDD;
	width: 350px;
	background-image: url(images/formazioneistruzione.jpg);
	background-repeat: no-repeat;
	background-position: left bottom;
}
.subheader{
	background-color: fffdbb;
}


/* These control the look and size of the 3 collumn layout */

.main_left{
	background-color:#EEEEEE; 
	background: url(images/tetris.jpg);
	width: 20%;
}
.main_center{
	background-color:#FFFED2; 
	width: 60%;
	padding:5px;
}
.main_right{
	background-color:#EEEEEE;
	background: url(images/tetris.jpg);
	width: 20%;
}
.main_full{
	background-color:#EEEEEE; 
	background: url(images/tetris.jpg);
}
.main_bottom_left{
	background: url(images/EEEEEE_blc.gif) no-repeat bottom left;
	width:10px;
}
.main_bottom_right{
	background: url(images/EEEEEE_brc.gif) no-repeat bottom right;
	width:10px;
}


/* Styles for the various coloured content boxes to achieve rounded corners */

.nav_box{
	background-color: fffda8;
	color:#666666;
}
.nav_topleft{
	background: url(images/CCCCCC_tlc.gif) no-repeat top left;
	width:10px;
}
.nav_topright{
	background: url(images/CCCCCC_trc.gif) no-repeat top right;
	width:10px;
}
.nav_bottomleft{
	background: url(images/CCCCCC_blc.gif) no-repeat bottom left;
	width:10px;
}
.nav_bottomright{
	background: url(images/CCCCCC_brc.gif) no-repeat bottom right;
	width:10px;
}
.menu_box{
	background-color: #FFFDBB;
	color:#666666;
}
.menu_topleft{
	background: url(images/DDDDDD_tlc.gif) no-repeat top left;
	width:10px;
}
.menu_topright{
	background: url(images/DDDDDD_trc.gif) no-repeat top right;
	width:10px;
}
.menu_bottomleft{
	background: url(images/DDDDDD_blc.gif) no-repeat bottom left;
	width:10px;
}
.menu_bottomright{
	background: url(images/DDDDDD_brc.gif) no-repeat bottom right;
	width:10px;
}
.content_box{
	background-color: #FFFFFF;
	color:#666666;
}
.content_topleft{
	background: url(images/FFFFFF_tlc.gif) no-repeat top left;
	width:10px;
}
.content_topright{
	background: url(images/FFFFFF_trc.gif) no-repeat top right;
	width:10px;
}
.content_bottomleft{
	background: url(images/FFFFFF_blc.gif) no-repeat bottom left;
	width:10px;
}
.content_bottomright{
	background: url(images/FFFFFF_brc.gif) no-repeat bottom right;
	width:10px;
}
td#centro a:hover{
	color: #FF0000;	
}

