body
{
	font-size: 11px;
	font-family: Verdana, Arial, SunSans-Regular, Sans-Serif;
	margin: 0px;	
	
}

a {text-decoration: underline; color: #000;}
a:hover {text-decoration: none}

#container
{
	width: 841px;
margin: 0 auto;
}

#topheader
{
	background-color: #ffffff;
	height: 100px;
}

#title
{
    font-size: 24px;
    color: #fff;
    font-family: verdana;
    margin: 5px;
}

#navcontainer
{
	background-color: #fff;
}

.navitem
{
	background-color: #FF0000;
	padding: 5px;
	text-decoration:none;
	font-weight:bold;
	text-align:center;
	color: #fff;
	width: 129px;
	margin-top:1px;
	margin-right:1px;
	float:left;
}


.navitemlast
{
	background-color: #FF0000;
	padding: 5px;
	text-decoration:none;
	font-weight:bold;
	text-align:center;
	color: #fff;
	width: 130px;
	margin-top:1px;
	margin-right:0px;
	float:left;
}


#main
{
	padding:5px;
	width: 98%;
	text-align:justify;
	color:#000000;
	line-height: 1.6em;
}

#sidebar
{
	width:197px;
	border:1px solid #DC89BF;
	float:right;
	margin-top:20px;
	margin-right: 0px;
	margin-left: 10px;
	padding: 3px;
	text-align:left;
	clear:both;
}

div.newsbox a{
	border-bottom: 1px solid #FFFFFF;
	color: #000000;
	font-weight: bold;
	text-decoration: underline;
	width: 140px;
}


div.newsbox h2{
	background-color: #999999;
	color: #ffffff;
	font-size: 1.4em;
}

div.newsbox h3{
	font-size: 1.2em;
}

div.newsbox p{
	margin-left: 2px;
}

div.textimage{
	border-bottom: 1px dotted #999999;
	width: 100%; /*risolve il peek-a-boo bug di IE6*/
}

div.textimage h2{
	color: #000000;
	margin-top: 10px;
}

div.textimage img{
	float: left;
	margin: 10px;
}

h1
{
	font-size:20px;
	font-weight:bold;
	padding-top: 5px;
	text-align:center;
}
.highlightred
{
	font-size:12px;
	font-weight:bold;
	color: #ff0000;
}
.headertext1
{
	font-size:18px;
	font-weight:bold;
}
.headertext2
{
	font-size:10px;
	font-weight:bold;
}

.headertext1red 
{
	font-size:18px;
	font-weight:bold;
	color: #ff0000;
}
a.headertext1red:link, a.headertext1red:active, a.headertext1red:visited 
 {
	font-size:18px;
	font-weight:bold;
	color: #ff0000;
}
a.headertext1red:hover 
{
	font-size:18px;
	font-weight:bold;
	color: #999999;
}
#footer
{
	background-color:#000000;
	color: #fff;
	text-align:center;
	vertical-align:middle;
	height: 20px;
	padding-top:5px;
	clear:both;
	width:95%;
}

img
{
	border: 1px solid #fff;
}

img.content-left
{
	float:left;
	margin-right:5px;
	margin-top:5px;
	margin-bottom:5px;
	border: 1px solid #fff;
	padding:5px;
}

img.content-right
{
	float:right;
	margin-left:5px;
	margin-top:5px;
	margin-bottom:5px;
	border: 1px solid #fff;
	padding:5px;
}
.clr {
	clear:both;
}
