body {
	margin: 20px 0 0 0;
	padding: 0;
	background: #258BBB url(images/img01az.gif);
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	color: #666666;
}

h1, h2, h3 {
	margin: 0;
	font-weight: normal;
	color: #000000;
}

h1 {
	font-size: 160%;
	border-bottom: #569400  solid 1px;
	color:#569400;
}

h2 {
	font-size: 160%;
	color: #666666;
}

h3 {
	font-size: 100%;
	font-weight: bold;
	color: #666666;
}
h4 {
	font-size: 100%;
	font-weight: bold;
	color:#eb6524;
}
#content p{
	line-height: 150%;

}

ol {
	margin-left: 0;
	padding-left: 0;
	list-style-position: inside;
}

ul {
	margin-left: 0;
	padding-left: 0;
	list-style: none;
}


blockquote {
	margin: 0;
	padding-left: 20px;
	font-style: italic;
}

blockquote * {
	line-height: normal;
}

a {
	color: #569400;
}

a:hover {
	text-decoration: none;
}

img {
	border: none;
}

img.left {
	float: left;
	margin: 5px 15px 0 0;
}

img.right {
	float: right;
	margin: 0 0 0 15px;
}

hr {
	display: none;
}

/* Menu */

#menu {
	width: 740px;
	height: 60px;
	margin: 0 auto;
	background: url(images/img02rojaB.jpg);
}

#menu .menuheader{
	margin: 0;
	padding-top:20px;
	list-style: none;
}

#menu .menuheader li {
	display: inline;
}

#menu .menuheader a {
	padding: 20px 20px 0px 20px;
	text-decoration: none;
	font-size: 136%;
	color: #FFFFFF;
}

#menu .menuheader a:link,
#menu .menuheader a:visited {
	text-decoration:none;
}
#menu .menuheader a:hover,
#menu .menuheader a:focus,
#menu .menuheader a:active {
	text-decoration: underline;
}
#menu .primaVoce a:link,
#menu .primaVoce  a:visited,
#menu .primaVoce  a:hover,
#menu .primaVoce  a:focus,
#menu .primaVoce  a:active {
	text-decoration: underline;
}

/* Logo */

#logo {
	width: 740px;
	height: 200px;
	margin: 0 auto;
	background: #2A2A2A url(images/img03B.jpg);
}

#logo h1, #logo h2 {
	margin-right: 440px;
	text-align: center;
	text-transform: uppercase;
	font-weight: normal;
}

#logo h1 {
	padding-top: 250px;
	font-size: 250%;
}

#logo h2 {
	font-size: 85%;
}

#logo a {
	text-decoration: none;
	color: #FFFFFF;
}

/* Page */

#page {
	width: 740px;
	margin: 0 auto;
	background: #E6E6E6 url(images/img04.gif);
}

/* Content */

#content {
	float: right;
	width: 377px;
	padding: 30px;
	background: url(images/img05.gif) repeat-x;
	border: 1px solid #E6E6E6;
}

.twocols .col1, .twocols .col2 {
	width: 168px;
	padding: 10px;
	background: url(images/img05az.gif) repeat-x 0px 30px;
}

.twocols .col1 {
	float: left;
}

.twocols .col2 {
	float: right;
}

/* Sidebar */

#sidebar {
	float: left;
	width: 297px;
	background: url(images/img05.gif) repeat-x;
	border: 1px solid #E6E6E6;
}

.boxed {
}

.boxed .title {
	height: 29px;
	margin: 0;
	padding: 12px 0 0 20px;
	background: #656464 url(images/img06az.gif) repeat-x;
	/*text-transform: uppercase;*/
	font-size: 122%;
	font-weight: bold;
	color: #FFFFFF;
}

.boxed .content {
	padding: 20px;
	background: url(images/img05.gif) repeat-x;
}
.boxed .logosImgs {
	padding: 20px;
	text-align:center;
}

.boxed h3 {
	margin: 0;
}

.boxed p, .boxed ul, .boxed ol {
	margin: 0;
	padding: 0;
	list-style: none;
	line-height: normal;
}

.boxed ul {
}

.boxed ul li {
	padding: 10px 15px;
	background-position: 0 13px;
	border-top: 1px solid #CFCFCF;
}

.boxed ul li.first {
	border: none;
}

/* Footer */

#footer {
	width: 740px;
	margin: 0 auto;
	height: 100px;
	padding: 20px 0 0 0;
	background: url(images/img09.gif) repeat-x;
}

#footer p {
	margin: 0;
	line-height: normal;
	font-size: 85%;
	color:#CCCCCC;
}

#footer a {
	color: #fff;
}

#legal {
	float: left;
}

#links {
	float: right;
}