/*tags*/
h1 {
	color:#bf0000;
	font:bold 22pt 'Book Antiqua',serif;
	margin-top:0px;
}
h2 {
	color:#001581;
	font:bold 14pt Arial,serif;
}
h3 {
	font:bold 15pt 'Book Antiqua',serif;
	margin-top:0px;
}
a {
  text-decoration:none;
}

/*content classes*/
.smaller,.fullsize,.tickerBig {
	margin:10px;
	padding:5px;
}
.smaller,.fullsize {
	background-image:url(_images/bg-tile-clouds.png);
	border:3px solid #765644;
}
.fullsize,.smaller p {
	font: 11pt 'Book Antiqua',serif;
}
.smaller {
	float:left;
	width:409px;
	margin-right:0px;
}
.fullsize {
	float:none;
	clear:both;
	width:639px;
}

.tickerBig {
	float:right;
	clear:right;
	width:200px;
	border:3px solid green;
	background-image:url(_images/libbar-bg.jpg);
}

table.pictures {
	clear:both;
	caption-side:bottom;
	width:100%;
	border-spacing:0px 10px;
}
table.pictures td {
	text-align:center;
	font:8pt tahoma;
}
table.pictures img {
	display:inline;
}
table.pictures caption {
	font:8pt tahoma;
	text-align:left;
}

#hideLeft img {
	display:inline;
}
#hideLeft {
	font-weight:bold;
	margin:3px 0px;
}
