#headertext{
/*color: #000000 ;*/
font-size: 100%;
}

#leftcol{
	float: left;
	width: 389px;
	padding: 10px;
/*border: 1px #485873 solid;*/
border-right: 1px #333333 dotted;
}
#rightcol{
	float: right;
	width: 270px;
	padding: 10px;
/*border: 1px #485873 solid;*/
}




body {
	text-align: left;
	height:100%; 
	/*font: 11px Arial, Geneva, Helvetica, sans-serif;*/
	font: 11px Arial, Helvetica, sans-serif;
	color: #333333;
	margin: 0px 0px 0px 0px;
	background-image: url(images/bodybg.png);
	}
	
p { margin-top: 2px;  }

h1
{
	color: #003366;
	font-size: 14px;
	text-transform: uppercase;
	letter-spacing: 2px;
	font-weight: bold;
	margin-top: 10px; margin-bottom: 2px; 
}

h2
{
	color: #003366;
	font-size: 14px;
	font-weight: bold;
	margin-top: 10px; margin-bottom: 2px; 
}

h3 {
	font-weight: bold;
	font-size: 10pt;
	margin-top: 10px; margin-bottom: 2px; 
}

#headline {
	font-family: "Arial Narrow", sans-serif;
	font-size: 1.5em;
	}

ul{
list-style-position: inside; 
}

li{
list-style-image: url(images/bullet-squares.png);
}

#highlight{
font-size: 11pt;
color: #000000;
border: 1px #6699CC solid;
padding: 5px;
}

#privatebox{
border: 1px silver solid;
padding: 3px;
background-color: #e6e6e6;}

#blockquote{
background-color: #dbdbdb;
border: 1px gray dotted;
padding: 3px;
color: black;}

#pageframe {
	width: 700px;
	margin: 0px auto;
	border: 1px #0066cc none;
	background-color: white;}

#header {
	height: 95px;
	background-color: white;
	background-image: url(images/topheader.png);
	background-repeat: no-repeat;
	}

#hdrlinks {
	width: 90px;
	height: 28px;
	margin: 0px auto;
	position: relative;
	visibility: visible;
	top: 92px;
	left: 304px;
	/*background-color: #0099ff;*/}

#hdrlinks a, #hdrlinks a:visited, #hdrlinks a:active {
	padding: 2px;
	display: block;
	float: left;
	text-decoration: none;
	color: #ffffff;
	border:none;
	}


#hdrlinks ul {
	margin: 0px;
	padding: 2px;
	list-style: none;
}

#hdrlinks li {
	display: inline;
}


#menu {
	width: 700px;
	height: 24px;
	margin: 0px auto;
	/*background-image: url(blacktile.gif);*/
	/*font-weight: bold;*/
	}
	
#pageheader {
	width: 680px;
	height: 68px;
	margin: 0px auto;
	padding: 10px;
background: rgb(238,238,238); /* Old browsers */
background: -moz-linear-gradient(top, rgba(238,238,238,1) 60%, rgba(204,204,204,1) 100%); /* FF3.6+ */
background: -webkit-gradient(linear, left top, left bottom, color-stop(60%,rgba(238,238,238,1)), color-stop(100%,rgba(204,204,204,1))); /* Chrome,Safari4+ */
background: -webkit-linear-gradient(top, rgba(238,238,238,1) 60%,rgba(204,204,204,1) 100%); /* Chrome10+,Safari5.1+ */
background: -o-linear-gradient(top, rgba(238,238,238,1) 60%,rgba(204,204,204,1) 100%); /* Opera11.10+ */
background: -ms-linear-gradient(top, rgba(238,238,238,1) 60%,rgba(204,204,204,1) 100%); /* IE10+ */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#eeeeee', endColorstr='#cccccc',GradientType=0 ); /* IE6-9 */
background: linear-gradient(top, rgba(238,238,238,1) 60%,rgba(204,204,204,1) 100%); /* W3C */
}
	




#submenu {
	width: 700px;
	height: 24px;
	margin: 0px auto;
	background-image: url(images/submenubg.png);
	}

#submenu ul {
	margin: 0px;
	padding: 2px;
	list-style: none;
}

#submenu li {
	display: inline;
}

#submenu a, #submenu a:visited, #submenu a:active {
display: block;
float: left;
padding: 3px 8px;
text-decoration: none;
color: #000000;
border:none;
}

#submenu a:hover {
color: #000000;
background-image: url(images/submnuhover.png);
}

