html, td, table, body, form, fieldset, div, p, span, input, button, h1, h2, h3{
	margin: auto;
	padding: 0px;
	border: 0px solid #fff;
	font-size: 12px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	vertical-align: top;
}

ul{
	list-style-type: none;
	display: inline;
	float: none;
}
li{
	list-style-type: none;
	display: inline;
	float: none;
}
a{
	outline: none;
	text-decoration: none;
	color: #21569C;
}
a:hover{
	outline: none;
	text-decoration: none;
	color: #4EBEF0;
}
body {
	background-color: #51A5E4;
	text-align: center;
}
#header{
	background-image: url(../img/header.jpg);
	background-repeat: no-repeat;
	width: 920px;
	height: 230px;
}
#main{
	background-color: #fff;
	min-height: 600px;
	width: 920px;
}
#content{
	min-height: 900px;
	margin-left: 220px;
	width: 700px;
}
#left_column{
	background-image: url(../img/bkg_left_column.png);
	position: absolute;
	width: 220px;
}
#left_column_footer{
	background-image: url(../img/iscrivitinewsletter.jpg);
	width: 220px;
	height: 46px;
}
#left_column div.moduletable{
	margin-bottom: 10px;
}
tr.sectiontableentry1 td, tr.sectiontableentry2 td{
	text-align: left;
}
ul.latestnews{
	display: block;
	list-style-type: none;
	position: relative;
	left: -40px;
}
li.latestnews{
	display: block;
	text-align: left;
	font-size: 18px;
}
.moduletable h3{
	text-transform: uppercase;
	text-align: left;
}
