/* BEGIN html tag */
* {
	font-family: Verdana, sans-serif;
}
body {
	background-color: #ffdd99;
	margin: 0;
	padding: 0;
}
img {
	border: none;
}

a, a:active, a:link {
	text-decoration: none;
}
a:hover {
	text-decoration: underline;
}
/* END html tag */

/* BEGIN layout: Header */
#header {
	background-image: url(/images/bg_header.gif);
	background-position: left;
	background-repeat: no-repeat;
	height: 78px;
	list-style: none;
	margin: 0;
	padding: 0;
}
#header li {
	margin: 0;
	padding: 0;
	float: left;
}
#header li a {
	margin: 0;
	padding: 0;
}
#header li img {
	margin: 20px 0 0 0;
	padding: 0;
}
#header li cite {
	color: #9c0000;
	font-family: Georgia, serif;
	font-size: 12pt;
	font-weight: bold;
	display: block;
	margin: 30px 0 0 75px;
	padding: 0;
}
/* END layout: Header */

/* BEGIN layout: menu */
#menu {
	clear: both;
	float: left;
	margin: 0;
	padding: 0;
	width: 200px;
}
#menu li.l1 {
	background-color: #dd6363;
	border-color: #000;
	border-style: solid;
	border-width: 1px;
	color: #fff;
	line-height: 22px;
	list-style-position: inside;
	list-style-type: square;
	margin: 1px 5px;
	padding: 0 10px;
}
#menu li.l1 a{
	color: #fff;
	font-size: 10pt;
}
#menu li.l1 a:hover{
	font-weight: bold;
	text-decoration: none;
}
#menu li.l1 a.s {
	font-weight: bold;
}
#menu li.l2 {
	background-color: #f90;
	border-color: #000;
	border-style: solid;
	border-width: 1px;
	color: #fff;
	line-height: 25px;
	list-style-position: inside;
	list-style-type: circle;
	margin: 1px 5px;
	padding: 0 10px;
}
#menu li.l2 a{
	color: #fff;
	font-size: 10pt;
}
#menu li.l2 a:hover{
	font-weight: bold;
	text-decoration: none;
}
#menu li.l2 a.s {
	font-weight: bold;
}
#menuH {
	border-color: #c60;
	border-style: solid;
	border-width: 0 0 1px 0;
	line-height: 25px;
	height: 25px;
	clear: both;
	margin: 0;
	padding: 0;
}
#menuH li.l3 {
	color: #c60;
	float: left;
	list-style: none;
	margin: 0;
	padding: 0;
	text-align: right;
	width: 150px;
}
#menuH li.l3 a{
	color: #c60;
	font-size: 8pt;
}
#menuH li.l3 a:hover{
	font-weight: bold;
	text-decoration: none;
}
#menuH li.l3 a.s {
	font-weight: bold;
}
/* END layout: menu */
#middle {
	background-color: #ffffde;
}
/* BEGIN layout: main */
#main {
	float: left !important;
	float/**/: none;
	width: 500px;
}
#main h1 {
	background-image: url(/images/bg_title.gif);
	background-position: left;
	background-repeat: no-repeat;
	color: #ab3636;
	font-size: 24px;
	font-style: oblique;
	margin: 10px;
	padding: 5px 0 0 30px ;
}
#main h2 {
	clear: both;
	color: #ab3636;
	font-size: 18px;
	margin: 5px;
	text-transform: capitalize;
}
#main h3 {
	clear: both;
	color: #ab3636;
	font-size: 14px;
	margin: 5px;
	text-transform: capitalize;
}
#main h4 {
	clear: both;
	color: #ab3636;
	font-size: 12px;
	margin: 5px;
	text-transform: capitalize;
}
#main h5 {
	clear: both;
	color: #ab3636;
	font-size: 10px;
	margin: 5px;
	text-transform: capitalize;
}
#main h6 {
	clear: both;
	color: #ab3636;
	font-size: 9px;
	margin: 5px;
	text-transform: capitalize;
}
#main p {
	color: #930;
	font-size: 10pt;
	line-height: 22px;
	margin: 15px;
}
#main ul {
	clear: both;
}
#main ul li {
	color: #930;
	font-size: 10pt;
	line-height: 22px;
}
#main a {
	color: #930;
	font-size: 10pt;
	font-weight: bold;
	line-height: 22px;
}
#main dl {
	color: #930;
	font-size: 10pt;
	line-height: 22px;
	margin: 0;
	margin: 0 10px 20px 10px;
}
#main dl dt {
	font-size: 8pt;
	clear: both;
	float: left;
	font-style: italic;
	width: 100px;
}
#main dl dd {
	font-size: 8pt;
	margin: 0 0 0 100px;
}
#main dl dd a {
	font-size: 8pt;
}
#main blockquote {
	background-color: #ffffee;
	border-color: #c60;
	border-style: solid;
	border-width: 1px;
	color: #930;
	font-style: normal;
	font-size: 9pt;
	line-height: 22px;
	margin: 5px;
	padding: 5px;
}
#main address {
	color: #c60;
	font-style: normal;
	font-size: 10pt;
	line-height: 22px;
}
#main cite {
	color: #c60;
	font-style: italic;
	font-size: 9pt;
	line-height: 22px;
}
#main dfn {
	color: #930;
	font-style: italic;
	font-size: 9pt;
	line-height: 22px;
}
#main dfn {
	color: #930;
	font-style: italic;
	font-size: 9pt;
	line-height: 22px;
}
/* END layout: main */
#contenuto {
	color: #000;
	line-height: 22px;
	font-size: 9pt;
	padding: 5px;
}
#footer {
	background-image: url(/images/bg_footer.gif);
	background-position: left;
	background-repeat: repeat-x;
	clear: both;
	color: #c60;
	font-size: 10px;
	height: 40px;
	list-style: none;
	margin: 0;
	padding: 0;
	text-align: center;
}
#footer strong {
	color: #930;
	font-size: 11px;
	font-weight: bold;
}
#footer address {
	color: #fff;
	font-style: normal;
}
#footer a {
	color: #c60;
	font-weight: bold;
}
#link {
	font-size: 10px;
	text-align: center;
	white-space: no-wrap;
}
#link a {
	color: #000;
}
.hidden_footer {
	color: #c60;
	font-size: 10px;
	text-align: center;
}
