BODY {
	background-color: #FFFFFF;
	margin: 0px;
	font-size: 12.4px;
	font-family: geneva, arial, helvetica, sans-serif;
	}

A:link { color: #257A25; text-decoration: underline; }
A:visited { color: #257A25; text-decoration: underline; }
A:hover { color: #175E9B; text-decoration: none; }
A:active { color: #1D611D; text-decoration: underline; }

DIV.title {
	color: #175E9B;
	margin: 0px 0px 16px -8px;
	border-width: 0px 0px 1px 0px;
	border-color: #000000;
	border-style: solid;
	font-size: 21.4px;
	font-weight: bold;
	}

.heading {
	display: block;
	margin: 0px 0px 2px 0px;
	font-size: 14.4px;
	font-weight: bold;
	}

UL.logo-bullets {
	list-style-type: none;
	margin: 0px 0px 0px 6px;
	padding: 0px;
	}

UL.logo-bullets LI {
	padding: 2px 0px 0px 22px;
	background-image: url(bullet_logo.gif);
	background-repeat: no-repeat;
	background-position: 0px .4em;
	}


.img-caption-r {
	float: right;
	margin: 0px 0px 10px 10px;
	font-size: 11.4;
	font-weight: bold;
	text-align: center;
	}

.img-caption-r IMG {
	margin: 0px 0px 6px 0px;
	border-width: 3px;
	border-color: #000000;
	border-style: double;
	}

.img-caption-l {
	float: left;
	margin: 0px 0px 10px 10px;
	font-size: 11.4;
	font-weight: bold;
	text-align: center;
	}

.img-caption-l IMG {
	margin: 0px 0px 6px 0px;
	border-width: 3px;
	border-color: #000000;
	border-style: double;
	}



#margin-left {
	position: absolute;
	left: 0px;
	top: 0px;
	z-index: 0;
	width: 50%;
	height: 88px;
	background-image: url(header_margin_left.gif);
	background-repeat: repeat-x;
	}

#margin-right {
	position: absolute;
	right: 0px;
	top: 0px;
	z-index: 0;
	width: 50%;
	height: 92px;
	background-image: url(header_margin_right.gif);
	background-repeat: repeat-x;
	}



#header-center {
	position: absolute;
	top: 0px;
	z-index: 1;
	width: 100%;
	text-align: center;
	}

#header {
	position: relative;
	width: 760px;
	margin-left: auto;		/* Centers itself in Opera and Mozilla, as containing text-align has no effect. */
	margin-right: auto;		/* Centers itself in Opera and Mozilla, as containing text-align has no effect. */
	}

#header IMG {
	position: absolute;
	}



#lnav-content-center {
	position: absolute;
	top: 105px;
	width: 100%;
	height: 90%;
	text-align: center;
	}



#lnav-content {
	position: relative;
	width: 760px;
	height: 100%;
	z-index: 0;
	margin-left: auto;		/* Centers itself in Opera and Mozilla, as containing text-align has no effect. */
	margin-right: auto;		/* Centers itself in Opera and Mozilla, as containing text-align has no effect. */
	background-image: url(lnav_bg.gif);
	background-position: 8px 0px;
	background-repeat: repeat-y;
	}

#lnav {
	position: absolute;
	left: 18px;
	top: 0px;
	z-index: 2;
	width: 98px;
	height: 271px;
	padding: 0px;
	text-align: left;
	background-image: url(lnav_gradient.gif);
	background-position: 0px 0px;
	background-repeat: no-repeat;
	}

#lnav A {
	display: block;
	padding: 3px 6px 3px 6px;
	margin: 8px 0px 0px 0px;
	color: #000000;
	font-size: 12.4px;
	font-weight: bold;
	text-decoration: none;
	line-height: 13px;
	}
		#lnav A:hover {
			background-color: #FFF5BF;
			padding: 2px 6px 2px 6px;
			border-width: 1px 0px 1px 0px;
			border-color: #257A25;
			border-style: solid;
			}
		#lnav A:active {
			color: #1D611D;
			}
		#lnav A.nav-highlight {
			color: #870F0F;
			}


#content {
	position: relative;
	z-index: 1;
	margin: 0px;
	padding: 12px 0px 0px 137px;
	text-align: left;
	background-image: url(lnav_bg.gif);
	background-position: 8px 0px;
	background-repeat: repeat-y;
	}

/* Eliminates space below the content in Opera 6 and Mozilla 1.4, which causes a gap in in the left-nav margin. */
#content P {
	margin-bottom: 0px;
	}



/* Shows and Events */
TABLE.events-list {
	padding: 0px;
	margin: 0px;
	}

TABLE.events-list TD {
	font-size: 12.4px;
	font-family: geneva, arial, helvetica, sans-serif;
	}

TABLE.events-list TD.divider {
	height: 15px;
	}

TABLE.events-list TD.when {
	padding: 3px 15px 30px 0px;
	vertical-align: top;
	}

TABLE.events-list TD.what {
	padding: 2px 0px 4px 0px;
	border-width: 0px 0px 0px 1px;
	border-color: #000000;
	border-style: solid;
	vertical-align: top;
	}

TABLE.events-list TD.what DIV.event-title {
	padding: 0px 10px 4px 5px;
	border-width: 0px 0px 1px 0px;
	border-color: #000000;
	border-style: solid;
	font-size: 14.4px;
	font-weight: bold;
	}

TABLE.events-list TD.what DIV.details {
	padding: 0px 0px 0px 6px;
	}

TABLE.events-list TD.what P {
	margin: 10px 0px 0px 0px;
	}



#footer {
	position: relative;
	clear: both;
	margin: 0px;
	padding: 30px 0px 10px 137px;
	font-size: 11.4px;
	line-height: 14px;
	text-align: center;
	background-image: url(lnav_bg.gif);
	background-position: 8px 0px;
	background-repeat: repeat-y;
	}
