html {padding: 0; margin: 0 10px 0 10px;}

body {
  width: 900px; margin: 0 auto;
  color: black; background: white;
  font: 0.9em/1.5em  sans-serif;
  text-align: left;
}

h1 {
  font-weight: normal; font-size: 250%;
  margin: 0 0 0.4em 0; color: black; line-height: 120%;
}

h2 {
  font-size: 120%; font-weight: bold;
  margin: 1em 0 0.2em 0; color: black; line-height: 120%;
}

table.reg {margin: 10px 140px 10px 0;}
table.reg td {padding: 0 0 5px 0;}

p {margin: 0 140px 10px 0;}

em {font-weight: bold; font-style: normal;}

ul {margin: 0 140px 7px 0; padding: 0 0 0 2em;}

a {color: #039; font-weight: bold; text-decoration: none;}
a:visited {color: #368;}
a:active {color: #6ce;}

tr.head {   
  color: white;
  background-color: black;
  background-image: url("images/matrix.png");
}

.head h1  {
  font-size: 1.2em;
  color: white; font-weight: bold;
  display: inline;
}

.head td  {
  padding: 8px 16px 8px 16px;
}

.content div.float {
  margin: 0 0 24px 24px;
  float: right;
}
.content img.float {
  margin: 0 0 24px 24px;
  float: right;
}

.kthlogo {
  background-image: url("images/out.jpg");
  background-repeat: no-repeat;
  background-position: right;
}

.nav {
  width: 140px;
  font-size: 110%;
  margin-top: 5px;
  margin-bottom: 6px;
}

html>body .nav {
  margin-bottom: 0.2em;
}

.nav a {
  text-decoration: none;
}

.nav ul {
  list-style-type: none;
  margin: 0;
  padding: 0 0.5em 0 0;
}

.nav ul ul {
  margin: 0 0 0 1em;
}

.nav li {
  font-weight: bold;
}

.content {
  padding-left: 1em;
  padding-bottom: 1em;
}

.content h1 {
  margin-top: 0.15em;
}

.footer img {
  margin-top: 0.3em;
}

.footer > img {
  margin-top: -0.5em;
}

.footer {
  margin-top: 0.5em;
  text-align: center;
}

hr {
  display: none;
}

.separator {
  margin: 0.5em 0.5em 0.5em 0;
}

.timestamp {
  margin-top: -2em;
  margin-bottom: -0.5em;
  font-size: xx-small;
  text-align: right;
  color: gray;
}

.header img {
  padding-left: 18px;
  padding-right: 18px;
}

table.hotels  {
  border: none;
/*  solid black 1px;*/
  border-collapse:collapse;

}

.hotels td, .hotels th {
  padding: 2px;
  text-align:center;
  border: solid black 1px;
}

div.sponsor {
	margin-top: 5px;
	text-align:center;
}

.sponsor img { 
  border: none;
  padding: 0;
  margin: 0.3em;
}

@media print {
  .header { display: none; }
  .nav {display: none; }
  .content { border-left: none; }
  .timestamp { display: none; }
  .footer { display: none; }
}


