body {
  margin: 0;
  padding: 0;
  background-color: #fff;
  color: #000000;
  font-family : Arial, Verdana, Geneva, Helvetica, sans-serif;
  background-image: url(images/nav.png);
}

h1   {font-size: 150%;}

.center   {
     text-align: center;
     }


a:link    {
     color: #336;
     background-color: transparent;
     }
     
a:visited {
     color: #333;
     background-color: transparent;
     }
     
a:hover:  {
     color: #f00;
     background-color: transparent;
}

a:active  {
     color: #33c;
     background-color: transparent;
}

#header {
  border-top: 1px solid #778899;
  border-bottom: 1px dotted #B2BCC6;
  height: 3em;
}
#header .strapline {
  font: 120% Georgia, "Times New Roman", Times, serif;
  color: #778899;
  background-color: transparent;
  float: right;
  width: 300px;
  text-align: right;
  margin-right: 2em;
  margin-top: 0.5em;
}
#header .logo {
  float: left;
    width: 187px;
  margin-left: 1.5em;
  margin-top: 0.5em;
}
#nav {
  position: absolute;
  top: 5em;
  left: 2em;
  width: 10em;

}
#content {
  margin-left: 16em;
  margin-right: 2em;
}

#nav ul {
  list-style: none;
  margin: 0;
  padding: 0;
  border: none;
}
#nav li {
  border: 0;

  margin-bottom: 0.3em;
}
#nav a:link, #nav a:visited {
     border-left: 1em solid #1a4047;
	display: block;
	padding: 1em 0 1em .5em;
	color: #fff;
	text-decoration: none;
	width: 100%;
}

#nav li a:hover {
		border-left: 1em solid #ccc;
		background-color: transparent;
		color: #fff;
		}
}

#content h1 {text-align: center;}

#content h1 a:link, #content h1 a:visited {
     display: block;
     border: 0;
	padding: 0;
	color: #336;
	text-decoration: none;
     background-color: #fff;

}

#content h1 a:hover {
		border: 0;
		background-color: #fff;
		color: #00f;
         	text-decoration: none;
		}
table {
	width: 100%;
	border-collapse: collapse;
	}
table, td ,th {
	vertical-align: top;
	padding: 5px;
	border-bottom: 1px solid black;
	font-style: normal;
		width: auto;
	}
td.time {
	font-family: monospace;
	font-weight: bold;
	color: #336;
	text-align: right;
	font-size: 1.1em;
	vertical-align: top;

	}
td.day {
	background: #ccc;
	font-style: italic;
	font-weight: bold;
	font-size: large;
	font-family: Verdana, Arial, Geneva, Helvetica, sans-serif;
	border: 0;
	letter-spacing: 0.1em;
	color: #333366;
	padding-bottom: 0; padding-left: 1em;
		}
		
		th.day	{
	background: #ccc;
	font-style: italic;
	font-weight: bold;
	font-size: large;
	font-family: Verdana, Arial, Geneva, Helvetica, sans-serif;
	border: 0;
	letter-spacing: 0.1em;
	color: #333366;
	padding-bottom: 0;
		}
h2.day, h3.day	{
	background: #ccc;
	font-style: italic;
	font-weight: bold;
	font-size: large;
	font-family: Verdana, Arial, Geneva, Helvetica, sans-serif;
	border: 0;
	letter-spacing: 0.1em;
	color: #333366;
	padding: 10px;
		}

.banquet	{
	background: #ccc;
	font-style: italic;
	font-weight: bold;
	font-size: large;
	font-family: Verdana, Arial, Geneva, Helvetica, sans-serif;
	border: 0;
	letter-spacing: 0.1em;
	color: #333366;
	padding-bottom: 0;
			}
td.money {
	font-family: monospace;
	font-weight: bold;
	color: #336;
	text-align: left;
	border: 0;
	}

.noline {
	border: 0;
	}	

.presenter	{
	font-weight: normal;
	font-style: italic;
	font-family: Arial, Verdana, Geneva, Helvetica, sans-serif;
	color: #339;
	background-color: transparent;
	}
td.lastevent	{
	border: 0;
	font-family: monospace;
	font-weight: bold;
	color: #336;
	text-align: right;
	font-size: 1.1em;
	}
td.lasteventcontent	{
	border: 0;
	}
.break	{
	color: #933;
	background-color: transparent;
	font-weight: bold;
	font-variant: small-caps;
	vertical-align: top;
	letter-spacing: 0.1em;
	}
.location {
     font-size: 1em;
     font-style: normal;
     color: black;
     }
     
table.noline, td.noline, th.noline {
     vertical-align: middle;
     background-color: #fff;
     color: #000;
	font-style: normal;
	width: auto;
	}
     
td.nolineyes   {
     vertical-align: middle;
	font-style: normal;
	width: auto;
     border-right: 1px solid black;

     }
 td.nolineno   {
     vertical-align: middle;
	font-style: normal;
	width: auto;

     } 
.yes {
     font-weight: bold;
     color: green;
     background color: #fff;
     }
     
.no {
     font-weight: bold;
     color: red;
     background color: #fff;
     }