/**Layout Divs**/
/*this container centers the content in the browser and fixes the overall width*/
 #wrapper {
	width: 770px;
	margin: 0 auto;
	text-align: left;
	background-color: #fff;
	font-size: 80%;
	color: #0a0404;/*themecolour1$ -21%,-68.6%;*/
	line-height: 1.5em;
	padding-right: 0px;
	padding-left: 0px;
}
/*this container holds the horizontal navigation bar */	
#navbar {
	background-color: #c8c8c8;/*themecolour1$ -21%,-68.6%;*/
	padding-right: 0px;
	padding-left: 20px;
	padding-top: 4px;
}
.menu a:link { color: #013f3c; text-decoration: none; font-weight: bold;}
.menu a:visited { color: #013f3c; text-decoration: none;font-weight: bold;} 
.menu a:hover { color:#f48d07; font-weight: bold;} 
.menu a:focus {}
.menu a:active {}
#divisorio {
	height:16px; 
  background-image:url(images/divisorio.gif);
}
.header
{
    background: #003366; /*themecolour1$ -8.3%,-29.7%; petrolio*/
    font-size: 23px;
    font-weight: bold;
    color: darkorange;
}


/*this container holds the heading underneath the main image */

/*this container holds the feature heading graphic */


.left
{
    float: left;
    width: 230px;
    height: 100% font-size: 90%;
    margin-left: 0px;
    color: #120808; /*themecolour1$ -10%,-44.5%;*/
    padding-bottom: 10px;
    margin-right: 0px;
    background-color: #ff9933;
}
/**Redefined html tags**/
/*defines the font and page background image */
 body {
	font-family: Verdana,"Trebuchet MS", Arial;
	text-align: center;
	font-size: 100%;
	background-image:  url('images/sfondo_righe_grigio.gif');
	background-repeat: repeat;
	padding-top: 10px;
	padding-bottom: 10px	
}
/*sets margins to 0 */
#corpo {
	margin-top: 8px;
	margin-bottom: 8px;
  margin-left: 8px;
  margin-right: 8px;
}
table{
font-size: 11px;
text-align: justify;
}

h1 {
	font-size: 130%;
	margin: 0px 0px 0px 0px;
	color: #000000;/*themecolour2;*/
	padding-top: 3px;
	font-family: Verdana,"Trebuchet MS", Arial;
	font-weight: bold;
}
h2 {
	font-size: 110%;
	color: #013f3c;/*themecolour2;*/
	font-family: Verdana,"Trebuchet MS", Arial;
	margin-top: 0px;
	margin-bottom: 0px;
	margin-left: 10px;
	font-weight: bold;
}
h3 {
	font-size: 100%;
	color: #000000;/*themecolour2;*/
	font-family: Verdana,"Trebuchet MS", Arial;
	margin-top: 0px;
	margin-bottom: 0px;
	font-weight: bold;
}
h4 {
	font-size: 100%;
	color: #000000;/*themecolour2;*/
	font-family: Verdana,"Trebuchet MS", Arial;
	margin-top: 5px;
	margin-bottom: 0px;
	font-weight: normal;
}
/*defines the style for ordered lists (numbered) */
ol {
	margin-top: 0px;
	margin-bottom: 0px;
	margin-left: 25px;
	color: #0a0404;/*themecolour1$ -21%,-68.6%;*/
}
/*defines the style for unordered lists (bulleted) */
 ul {
	margin-top: 0px;
	margin-bottom: 0px;
	list-style-image: url('images/default_bullet.gif');
	color: #0a0404;/*themecolour1$ -21%,-68.6%;*/
	font-size: 80%;
	font-weight: normal;
	margin-left: 20px
}
/*link styles*/
 a:link {
	color: #160a0a;/*themecolour1$ -8.3%,-29.7%;*/
}
 a:visited {
	color: #0a0404;/*themecolour1$ -21%,-68.6%;*/
}
 a:link:hover {
	color: #0f0707;/*themecolour1$ -12.5%,-53%;*/
}
/*defines color for horizontal divider*/
.divider {
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #0a0404;/*themecolour1$ -21%,-68.6%;*/
}
/*styles the footer*/
.footer {
	font-size: 90%;
	margin-left: 10px;
	color: #120808;/*themecolour1$ -10%,-44.5%;*/
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #120808;/*themecolour1$ -10%,-44.5%;*/
	padding-bottom: 10px;
	margin-right: 10px;
}
/*floats element to the left*/
.images{
	margin-top: 8px;
	margin-bottom: 8px;
  margin-left: 8px;
  margin-right: 8px;
}   
}