body {
	padding-left: 0px;
	font-family: Arial, Helvetica, sans;
	line-height: 1;
  }
  div.titlebar {
	color: white;
	padding: 5px;
	background: #336699;
	width: 595px;
	position: absolute;
	top: 0px;
	left: 165px;
	padding-left: 15px;
	height: 115px;
	font-size: 14pt;
}
div.titlebar b {
font-family: Caption;
font-size:24pt;
}
  div.main {
    width: 580px;
	text-align: justify;
	position: absolute;
	margin: 15px;
	top: 124px;
	left: 175px}
div.main a {
	color: #993366;
	text-decoration: none;
}
div.main a:visited {
	color: #993366;
	text-decoration: none;
}
div.main a:active {
	color: #993366;
	text-decoration: none;
}
.bug {
	background-color: #FFFFFF;
	background-image: url(fmcad_logo.png);
	background-position: 0px 0px;
	border: 2px solid #336699;
	background-repeat: no-repeat;
	height: 120px;
	width: 165px;
	left: 0px;
	top: 0px;
	position: absolute;
}

div.navbar {
	width: 165px;
	background: #336699;
	position: absolute;
	top: 120px;
	left: 0px;
	height: 600px;
  }
  ul.navbar {
	list-style-type: none;
	padding: 0;
	margin: 0;
	position: absolute;
	top: 10px;
	left: 10px;
}
  h1 {
    font-family: Helvetica, Geneva, Arial,
          SunSans-Regular, sans-serif }
  ul.navbar a {
	display: block;
	background: black;
	margin: 7px 0;
	padding: 3px;
	padding-right: 6px;
	text-align: right;
	border: 1px solid;
	width: 131px;
	text-decoration: none;
	border-left-color: black;
	border-top-color: black;
	border-right-color: #000000;
	border-bottom-color: #000000;
	font-size: 9pt;
}
  ul.navbar a.here {
    background: #303030
  }
  ul.navbar a:hover {
    background: #404040 }
  a:link {
    color: white }
  a:visited {
    color: white }

/* Styles used in the advance program */

tbody.program {
    vertical-align: top;
    border: #000000;
}

/* A session header */
td.daytitle {
    color: #000000;
    text-align: center;
    font-size: 150%;
    font-weight: bold;
}

/* A session header */
td.session {
    color: #aa0000;
    border-color: #000000;
    text-align: center;
}

/* A break/lunch etc. item */
td.break {
    color: #224466;
    border-color: #000000;
    font-style: italic;
}

td.info {
    color: #000000;
    border-color: #000000;
}

td.people {
    color: #aa0000;
    border-color: #000000;
    text-align: left;
}

/* A talk */
td.talk {
    color: #aa0000;
    border-color: #000000;
    text-align: left;
}
