html, body {	height: 100%;	}

body {
	font-family: "Trebuchet MS", Tahoma, Verdana, sans-serif;
	font-size: 80%; 
	margin: 0; 
	padding: 0;
	color: #333;
	text-align: center;
  background-color: #fff; 
	border-top: 5px solid #245488;
 }

a { 
  text-decoration: none;
	color: #333;
	border-bottom: 1px dotted #999;
  }

a:hover {
  border-bottom: 1px dotted #f90;
  color: #f90;
 }	

h1, h2, h3 {
	color: #666;
	font-weight: bold;
	width: 43%;
	border-bottom: 1px dotted #999;
	}

h1 {font-size: 22px; margin-top: 20px;}
h2 {font-size: 18px; margin-top: 50px;}
h3 {font-size: 16px; margin-top: 10px;}

form#f3 input, form#f5 input {
  color: #000;
	background-color: #fff;
	border: 1px solid #aaa;
  float: left;
	width: 200px;
	margin-right: 350px;
	margin-bottom: 5px;
  }

form#f3 textarea, form#f5 textarea {
  color: #000;
	background-color: #fff;
	border: 1px solid #aaa;
  float: left;
	width: 300px;
	margin-right: 250px;
	margin-bottom: 5px;
  }

form#f3 input.submit, form#f5 input.submit {
  color: #f90;
	font-weight: bold;
	background-color: #fff;
	border: 1px solid #aaa;
  float: left;
	width: 120px;
	margin-left: 120px;
	margin-right: 500px;
  }

form#f3 label, form#f5  label{
	width: 120px;
  float: left;
	margin: 0px;
  }

div.image_container a, img {
  border: 0px;
  }

.level_1 {
	float: right;
	margin: 0;
	padding: 0;
	height: 30px;
	}
	
.level_1 li {
  width: 105px;
	list-style-type: none;
	display: inline;		
	float: left;	
  text-align: center;
	}	
	
.level_1 li a{
	text-decoration: none;
	border: 0px;
	color: #000;
	padding-top: 1px;		
	display: block;	
	margin: 0 15px;		
	}		
	
.level_1 li a:hover{
	text-decoration: underline;
	border: 0px;
	color: #f90;
	padding-top: 1px;		
	display: block;	
	margin: 0 15px;		
	}		

.level_1 p { 
	height: 23px;
	background: url(images/linguetta4_105px.gif) ;
	padding-top: 1px;
	margin: 0px;
	color: #fff;
	}

.level_1 li a:hover { 
  color: #f90;
	text-decoration: underline;
	}	

.mod_navigation {
	float: left;
	width: 500px;
	}	

#container {
  width: 800px;
	margin: 0 auto;
	position: relative;
  background-color: #fff; 
	}

#header div {
	margin: 0 auto;
	text-align: center;
	}

#header h1 { 
	font-family: Century Gothic, Tahoma, Verdana, sans-serif;
	float: left;	
	font-size: 1.9em;
	padding: 30px 0;
	margin: 0;
	}			

#header h1 span { color: #999; }	

#header h1 a {
	border: none;
	color: #000;	
	font-weight: normal;	
	}		

#strike2 {
	text-align: center;
	clear: both;
	margin-bottom: 0px;
	}

#strike2 div {
	width: 800px;
	margin: 0 auto;
	padding: 0px;
	border-top: 3px solid #245488;
	}	
	
#strike2 p {
	color: #245488;
	margin: 0px;
	padding: 0px 30px 0px 0px;
	font-size: 20px;
	}	

#body { 
	width: 750px;
  min-height: 300px;
	margin: 0 auto;
	text-align: left;
	padding-bottom: 50px;
	}

#body:after { 
	content: "."; 
	display: block; 
	clear: both; 
	visibility: hidden; 
	height: 0;
	}

* html #body { height: 1%; }

#l {
	width: 530px;
	float: left;
  background-color: red;
	}

#r {
	width: 230px;
	float: right;
  background-color: green;
	}

#r p span {
	color: #009900;
	font-weight: bold;
	}

#r p {
	margin: 1em 0;
	padding: 0;
}	

#r hr {
	border-top: 1px solid #eee; 
	height: 1px; 
	border-left: 0; 
	border-right: 0; 
	border-bottom: 0; 
	margin: 0; 	
	}			
	
#footer {
	width: 800px;
	margin: 0 auto;
	padding-bottom: 30px;
	padding-top: 7px;
	border-top: 3px solid #245488;
	font-size: 10px; 
	text-align: center;
  color:  #245488;
	}

#footer a {
	font-size: 12px; 
	text-align: center;
  color:  #245488;
	text-decoration: none;
	}


