body {
	margin: 0; 
	padding: 0; 
	background: #F4F3E0;
	text-align: center;
}

/*     Link styles     */ 

a:link { color: #C20007; }
a:visited { color: #990000; }
a:hover { color: #333; }
a:active { color: #333; }

.content_container { margin: auto; }
.nav_table { margin: auto; }

.nav {	/* red navigation banner */
	margin-top: 0.2em;
	height: 31px;	/* height of gif -- leave as px */
	width: 100%;
	background-repeat: repeat-x;
	background-position: top left;
	background-image: url('images/tile_topbar.gif');
}

.content_main {
	margin: 0em auto 2.0em auto; 
	width: 90%;
	min-width: 700px;
	max-width: 1000px;
	background-color: #FAF9F0;
}

.content_left {
	float: left;
	width: 30%;
	text-align: left;
	padding-left: 1.0em;
	padding-right: 1.0em;
}

.content_right {
	float: right;
	width: 60%;
	text-align: left;
	padding-left: 1.0em;
	padding-right: 1.0em;
	padding-bottom: 2.0em;
}

.head_table
{
	width: 100%;
	border: 0;
	margin-left: 0em;
	padding: 2.0em 0 3.0em 0;
	white-space: nowrap;
}

.head_img { margin-bottom: 0.8em; }

img	{ border: 0; }
	
.text_event_hd {
	margin-top: 0.5em;
	font-family: georgia, times, serif;
	font-size: 0.9em;
	font-weight: bold;
}
	
.text_about	{
	font-family: georgia, times, serif;
	font-size: 0.75em;
	line-height: 1.5em;
}
	
.text_event_date {
	font-family: arial, helvetica, sans-serif;
	text-transform: uppercase;
	font-size: 0.7em;
	letter-spacing: 0.4em;
	margin-bottom: 1.0em;
}
	
.text_event {
	font-family: georgia, times, serif;
	font-size: 0.75em;
	line-height: 1.5em;
}
	
p.ft {
	margin-bottom: 0;
	font-size: 1.2em;
	font-weight: bold;
}

p.sub, /* obsolete */
p.event-a {
	margin: 0;
}
	
p.event-t {
	margin-top: 0.8em;
	margin-bottom: 0;
	font-size: 1.1em;
	font-weight: bold;
}

p.event-d {
	margin: 0 0 0.4em 0.5em;
}

p.event-e {
	margin: 0 0 0 0.5em;
	font-weight: bold;
	font-style: italic;
}

.content_footer {

	height: 7.0em;
	font-family: arial;
	font-size: 0.7em;
	line-height: 1.2em;
	margin: 4.0em 0.5em;
	background-repeat: repeat-x;
	background-position: top center;
	background-image: url('images/line_dashed.gif');
	clear: both;
	display: block;
	float: none;
}

.content_footer td {
	white-space: nowrap;
	padding-left: 1.0em;
}


sup {
	font-size: 80%;
	vertical-align: 0.3em;
}

.tight { margin-bottom: 0;
}
.inset { margin-left: 1.0em;
}
.smallcap { font-variant: small-caps; }
.bold {	font-weight: bold; }
.em { font-style: italic;
}
.update { color: red; }

.p110 {
font-size: 110%; }
.p120 {
font-size: 120%; }
.p200 {
font-size: 200%; }
