
#page {
	position:relative;
	border: 1px solid #707070;
	background-color: #ffffff;
	width: 820px;
	min-height: 700px;
	margin-left:auto;
	margin-right:auto;
	-moz-border-radius-topleft:7px;
	-moz-border-radius-topright:7px;
	-moz-border-radius-bottomleft:7px;
	-moz-border-radius-bottomright:7px;
	}

#header {
	border-bottom: 0px solid #707070;
	padding-left: 8px;
	padding-right: 8px;
	padding-top: 5px;
	padding-bottom: 5px;
	height: 80px;
	color: #000080;
	font-size: 26px;
	line-height: 25px;
	font-weight: bold;
	vertical-align: middle;
}

#header #logoright {
	float: right;
	margin-top: 10px;
	border: 0px solid #707070;
}

#header #logoright a {
	text-decoration: none;
}

/*-----------------------------------------------------------------------------*/
/* STILI MENU                                                                            */
/*-----------------------------------------------------------------------------*/

#linemenu {
  width: 100%;
  display: block;
  padding-bottom: 0px;
  border-bottom: 4px solid #C00000;
  line-height: normal;
  font-size: 15px;
  }
#linemenu  ul {
	margin: 0;
	padding: 0px 0px 0px 0px;
	list-style: none;
}
#linemenu  li {
	display: inline;
	float: left;
	/*font-weight: bold;*/
	margin: 0;
	padding: 0;
}
#linemenu  a {
	float: left;
	background: url("tableft10.gif") no-repeat left top;
	margin:0;
	padding:0 0 0 4px;
	text-decoration: none;
	border-bottom: 1px solid #2763a5;
}
#linemenu  a span {
  display: block;
  background: url("tabright10.gif") no-repeat right top;
  padding: 5px 5px 4px 2px;
  color: #ffffff;
  border: 0px solid blue;
  }
#linemenu  a span {
	float: none;
}
#linemenu #current {
	background: none;
	background-color: #000080;
	color: #ffffff;
	border-right: 1px solid #ffffff;
	border-bottom: 1px solid #000080;
}
#linemenu #current2 {
	background: none;
	background-color: #000080;
	color: #ffffff;
	border: none;
}
#linemenu a:hover {
	background-position: 0% -42px;
}
#linemenu a:hover span {
	background-position: 100% -42px;
}

#linemenu td.date {
	color: #505050;
	font-size: 12px;
	padding-right: 4px;
	text-align: right;
}

/*-----------------------------------------------------------------------------*/

#linemenu #linesubmenu {
	display: block;
	padding-left: 3px;
	padding-bottom: 1px;
	border-bottom: 1px solid #000080;
	line-height: normal;
	font-size: 14px;
	background-color: #000080;
  }
#linemenu #linesubmenu  ul {
	margin:0;
	padding:0px 0px 0 0px;
	list-style:none;
}
#linemenu #linesubmenu  li {
	display:inline;
	float: left;
	margin:0;
	padding-top: 4px;
	padding-bottom: 2px;
	padding-left: 5px;
	padding-right: 5px;
}
#linemenu #linesubmenu  a {
	float: left;
	background: none;
	text-decoration: none;
	font-weight: normal;
	color: #ffffff;
	border: 1px solid #000080;
	padding-left: 2px;
	padding-right: 2px;
}
#linemenu #linesubmenu #current {
	background: none;
	background-color: #000080;
	/*font-weight: bold;*/
	text-decoration: none;
	color: #00ffff;
	border: 1px solid #cccccc;
}
#linemenu #linesubmenu a:hover {
	/*text-decoration: underline;*/
	color: #B0ffff;
}

/*-----------------------------------------------------------------------------*/

#newsbox {
	float: right;
	clear: both;
	width: 240px;
	color: #000000;
	background-color: #eeffff;
	border: 1px solid #000080;
	font-size: 12px;
	margin-left: 8px;
	margin-right: 4px;
	margin-top: 4px;
	margin-bottom: 4px;
	padding-left: 2px;
	padding-right: 2px;
	-moz-border-radius:5px;
}

#newsbox p {
	text-align: left;
	margin-top: 0px;
	margin-bottom: 0px;
	padding-left: 2px;
	padding-right: 2px;
}

#middle_news {
	clear:left;
	color: #000000;
	/*min-height: 700px;*/
	margin-left: 4px;
	margin-right: 220px;
	margin-top: 4px;
	margin-bottom: 4px;
	border: 0px solid red;
	/*background: url("bg_content.jpg");*/
}

