/* Generated by KompoZer */
/*stile - V.M.DONA Bt*/
/* style_dona08.css -ott2010*/
/* background color
   body:#FFFFFF; (white)
	text:#000000; (black) 
   menu:#6495AD a:link #8bad94; a:hover #bce4b7;
    header: #AFEEEE
	 content h1  border #6495ED;	 
	 newsbar background: #055685;
	 footer background: #88D2D3;
	 link a:#0000ff; visited:#880088; hover:#ff0000;
*/


html {
  width: 100%;
}
body {
	margin: 10px;
	padding: 0px;
	font-family: "Trebuchet MS",verdana,arial,"Times New Roman";
	font-size: 90%;
	color: #000000;
	background-color: #ffffff;
	line-height: 140%;
}
.all {
  text-align: center;
  width: 100%;
}
.box {
  padding: 10px;
  background-color: #ffffff;
  margin-left: auto;
  margin-right: auto;
  text-align: left;
  width: 90%;
}
.menu {
  border-bottom: 1px solid #ffffff;
  background-color: #ffffff;
  text-align: right;
}
.header {
	padding: 10px;
	background-color: #AFEEEE;
	margin-top: 3px;
	height: 95px;
}
.menu a:link, .menu a:active, .menu a:visited {
	margin: 0 0 0 4px;
	padding: 3px 7px;
	background: #6495ED none repeat scroll 0%;
	color: #000000;
	text-decoration: none;
}
.menu a:hover {
	margin: 0 0 0 4px;
	padding: 3px 7px;
	  background: #88D2D3 none repeat scroll 0%;
	color: #000000;
	text-decoration: none;
}
.clearfix:after {
  content: ".";
  display: block;
  height: 0;
  clear: both;
  visibility: hidden;
}
.clearfix {
}
* html .clearfix {
  height: 1%;
}
.clearfix {
  display: block;
}
.content {
  padding: 20px;
  margin-right: 255px;
  background-repeat: inherit;
}
.content h1 {
	border-bottom: 2px solid #6495ED;
	margin: 10px 0px 0px;
	padding: 0px;
	font-size: 110%;
}
.newsbar {
	margin-top: 20px;
	width: 245px;
	float: right;
}
.newsbar h1 {
	margin: 0px;
	padding: 3px;
	background-color: #055685;
	color: #ffffff;
	font-size: 100%;
	font-weight: normal;
}
.p1 {
	padding: 20px;
	background-color: #AFEEEE;
	font-size: 90%;
}
.p2 {
  padding: 20px;
  background-color: #ffffff;
  font-size: 90%;
  list-style-image: none;
  list-style-position: inside;
}
.p2 ul {
  margin: 0px;
  padding: 0px;
}
.footer {
	padding: 4px;
	clear: both;
	background-color: #88D2D3;
	font-size: 90%;
	text-align: center;
}
a:link {
  color: #0000ff;
  text-decoration: none;
}
a:visited {
  color: #880088;
  text-decoration: none;
}
a:hover {
  color: #ff0000;
  text-decoration: underline;
}
a:active {
  color: #ff0000;
  text-decoration: underline;
}
.thumbnail {
  position: relative;
  z-index: 0;
}
.thumbnail:hover {
  background-color: transparent;
  z-index: 50;
}
.thumbnail span {
	border: 1px dashed gray;
	padding: 2px;
	position: absolute;
	background-color: #E0FFFF;
	left: -1000px;
	visibility: hidden;
	color: black;
	text-decoration: none;
}
.thumbnail span img {
  border-width: 0;
  padding: 2px;
}
.thumbnail:hover span {
  visibility: visible;
  top: 0;
  left: 20px;
}

