body {
  font-family: sans-serif;
  font-size: medium;
  color: black;
  margin: 0;
  padding: 0;
}
#HeaderBlock {
  margin: 0;
  padding: 0;
  background-color: #ffcccc;
}
#columnContainer {
  width: 100%;
  margin: 0;
  padding: 0;
  text-align:left;
  max-width: 1024px;
  background-color: #e01116;
}
#MenuBlock {
  float: left;
  width: 14em;
  margin: 0;
  padding: 0;
}
#MenuBlock-content {
  margin: 0;
  padding: 0;
}
#ContentBlock {
  margin: 0 0 0 14em;
  padding: 0;
  background-color: white;
}
#ContentBlock-content {
  margin: 0 0 -1em 0;
  padding: 0.5em 1em;
}
hr.cleaner {
  clear: both;
  height: 1px;
  margin: -1px 0 0 0;
  padding: 0;
  border: none;
  visibility: hidden;
}
#FooterBlock {
  border-top: 1px solid black;
  padding: 1px;
  margin: 0;
  text-align: center;
  font-size: 0.6em;
  background-color: white;
}
#FooterBlock p {
  text-align: center;
  margin: 0;
}
/*#navigation {
}
*/
#navigation {
  text-align: left;
  font-size: 0.8em;
  font-weight: bold;
  font-family: sans-serif;
  color: #333;
  padding: 0;
  list-style: none;
  margin: 0;
  border: none;
}
#navigation li {
  border-bottom: 1px solid #fa9fa1;
  margin: 0;
}
#navigation li a {
  display: block;
  padding: 5px 5px 5px 5px;
  border-left: 10px solid #b01116;
  border-right: 10px solid #ff1116;
  color: #fff;
  text-decoration: none;
}
#navigation li a:hover {
  border-left: 10px solid #e01116;
  border-right: 10px solid #fa9fa1;
  background-color: #ff1116;
  color: #fff;
}
div.SupportItems h3 {
  border-top: 1px solid rgb(153,171,203);
  padding-top: 4pt;
  color: rgb(51,87,152);
}
div.SupportItems p {
}
h1
	 {
	 font-size: 20pt;
	 font-weight: bold;
	 color: rgb(176,17,22);
	 text-align: left;
	 }

h2
	 {
	 font-size: 14pt;
	 font-weight: bold;
	 color: black;
	 }
h3
    {
	font-size: 12pt;
	font-weight: bold;
	color: black;
	}
table.RegFeeSchedule {
  border-style: solid;
  border-width: 2px;
  border-color: black;
  border-collapse: collapse;
}
table.RegFeeSchedule td, th {
  border-style: solid;
  border-width: 1px;
  border-color: black;
  font-size: smaller;
}
table#ExtrasList {
  margin: 4mm;
  border: 2px solid black;
  margin: auto;
  border-collapse: collapse;
}
table#ExrasList td {
  padding: 1mm;
  border: 1px solid black;
}
table#ExtrasList th {
  text-align: center;
  border: 1px solid black;
}
table.HotelFeeSchedule {
  border-style: solid;
  border-width: 2px;
  border-color: black;
  border-collapse: collapse;
}
table.HotelFeeSchedule td, th {
  border-style: solid;
  border-width: 1px;
  border-color: black;
  padding: 5px;
}
table.TechComm {
  border-style: none;
  text-align: center;
}
table.TechComm td, th {
  text-align: center;
  padding: 2mm;
}
td.RegTable {
    text-align: left;
}
table.SessionList tr td {
  border-style: none;
  font-size: small;
}
td.locationcell {
  border-style: solid;
  font-size: large;
  text-align: right;
}
td.daycell {
  color: red;
  background-color: white;
  font-size: larger;
  font-weight: bold;
}
td.timecell {
  color: black;
  background-color: inherit;
  text-indent: 0.5cm;
  font-weight: bold;
}
p.FinePrint {
    font-size: smaller;
}
.red {
  color: red;
}
#AboutToronto {
}
#AboutToronto table {
  border: 1px solid gray;
  border-collapse: collapse;
}
#AboutToronto td {
  vertical-align: top;
  border: 1px dotted gray;
}
.SpecialSessionCfP table {
  border-style: none;
}
.SpecialSessionCfP th {
  border-style: none;
  text-align: left;
}
.SpecialSessionCfP td {
  border-style: none;
  padding: 0.2em 2em;
}
#LatestNews {
  border: 2px solid #ff1116;
  background-color: #ffcccc;
  margin: 0.5em 0;
  padding: 0.5em;
}
ul#LatestNews li {
  border-bottom: 1px solid rgb(220,220,220);
  padding: 2px 0px 2px 0px;
}
ul#LatestNews li:first-child {
  border-bottom: 1px solid rgb(220,220,220);
  border-top: 1px solid rgb(220,220,220);
}

