html {
	margin: 0;
	padding: 0;
}

body {
	margin: 0;
	padding: 0;
	font-size: 10px;
	font-family: verdana, sans-serif;

}

.clear{
	clear:both;
	font-size:0px;
	line-height:0px;
	height:0px;
}

/*
 * Main layout 
 */
#HeaderWrapper {
	background: url(../images/barra_sfondo.gif) repeat-x;
	text-align: left; /* IE hack */
	height: 52px;
	padding: 0px;
	margin: 0px;
	clear: both;
}



/*====================== HEADER STYLES ========================*/
#Navigation {
	width: 880px;
	height: 52px;
	background-image: url(../images/barra.gif);
	background-repeat: no-repeat;
	background-position: right top;
	padding: 0px;
	padding-top: 28px;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	clear: both;
}

#Navigation ul li {
	margin: 0px;
	list-style:none;
	list-style-type:none;
	float:left;
	padding-top: 0px;
	padding-right: 5px;
	padding-bottom: 0px;
	padding-left: 5px;	
}

#Navigation ul li a {
	font-size: 11px;
	margin: 0px;
	color: #000000;
	font-weight: bold;
	text-transform: uppercase;
}

#Navigation a.current {
	color: #FFFFFF;
	background: #62b01e;
}

#Navigation a:hover {
	color: #62b01e;

}

#Navigation .DropMenu{
	text-align: left;
	position:relative; 
	top:0px; 
	left:0px; 
	width:10px;
	height:10px;
}

#Navigation .DropMenu ul{
	list-style:none;
	width:250px;
	background:#62b01e;
	padding: 0px;
	margin: 0px;
}
#Navigation .DropMenu li{
	list-style:none;
	position: relative; 
	float: none !important;
	border-bottom: #FFFFFF solid 1px;
	padding: 3px 0px 3px 0px;
}

#Navigation .DropMenu a:hover{
	color: #FFFFFF;
}

/* end of Navigation */

#BodyWrapper {
	text-align: left;
	background-image: url(../images/logo.gif);
	width: 880px;
	background-repeat: no-repeat;
	background-position: right top;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
}

#Body {
	width: 880px;
	text-align: right;
	padding-bottom: 20px;
}
#Body a {
	color: #62b01e;
}
#Body a:hover {
	color: #FFFFFF;
	background-color:#62b01e;
}

#Layout {
	width: 622px;
	float:left;
}

	#Content {
	width: 622px;
	min-height:450px;
	margin-top: 20px;
	padding-right: 20px;
	float:left;	
	}

#Fixed {

	min-height:450px;
	width:220px;
	float:right;
	padding:100px;
}

#FooterWrapper {
	width: 880px;
	margin: 0 auto;
	margin-bottom: 30px;
	background: #62b01e;
	clear:both;
}

#Footer {
	padding: 10px 20px 10px 20px;
	background: #62b01e;
	text-align: right;
	color: #FFFFFF;
	font-size: 8px;
}

#Footer a {
	color: #FFFFFF;
	font-weight: bold;
}

/* end of Main layout */

/*
 * General styles
 */
a {
	text-decoration: none;
}

a img {
	border: none;
}

/* end of General styles

/*
 * Header 
 */
#Header {
}

#Header h1 {
	margin-top: 0;
}

#TagLine {
	color: #fff;
	font-weight: normal;
}
#TagLine span {
	font-family: Baskerville, Goergia, Times, "Times New Roman", serif;
	font-style: italic;
}
/* end of Header */


/* Breadcrumbs */
#Breadcrumbs {
	font-size: 12px;
	width:622px;
	padding-right: 20px;
	float:left;	
}
/* end of Breadcrumbs */


#NewsList {
	padding:10px;
}

#NewsList li {
	margin: 0;
	list-style-type: none;
}
#NewsList li.newsDateTitle span {
	line-height:2em;
}
#NewsList li.newsDateTitle a {
	font-size:1.3em;
	font-weight:bold;
	text-decoration:none;
	padding-left:20px;
}
#NewsList li.newsDateTitle a:hover {
	border-bottom:1px dotted #0083C8;
}
		
#NewsList li.newsSummary {
	margin-bottom:20px;
}
#NewsList li.newsSummary span {
	font-size:1.1em;
	line-height:1.5em;
}
#NewsList li.newsSummary a.readMoreLink {
	text-decoration:none;
}
#NewsList li.newsSummary a.readMoreLink:hover {
	border-bottom:1px dotted #0083C8;
}

div.newsDetails {
	margin-bottom:10px;
}

div.newsDetails p {
	margin:0;
	font-size:1em;
}



/* 
 * Page Comment 
 */
#PageComments_holder h4 {
	font-size: 1.2em;
	margin-bottom: 5px;
	color: #666;
}
#PageComments {
	list-style: none;
	padding-left: 0px;
	margin-left: 0px;
}
	#PageComments li {
		padding: 5px 10px 5px 10px;
	}
	#PageComments li.even {
		background: #eee;
	}
#PageComments .actionLinks {
	list-style: none;
	padding-left: 0px;
	margin-left: 0px;
}
	#PageComments .actionLinks li {
		display: inline;
		padding-left: 0;
		margin-left: 0;
	}

