@charset "utf-8";
/* CSS Document */

body {
	text-align: center; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
	color: #000000;
	background-color: #FFFFFF;
	background-image: url(../images/bg.jpg);
	background-repeat: repeat-x;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 13px;
	padding-right: 0;
	padding-bottom: 0;
	padding-left: 0;
	margin-top: 20px;
}
 #container {
	width: 730px;  /* using 20px less than a full 800px width allows for browser chrome and avoids a horizontal scroll bar */
	background: #FFFFFF; /* the auto margins (in conjunction with a width) center the page */
	border: 1px solid #1A4570;
	text-align: left;
	margin-bottom: 0;
	margin-right: auto;
	margin-left: auto;
}

#mainContent {
	padding-left: 10px;
}
#mainContent p {
	margin-right: 100px;
}

#footer {
	background-color: #FF7B02;
	height: 8px;
	padding-top: 0;
	padding-right: 10px;
	padding-bottom: 0;
	padding-left: 10px;
}
#footer p {
	margin: 0; /* zeroing the margins of the first element in the footer will avoid the possibility of margin collapse - a space between divs */
	padding: 10px 0; /* padding on this element will create space, just as the the margin would have, without the margin collapse issue */
	text-align: center;
	font-size: 11px;
	color: #000000;
}
.blu1 {
	background-color: #F8780D;
	height: 8px;
	margin-top: 5px;
	margin-bottom: 5px;
}
.orange {
	background-color: #F8780D;
	height: 10px;
	font-size: 10px;
	color: #FFFFFF;
	text-align: center;
}
#menu {
	background-color: #ffffff;
	font-weight: bold;
	color: #15416E;
	font-size: 11px;
	height: 80px;
}
.menuitem {
	padding-left: 3px;
	padding-top: 3px;
	padding-bottom: 3px;
	text-align: center;
}
#container1 {
	border: 0px solid #FFFFFF;
	padding: 5px;
	margin: auto;
	width: 730px;
	background-image: url(../images/cont2.png);
	background-repeat: repeat;
}
#ft {
	height: 50px;
}


a:link, a:visited  {
	color: #1B548D;
	font-weight: bold;
	text-decoration: none;
}

a:hover {
	color: #FF7B02;
	font-weight: bold;
	text-decoration: underline;
}

.blu2 {
	background-color: #F8780D;
	height: 8px;
	margin-top: 5px;
	margin-bottom: 5px;
	clear: left;
}

img {border:0;}

.lamp {border: 1px solid #1B548D;}

h2 {
	color: #FF0000;
	font-weight: bold;
	font-size: 13px;
}

h3 {
	color: #FF0000;
	font-weight: bold;
	font-size: 13px;
}

h4 {
	text-align: center;
}

.W500 {width:750px;}
.COLONNA {width:375px;float:left;}
.COLONNA ul {margin:0;padding:0;list-style:none;}
.COLONNA ul li {margin:0;padding:0;}
.CLR {clear:both}
