body { 
	margin: 0;
	padding: 0;
	background-color: #000;
	color: #ccc;
	font-family: georgia, "times new roman", serif;
}
h1, h2, h3 {
	font-family: arial, helvetica, sans-serif;
}
ul {
	list-style-type: square;
}
.spacer {
	height: 1%;
	clear: both;
}

/* navigation bar */
#nav {
	font-family: arial, helvetica, sans-serif;
}
#nav p {
	visibility: none;
}
/* navigation bar */

/* front page layout */
img.center {
	display: none;
}
address {
	font-style: normal;
}
#leftcol p.line, #rightcol p.line {
	display: none;
}
#leftcol ul {
	list-style-type: none;
}
#leftcol span {
	margin-right: 1em;
}
#leftcol p, #rightcol p, #leftcol li, #rightcol address {
	line-height: 1.3em; 
}
#rightcol { 
	font-size: 1em; 
}
#rightcol h1, #leftcol h1 {
	font-size: 1.4em;
	border-bottom: 3px solid #6699aa;
}
#rightcol h2 {
	font-size: 1.2em;
}
/* front page layout */

/* layout on other pages */
#singlecol h1 {
	font-size: 1.4em;
}
#singlecol h2 {
	font-size: 1.2em;
}
#singlecol h3 {
	font-size: 1em;
}
#singlecol li {
	line-height: 1.6em;
}
#singlecol p {
	line-height: 1.3em;
}
/* layout on other pages */

/* topics */
table.left caption, table#right caption {
	display: none;
}
table#right, table.left {
	text-align: right;
}
/* topics */

/* events */
iframe {
	border-width: 0;
	height: 58em;
} 
fieldset p {
	line-height: 1.5em
}
#filter span {
	display: block;
}
#cal {
	padding-top: 1em;
}
/* events */