
/************* GENERAL CSS ************/

body {
	margin: 0px;
	padding: 0px;
	background: #000000;
	text-align: justify;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-style:oblique;
	
}

h1, h2, h3, h4, h5, h6 {
	font-family: Inherit, Georgia, "Times New Roman", Times, serif;
	color: #010066;
}

h3 {
    margin-top: 10px;
    margin-bottom: 3px;
}
 
a {
	font-weight: bold;	
	text-decoration: none;
	color: #5554F8;
}

#menulist a {	
	color: white;
}

a:hover, #header a:hover {
	text-decoration: underline;
	color: #33CCFF;
}

img{
	border:none;
}

#all {
	
	background: url(images/back-footer_1000.png) repeat-y center top;
	
}


/************* HEADER STUFF ************/

#header {
	width: 1000px;
	height: 120px;
	margin: 0px auto;
	padding: 0px 0px 0px 0px;
    background: #3f92d2;
	
}

#header h1 {
	margin: 40px 0px 0px 20px;
	padding: 0px 0px 0px 10px;
	text-align: center;
	color: #023d6a;
	font-size: 3em;
    float: left;
    	
}

#header h2 {
	padding: 0px 0px 0px 20px;
	float: left;
	font-size: 1.5em;
    color: #023d6a;
    margin: 55px 0px 0px 20px;
	
}

/************* MENU ************/

#menucontainer
{
margin: 0px auto 13px auto;
overflow: hidden;
width: 1000px;height: 40px;
background: #fd9100;
	
}

#menulist
{
list-style-type: none;
margin: 10px 10px 10px 30px;
padding: 0;
font-size: 18px;

}

#menulist li
{
border-left: 1px solid #000;
float: left;
line-height: 1.1em;
margin: 0 .5em 0 -.5em;
padding: 0 .5em 0 .5em;

}

#menulist li#active
{
border-left: 0px;

}

#menulist li#attuale
{
background-color: #787A7A;
}

#menulist li#activeattuale
{
background-color: #787A7A;
border-left: 0px;
}


/*********** SUBMENU **************/

#submenulist
{
list-style-type: none;
margin: 31px 10px 5px 28px;
padding: 0;
font-size: 13px;
}

#submenulist li
{
border-left: 1px solid #000;
float: left;
line-height: 1.1em;
margin: 5px 4px 0px 0px;
padding: 0px 0px 0px 4px;
}

#submenulist a {
color: white
}

#submenulist li#subactive
{
border-left: 0px;
}

#submenulist li#subactiveattuale
{
border-left: 0px;
}

#submenulist li#subattuale
{
background-color: #787A7A;
}



/************* CONTENT ************/

#content {
	
	width: 1000px;
	margin: 0px auto;
	padding: 0px 0px 0px 0px;
	
	
}

#content h2, #content h3, #content h4, #content h5, #content h6 {
	font-weight: normal;
}

#content p, #content ul, #content ol {
	line-height: 150%;
}

#left {
	float: left;
	width: 600px;
	padding: 0px 5px 5px 20px;
	margin: 0px auto;
}

#right {
	background-color:#EBECEC;
	/* background-image:url(images/sf_right.jpg); */
	background-repeat:no-repeat;
	color:#333333;
	float:right;
	margin:0 5px 0 auto;
	padding:0 20px 40px;
	width:300px;
}

#central {
	float: left;
      width: 725px;
	padding: 0px 5px 1px 10px;
      color: #e1f1ff;
	margin: 0px auto;
}



/************* FOOTER ************/

#footer {
	clear: both;
	width: 1000px;
    height: 70px;
	margin: 0px auto;
	border-top: 1px solid #666666;
	border-bottom: 1px solid #666666;
	background: #023d6a;
	font-size: 11px;
	text-align: center;
	color: #023d6a;
}

/