#middle {
	color: #000000;
	/*min-height: 700px;*/
	margin-left: 4px;
	margin-right: 4px;
	margin-top: 4px;
	margin-bottom: 4px;
	border: 0px solid red;
	/*background: url("bg_content.jpg");*/
}

#middle ul {
	margin: 0;
	padding: 0 0 0 15px;
	list-style-type: circle;
	list-style-image: url(bluebullet.gif);
	list-style-position: outside
}

#footer {
	/*position:relative;*/
	font-size: 11px;
	width: 820px;
	margin-top: 4px;
	margin-left:auto; 
	margin-right:auto;
	padding-top: 4px;
	text-align: center;
	vertical-align: middle;
	color: #ffffff;
	/*border: 1px solid #707070;
	background-color: #eeeeee;
	background: url('a33.gif') repeat-x;*/
	border: 1px solid #000080;
	background-color:#2763A5;
}
      
#footer img {
	border: 0;
	padding: 0 0 0 0;
	margin-top: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	margin-right: 0px;
}

/****************/
/* stili body   */
/****************/
body
{
	background: #ffffff url('bgblue.jpg') repeat-x;
	font-size: 14px;
	font-family: "trebuchet ms", helvetica, sans-serif;
	color: #8C8C73;
	line-height: 18px;
	margin-left: 20px;
	margin-right: 20px;
	margin-top: 10px;
}

/****************/
/* stili img         */
/****************/
img.left {
	float: left;
	border: none;
	margin-right: 8px;
	}

img.right {
	float: right;
	border: none;
	margin-left: 8px;
	}

/****************/
/* stili header    */
/****************/
h2 {
	font-size: 15px;
	font-weight: bold;
	padding-left: 4px;
	padding-top: 5px;
	padding-bottom: 5px;
	margin-top: 2px;
	margin-bottom: 2px;
	color: #ffffff;
	background-color: #000080;
	letter-spacing: 0px;
	}

h3 {
	font-size: 14px;
	font-weight: bold;
	padding-left: 4px;
	padding-top: 5px;
	padding-bottom: 5px;
	margin-top: 2px;
	margin-bottom: 2px;
	background: url('title_background.jpg') bottom repeat-x;
	color: #000080;
	letter-spacing: 0px;
	}

/****************/
/* stili p            */
/****************/
p {
	margin-top: 2px;
	margin-bottom: 8px;
	text-align: justify;
	}
	
/*
p:first-letter {
	font-weight: bold;
	color:#002748;
	padding: 0;
	width: 30px;
	margin: 2px;
	font-size: 20px;
}
*/

/*************/
/* stili links */
/*************/
a {
	color: #0000ff;
	text-decoration: underline;
}

/***********************/
/* stili div per immagini */
/***********************/
div.thumb_l {
	float: left;
	padding-left: 0px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	margin-top: 0px;
	margin-left: 0px;
	margin-bottom: 0px;
	margin-right: 10px;
	border: 0px solid red;
	display: block;
}

div.thumb_r {
	float: right;
	padding-left: 0px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	margin-top: 0px;
	margin-left: 10px;
	margin-bottom: 0px;
	margin-right: 0px;
	border: 0px solid red;
	display: block;
}

div.thumb {
	padding-left: 0px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	margin-top: 0px;
	margin-left: 0px;
	margin-bottom: 0px;
	margin-right: 0px;
	border: 0px solid red;
	display: block;
}

div.thumb_l img, div.thumb_r img, div.thumb img {
	padding-left: 4px;
	padding-top: 4px;
	padding-right: 4px;
	padding-bottom: 4px;
	margin-bottom: -2px;
	border: 1px solid #000000;
	background-color:#eeeeee;
}

div.caption {
	font-size: 12px;
	color: #000080;
	text-align: center;
	padding: 0;
	margin: 0;
	border: 0px solid blue;
}

div.frase {
	position: relative;
	left: -6px;
	top: -6px;
	border: 1px solid #707070;
	font-style: italic;
	font-weight: bold;
	padding-top: 5px;
	padding-bottom: 5px;
	padding-left: 5px;
	padding-right: 5px;
	background-color: #eeffff;
	color: #000080;
}

div.shadow {
	display: block;
	margin-top: 10px;
	margin-bottom: 5px;
	margin-left: 20px;
	margin-right: 20px;
	background: url(shadowlight.gif);
	}

div.firma {
	font-style: italic;
	font-weight: normal;
	text-align: right;
	}

div.frase2 {
	display: block;
	background-color: #ddffff;
	padding: 4px 4px 4px 4px;
	border: 1px solid #000080;
	}