#subheader {
	background-image: url(images/subheader.png);
	width: 700px;
	height: 110px;
	background-repeat: no-repeat;
	background-color: #ffffff;}

#content {
	background-color: white;
	height: 100%;
}


#leftindex a, #leftindex a:visited, #leftindex a:active {
	color: #000000;
	font: 11px Verdana, Helvetica, sans-serif;
	outline: none;
	text-decoration: none;
	border-bottom: 1px dotted;
	/*padding-left: 12px;	*/
	/*background-image: url(images/link-arrow.png);*/
    background-repeat: no-repeat;
    background-position: left 2px;	
}
	
#leftindex a:hover{
	color: #485873;
	outline: none;
	border-bottom: 1px solid;
}

#left {
	float: left;
	width: 499px;
	height: 700px;
	background-color: white;
	padding: 10px;
border-right: 1px #485873 solid;}

#left a, #left a:visited, #left a:active {
	color: #000000;
	font: 11px Verdana, Helvetica, sans-serif;
	outline: none;
	text-decoration: none;
	border-bottom: 1px dotted;
	/*padding-left: 12px;	*/
	/*background-image: url(images/link-arrow.png);*/
    background-repeat: no-repeat;
    background-position: left 2px;	
}
	
#left a:hover{
	color: #485873;
	outline: none;
	border-bottom: 1px solid;
}

#rightpanel {
	float: right;
	width: 160px;
	height: 24px;
	padding-left: 10px;
	padding-right: 10px;
	font-weight: bold;
background-image: url(images/graddiente-gris.png);
text-align: left;}

#rightpanel a, #rightpanel a:visited, #rightpanel a:active {
	color: #000000;
	outline: none;
	text-decoration: none;
	border-bottom: 1px dotted;
		
}
#rightpanel a:hover{
	color: black;
	outline: none;
	border-bottom: 1px solid;
}

#rightpanel h1 { 
	font-weight: bold;
	font-size: 8pt;
	color: black;
	margin: 5px;
	}

#right {
	float: right;
	width: 160px;
	height: 750px;
	padding: 10px;
	background-color: #CCCCCC;
}

#right h2 {
font-size: 1.2em;
color: white;
padding: 2px;
margin-top: 0px;
margin-bottom: 0px;}

#right p {
font-size: 100%;
color: #485873;
}

#right a, #right a:visited, #right a:active {
	color: #000000;
	font: 11px Verdana, Helvetica, sans-serif;
	outline: none;
	text-decoration: none;
	border-bottom: 1px dotted;
		
}
	
#right a:hover{
	color: black;
	outline: none;
	border-bottom: 1px solid;
}

#news {
	float: right;
	width: 160px;
	height: 880px;
	padding: 10px;
	background-color: #B8B8B8;
}

#news h2 {
font-size: 130%;
color: white;
padding: 2px;
margin-top: 0px;}

#news h3 {
font-size: 120%;
color: white;
padding: 2px;
margin-top: 0px;}

#news p {
font-size: 90%;
color: black;
}

#news a, #news a:visited, #news a:active {
	color: #000000;
	font: 11px Verdana, Helvetica, sans-serif;
	outline: none;
	text-decoration: none;
	border-bottom: 1px dotted;
		
}
	
#news a:hover{
	color: black;
	outline: none;
	border-bottom: 1px solid;
}


#fullpage{
	background-color: white;
	padding: 10px;
	}

#fullpage a, #fullpage a:visited, #fullpage a:active {
	color: #000000;
	font: 11px Verdana, Helvetica, sans-serif;
	outline: none;
	text-decoration: none;
	border-bottom: 1px dotted;
/*	padding-left: 12px;	*/
/*	background-image: url(images/link-arrow.png);*/
    background-repeat: no-repeat;
    background-position: left 2px;		
}

#fullpage a:hover{
	color: #485873;
	outline: none;
	border-bottom: 1px solid;
}	

#footer {
	clear: both;
	margin: 0px auto;
	height: 24px;
	background-image: url(images/topbar.jpg);
	background-repeat: repeat;
	position: relative;
	z-index: +1;
}

#footer p {
padding: 0px;
	font-size: x-small;
	color: gray;
	text-align: left;
padding-top: 5px;
padding-left: 5px;}



table#panel {
background-color: #ffcc99;
border: 1px #ff9900 solid;
margin-left: 5px;}

#accu{
	float: left;
	width: 200px;
	height: 80px;
	position: relative;
margin-left: 10px;}


#accu a, #accu a:hover, #accu a:active, #accu a:visited  {
text-decoration: none;
border: none;
outline: none;
background-color: white;}

