@charset "utf-8";
/* CSS Document */
* { font-family:Arial, Helvetica, sans-serif} 
a:link,a:visited,a:active {
	text-decoration: underline;
	color: #999999;
}
a:hover {
	color: #555555;
	
}
body,td,th {
	font-size: 13px; 
}
#container{ width:980px;}

ul#menu{ margin-top:15px;}
ul#menu,ul#menu li{ list-style:none; margin:0; padding:0;}
ul#menu li{ 
	line-height:25px;
	border-bottom:1px dotted #920008; 
	margin-right:5px;
	font-size:13px;
	font-weight:bold;
}
ul#menu li a{
	display:block;
	padding-left:15px;
	background:url(img/freccetta.gif) left no-repeat;
	color:#555555;
	text-decoration:none;
}
ul#menu li a:hover,ul#menu li a:visited,ul#menu li a:visited:hover{ color:#555555}
ul#menu li a:hover{
	background:url(img/freccetta.gif)  right no-repeat #F5F5F5;
	
	color:#333333;
}
ul#menu li .submenu{/* border:1px solid #003399;*/ margin-bottom:20px;}
ul#menu li .submenu a{ display:block; padding-left:20px; background:none; font-weight:normal; line-height:20px; }
ul#menu li .submenu a:hover{ background:#F5E2E4; color:#333333;}
#header{/* border-bottom:1px solid #CCCCCC; */margin:5px 0 20px 0 }
#maincontent{ background-color:#FFFFFF; padding:5px;}
#maincontent h1,#maincontent h2,#maincontent h3,#maincontent h4,#maincontent h5{ margin:5px 0 5px 0;}
#footer{ border-top:1px solid #CCCCCC; color:#999999;   margin-top:0}
#footerMenu{ float:right;}


.box-little{
	background:url(img/box-little.jpg) no-repeat; 
	width:196px; 
	height:153px; 
	color:#999999 ; 
	text-align:left;
}
.box-little strong{ color:#631D1D; display:block;   padding:10px 0 8px 10px;  }
.box-little strong:before{content: " » ";}
.box-little p{ padding:0; margin:0 15px 0 15px;}




/* SPIFFY */
.spiffy {
	display:block;
}
.spiffy * {
	display:block;
	height:1px;
	overflow:hidden;
	background:#920008;
}
.spiffy1 {
	border-right:1px solid #d09194;
	padding-right:1px;
	margin-right:3px;
	border-left:1px solid #d09194;
	padding-left:1px;
	margin-left:3px;
	background:#ad3f45;
}
.spiffy2 {
	border-right:1px solid #f4e5e6;
	border-left:1px solid #f4e5e6;
	padding:0px 1px;
	background:#a63036;
	margin:0px 1px;
}
.spiffy3 {
	border-right:1px solid #a63036;
	border-left:1px solid #a63036;
	margin:0px 1px;
}
.spiffy4 {
	border-right:1px solid #d09194;
	border-left:1px solid #d09194;
}
.spiffy5 {
	border-right:1px solid #ad3f45;
	border-left:1px solid #ad3f45;
}
.spiffy_content {
	padding:0px 5px;
	background:#920008;
}

/* /SPIFFY */ 

table.rows td{ border-bottom: 1px solid #CCCCCC;}
.separator{ font-size:1px; border-bottom: 1px solid #CCCCCC; margin:0 10px 0 10px; }
.colorA{color:#AC3356}
.colorB{color:#90C742}


.todo{ display:none;}

