/* CSS Document */

/*PAGE LAYOUT*/
body {
	font: 14px Verdana, sans-serif;
	background-color:#FFFFFF;
	color:#000000;
	margin:50px;
	padding:10px;
	line-height:26px;
}

input,textarea {
	font: 14px Verdana, sans-serif;
}

#toppage{
	width:800px;
}
#date{
	float:left; height:40px; border-bottom:solid 1px #999999; border-right:solid 1px #999999;
}
#topbar{
	float:left; 
	height:40px; 
	background-image:url(bg_topbar.gif);
	background-color:#CBC55C;
	background-repeat:repeat-x;
	border-right:solid 1px #999999;
}
#header{
	width:800px;
}
#content{
	width:800px;
}
#contenttext{
	float:left; width:800px; 
	background-color:#F7F7F7; 
	border-left:solid 1px #999999; border-right:solid 1px #999999; 
	border-bottom:solid 1px #999999; border-top:dotted 1px #CCCCCC; 
}

#logo{
	float:left; width:190px; height:110px; background-color:#F7F7F7; border-left:solid 1px #999999;
}
#pagetitle{
	position:relative; float:left; width:608px; height:110px; background-color:#F7F7F7; border-right:solid 1px #999999;
}
#title{
	position:absolute; right:10px; bottom:0px; width:600px;
}
#menu{
	float:left; width:190px; margin:0px;
}
#footer{
	width:590px; padding-right:10px; padding-left:200px;
}

/*GRAY PANEL*/
.panel{
	padding:12px;
	border:solid 1px #E4E4E4;
	background-color:#EEEEEE;
	margin:10px;
	padding:10px;
	width:550px;
	height:160px;
}

/*TEXT STYLES*/
.bodytext {
	font: 12px Verdana, sans-serif;
	font-size: 12px;
	color: #666666;
}
.smalltext {
	font: 12px Verdana, sans-serif;
	font-size: 11px;
	color: #666666;
}
.smallwhitetext {
	font: 12px Verdana, sans-serif;
	font-size: 11px;
	font-weight:bold;
	color: #FFFFFF;
}
.smallwhitetext a{
	font: 12px Verdana, sans-serif;
	font-size: 11px;
	font-weight:bold;
	color: #FFFFFF;
	text-decoration:none;
}
.smallwhitetext a:hover{
	text-decoration:underline;
}
.smallgraytext {
	font: 12px Verdana, sans-serif;
	font-size: 11px;
	font-weight:bold;
	color:#444444;
}
.smallgraytext a{
	font: 12px Verdana, sans-serif;
	font-size: 11px;
	font-weight:bold;
	color:#444444;
	text-decoration:none;
}
.smallgraytext a:hover{
	text-decoration:underline;
}
.titolo {
	font: Verdana, sans-serif;
	font-size:60px;
	font-weight:normal;
	color: #000000;
}

.capolettera {
	font: Verdana, sans-serif;
	font-size:70px;
	font-weight:bold;
	color: #000000;
}

.logotext {
	font: Verdana, sans-serif;
	font-size:28px;
	color:#000000;
}
.orangetitle {
	font: Verdana, sans-serif;
	font-size:24px;
	font-weight:bold;
	color:#FF9900;
}
#linksmenu a{
	float:inherit;
	width:100px; 
	height:20px; 
	background-color:#ABC578; border-left:solid 1px #FFFFFF; border-bottom:solid 1px #FFFFFF;
	font: 12px Verdana, sans-serif;
	font-size: 11px;
	font-weight:bold;
	color: #FFFFFF;
	text-decoration:none;
	padding-top:5px;
}
#linksmenu a:hover{
	background-color:#514F1C;
}

a:link	  {text-decoration: none; color:#0000FF;}
a:active  {text-decoration: none; color:#0000FF;}
a:visited {text-decoration: none; color:#0000FF;}
a:hover   {text-decoration: underline; color:#FF0000;}

select {
	font: 12px Verdana, sans-serif;
}

option {
	margin: 2px;
}


p {
	text-align:justify;
}

form {
	margin:0px;
	padding:0px;
}

hr {
	color:#CCCCCC;
	height:1px;
}

ol {
	text-align:justify;
}
