div#content div.events h2.year {
	margin-bottom:	0.25em;
}
div#content div.events div.year.annual h2.year {
	margin-bottom:	0.25em;
	background-color:	#d0d0d0;
	cursor:	pointer;
}
div#content div.events div.year.annual.open h2.year {
	cursor:	default;
}
h3.year {
	font-size:	14pt;
	padding-left: 20%;
}
div#content div.events h2.year > span {
	padding-left: 20%;
}
h3.year > span {
	padding-left: 20%;
}
div#content div.events h2.year > img {
	height:	0.8em;
	padding-left:	1em;
}
div#content div.events div.year.annual > ul {
	display:	none;
}
div#content div.events div.year.annual > div.archive {
	display:	none;
}
div#content div.events div.year.annual.open > ul {
	display:	block;
}
div#content div.events div.year.archive > ul {
	display:	block;
}
div#content div.events div.year.annual.open > div.archive {
	display:	block;
}
div#content div.events ul {
	position:	relative;
}
div#content div.events ul > li {
	margin-left:		1.5em;
	padding-left:		0px;
	list-style-type:	none;
	list-style-image: 	url(/img/text2.png);
}
div#content div.events ul > li.folder
{
	position:	relative;
	left:	-1.5em;
	list-style-type: 	none;
	list-style-image: 	none;
	cursor: 			pointer;
}
div#content div.events ul > li.folder ul
{
	margin-left:	1.5em;
	padding:	0;
}
div#content div.events ul > li.pdf {
	list-style-image: 	url(/img/pdf2.png);
}
div#content div.events ul > li.converted {
	list-style-image: 	url(/img/text3.png);
}
div#content div.events ul > li.oldtext {
	list-style-image: 	url(/img/text4.png);
}
div#content div.events li a {
	font-size: 12pt;
}
div#content {
	clear:	both;
}
img.icon	{
	height:	0.8em;
}
img.icon.left	{
	float:	left;
}
img.icon.right	{
	float:	right;
}
