@charset "utf-8";
body {
	margin:0;
	padding:0;
	border:0;			/* This removes the border around the viewport in old versions of IE */
	width:100%;
	min-width:600px;    /* Minimum width of layout - remove line if not required */
	/* The min-width property does not work in old versions of Internet Explorer */
		font-size:80%;
	text-align: center;
	background:#909090 url(/images/body-bg.gif) repeat-y center;
	font-family: Arial, Helvetica, sans-serif;

    }
	a {
	color:#0053A6;
	}
	a:hover {
		color:#fff;
		background:#369;
		text-decoration:none;
	}
    h1, h2, h3 {
	padding:0;
	margin-top: 0.8em;
	margin-right: 0;
	margin-bottom: 1em;
	margin-left: 0;
    }
    p {
        margin:.4em 0 .8em 0;
        padding:0;
    }
	img {
		margin:10px 0 5px;
	}
	/* Header styles */
    #header {
	clear:both;
	float:left;
	width:980px;
	background-color: #333333;
	bottom: 150px;
	
    }
	
	#header p,
	#header h1,
	#header h2 {
	    padding:.4em 15px 0 15px;
        margin:0;
	}
	#header ul {
	    clear:left;
	    float:left;
	    width:100%;
	    list-style:none;
	    margin:10px 0 0 0;
	    padding:0;
	}
	#header ul li {
	    display:inline;
	    list-style:none;
	    margin:0;
	    padding:0;
	}
	#header ul li a {
	display:block;
	float:left;
	margin:0 0 0 1px;
	padding:3px 10px;
	text-align:center;
	color:#000000;
	text-decoration:none;
	position:relative;
	left:15px;
	line-height:1.3em;
	border-top-width: 1px;
	border-right-width: 1px;
	border-left-width: 1px;
	border-top-style: solid;
	border-right-style: solid;
	border-left-style: solid;
	border-top-color: #000000;
	border-right-color: #000000;
	border-left-color: #000000;
	background-color: #FF6600;
	}
	#header ul li a:hover {
	    background:#369;
		color:#fff;
	}
	#header ul li a.active,
	#header ul li a.active:hover {
	    color:#fff;
	    background:#000;
	    font-weight:bold;
	}
	#header ul li a span {
	    display:block;
	}
	/* 'widths' sub menu */
	#headerbar {
	clear:both;
	margin:0;
	text-align:right;
	background-color: #A7C04F;
	padding-top: 5px;
	padding-right: 15px;
	padding-bottom: 5px;
	padding-left: 15px;
	background-image: url(images/center.gif);
	}
	/* column container */
	.colmask {
	margin:0 auto;
	text-align: left;
	position:relative;		/* This fixes the IE7 overflow hidden bug */
	clear:both;
	/*float:left;*/
	width:980px;			/* width of whole page */
	overflow:hidden;	/* This chops off any overhanging divs */
	
	
	}
	/* common column settings */
	.colright,
	.colmid,
	.colleft {
		float:left;
		width:100%;				/* width of page */
		position:relative;
	}
	.colleft {
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #CCCCCC;
	background-color: #0066CC;
}
	.struttura1,
	.struttura2,
	.struttura3 {
		float:left;
		position:relative;
		padding:0 0 1em 0;	/* no left and right padding on columns, we just make them narrower instead 
								only padding top and bottom is included here, make it whatever value you need */
		overflow:hidden;
	}
	/* 3 Column settings */
	.threecol {
		background:#fff;		/* right column background colour */
	}
	.threecol .colmid {
		right:25%;				/* width of the right column */
		background:#fff;		/* center column background colour */
	}
	.threecol .colleft {
		right:50%;				/* width of the middle column */
		background:#fff;		/* left column background colour */
	}
	.threecol .struttura1 {
	width:46%;				/* width of center column content (column width minus padding on either side) */
	left:102%;
	}
	.threecol .struttura2 {
	width:21%;				/* Width of left column content (column width minus padding on either side) */
	left:31%;
	padding-top: 15px;
	
	}
	.threecol .struttura3 {
		width:21%;				/* Width of right column content (column width minus padding on either side) */
		left:85%;				/* Please make note of the brackets here:
								(100% - left column width) plus (center column left and right padding) plus (left column left and right padding) plus (right column left padding) */
	}
	.struttura2 p {
	font-size:90%;
	color: #333333;
	display: block;
	line-height: 30px;
	font-weight: bold;
	padding-left: 10px;
	text-align: left;
	}
	.struttura2 ul {
	list-style-type: none;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
	margin-top: 10px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	}
		.struttura2 ul li {
	padding-bottom: 15px;
	padding-left: 15px;
	
	
	}
	.struttura2 ul li a {
	
	
	}
	.struttura3 p {
	font-size:90%;
	color: #333333;
	display: block;
	line-height: 30px;
	font-weight: bold;
	padding-left: 10px;
	text-align: left;
	}
	.struttura3 ul {
	list-style-type: none;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
	margin-top: 10px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	}
		.struttura3 ul li {
	padding-bottom: 15px;
	padding-left: 15px;
	
	
	}
	.struttura3 ul li a {
	
	
	}
	/* Footer styles */
	#footer {
	clear:both;
	float:left;
	width:100%;
    }
    #footer p {
        padding:10px;
        margin:0;
    }

