html, body {
	margin: 0;
	padding: 0;
	text-align: center;
	font-size: 100%;
	font-family: "Lucida Grande", "Trebuchet MS", Helvetica, Arial, sans-serif;
	color: #000000;
	font-size: 13px;
	background: #ffe2b4 url("images/back.png") repeat-x;
}

#bglogo {
	background: url("images/bglogo.jpg") no-repeat;
}

table {
	width: 100%;
	font-size: 13px;
}

.ttable td {
	border: 1px solid #000;
	padding: 2px 2px 2px 2px;
}

.ttitle {
	text-transform: uppercase;
	font-weight: bold;
	background: #ffe2b4;
	border: 0px;
}

#content {
	padding: 0 0 0 0;
	width: 90%;
	text-align: center;
	margin: 0 auto;
}

#tablecontent {	background: url("images/ucorner.png") repeat }

#centered{
	text-align: center;
}

#banner {
	height: 200px;
	text-align: right;
	background: url("images/banner.png") no-repeat;
	background-position: right top;
}

#corner {
	background: url("images/ucorner.png") repeat-x;
	height: 7;
}
#sidecorner {
	background: url("images/sidecorner.png") repeat-y;
	width: 7;
}
#ulcorner {background: url("images/ulcorner.png") no-repeat;}
#urcorner {background: url("images/urcorner.png") no-repeat;}
#blcorner {background: url("images/blcorner.png") no-repeat;}
#brcorner {background: url("images/brcorner.png") no-repeat;}

#slideshow, #slideshow2 {	border: 1px solid #000;	overflow: hidden;	margin: 50px auto 10px;	position: relative;	width: 600px;	height: 500px;}#slideshow img, #slideshow2 img {	width: 600px;	height: 500px;}

#thumbnails img{
	width: 200px;
	height: 150px;
}


/* Links
 ------------ */
a:link	{ color: #000000; text-decoration: none; }
a:visited	{ color: #000000; text-decoration: none; }
a:hover	{ color: #7b7b7b; text-decoration: none; }
a:active	{ color: #7b7b7b; text-decoration: none; }

a.normallink {
	text-decoration: underline;
}

th a,
th a:visited {
	color: #FC9049 !important;
	text-decoration: none;
}

th a:hover {
	text-decoration: none;
}

/* Menu
  ------------- */
#menu { 
	padding: 8px 0 0 14px;
	font-size: 0.8em;
}
.menubutton{
    height: 50px;
  }
  
#menu ul {
    margin: 0px auto;
	list-style-type: none;
}

#menu li {
    float : right;
    margin-bottom : 0px;
    margin-left : 0px;
    margin-right : 0px;
    margin-top : 0px;
    padding-bottom : 0px;
    padding-left : 0px;
    padding-right : 0px;
    padding-top : 0px;
}

#menu  li a {
    display: block;
    float: left;
    height: 28px;
    text-decoration: none;
    padding: 12px 19px 2px 19px;
  }
  
#menu li a:hover, #menu li a#selected, #menu li a#selected:hover
{ background: #ffe2b4;
  color: #000000;
} 

/* Testo
 ------------ */

h1 {
	font-family: "Lucida Grande", "Trebuchet MS", Helvetica, Arial, sans-serif;
	font-weight: bold;
	font-size: 1.8em;
	text-decoration: none;
	text-align: left;
}

h2 {
	font-family: "Lucida Grande", "Trebuchet MS", Helvetica, Arial, sans-serif;
	font-weight: bold;
	font-size: 1.5em;
	text-decoration: none;
	line-height: 120%;
	text-align: left;
}

h3 {
	font-size: 1.3em;
	font-weight: bold;
	font-family: "Lucida Grande", "Trebuchet MS", Helvetica, Arial, sans-serif;
	line-height: 120%;
	text-align: left;
}

h4 {
	margin: 0;
	font-size: 1.1em;
	font-weight: bold;
	text-align: left;
}

p {
	text-align: left;
}

/* Calendar */

#wrapper h2{
		*line-height: 32px;
		margin-bottom: .5em;
	}
	#wrapper .calendars h3.year{
		padding-top:30px;
	}
	#wrapper{
		width:auto;
		margin: 0.5em;
	}
	#wrapper .calendars {
		width:auto;
	}
	#wrapper .calendars .cal-content {
		width: 100%;
		float:none;
		*zoom: 1;
		_margin-left: 1em;
	}
	#wrapper .calendars .legend-content.external {
		right:0px;
		padding-top:0px;
	}
	#wrapper h1, #wrapper h2 {
		width:100%;
	}
	#wrapper .main{
		padding-top:8px;
		*zoom: 1;
	}
	#wrapper .calendars .lastUpdated{
		*zoom: 1;
	}
	#wrapper .calendars .legend-content {
		float:none;
		margin-bottom: 1em;
		width: 100%;
		margin-top:0;
		padding-top:0;
	}
	#wrapper .calendars .legend-content dt{
		clear:none;
	}
	#wrapper .calendars .legend-content dd {
		float: left;
		margin: 0 2.5em 0 1em;
	}
