
* {
  margin: 0;
  padding: 0;
}

body{
  font-family: sans-serif;
  font-size: 0.9em;
  background-color: #CCF;
}	

#main {
  position: relative;
  top: 0;
  left: 0;
  width: 100%;
}

#title {
  height: 60px;
  width: 100%;
  background-color: #99F;
  padding: 5px;
  border-top: 2px solid #900; 
  margin-top: 5px;
}

#title h1{
  width: 40ex;
  text-align: center;
  font-weight:bold;
  font-family: serif;
  font-size: 2.5em;
  margin: auto;
}

#content {
  margin: 0px 0px 0px 165px;
  background-color: white;
  padding: 15px;
  border-left: 2px solid #900;
  border-top: 2px solid #900;
}

#navigation {
  float: left;
  width: 150px;
  padding-top: 20px;
  color: black;
  background-color: #CCF;
}

h1 {
  margin-top: 15px;
  font-size: 1.8em;
}

h2 {
  margin-top: 15px;
  font-size: 1.4em;
}

h2.center {
  text-align: center;
}

h3 {
  margin-top: 15px;
  font-size: 1.2em;
}

h3.center {
  text-align: center;
}

h4 {
  margin-top: 5px;
  font-size: 1.0em;
  font-weight: bold;
}

p {
  padding-left: 15px;
  padding-top: 5px;
  padding-bottom: 5px;
}

p.indent {
  padding-left: 35px;
}

p.center{
  text-align: center;
}

p.link {
  color: black;
  font-weight: bold;
  padding-top: 8px;
  padding-bottom: 0px;
}

p.link_subhead {
  color: black;
  font-weight:bold;
  padding-left: 35px;
  padding-top: 0px;
  padding-bottom: 0px;
}

ul,
ol {
  margin-left: 15px;
  margin-bottom: 10px;
  margin-top: 10px;
}

ul.FAQlist {
  list-style: none;
}

ul.FAQlist li {
  padding: 0px;
  padding-left: 2em;
  text-indent: -2em;
  margin: 0px;
  margin-top: 5px;
}

ul li {
  margin-left: 1em;
  margin-top: 10px;
}

ol li {
  margin-left: 1.5em;
  margin-top: 10px;
}

a { 
  text-decoration:none;
  color: blue; 
}

a:hover, 
a:hover h1, 
a:hover h2, 
a:hover h3, 
a:hover p.link, 
a:hover p.link_subhead { 
  text-decoration: underline;
  color: #900;
}

table {
  margin-left: 20px;
}

table.dates {
  font-size: 0.9em;
  width:90%;
  padding: 10px;
  text-align: left;
  border-collapse: collapse;
}

table.dates th, 
table.dates td {
  border-bottom: 1px solid gray;
  padding: 3px;
  padding-right:10px;
  vertical-align: top;
}

table.dates th {
  background-color: #99F;
  color: white;
  border-style: none;
}

table.dates td.ctr,
table.dates th.ctr {
  text-align: center;
}

table.TAsched {
  font-size: 0.8em;
  width: 90%;
  min-width: 800px;
  padding: 10px;
  text-align: left;
  border-collapse: collapse;
}

table.TAsched th,
table.TAsched td {
  padding: 1px;
  padding-right:10px;
  vertical-align: top;
  border-left: 1px solid gray;
  border-right: 1px solid gray;
}
table.TAsched tr {
  border-bottom: 1px solid gray;
}
table.TAsched tr.time {
  background-color: white;
  border-style: none;
}
table.TAsched tr.room1 {
  background-color: #fff2cc;
  border-style: none;
}
table.TAsched tr.room2 {
  background-color: #c2d1f0;
}
table.TAsched tr {
  border-bottom: 1px solid gray;
}
table.TAsched th {
  background-color: #CCF;
  color: black;
}
table.TAsched th.title{
  text-align: center;
  font-size: 1.2em;
  padding: 3px;
  background-color: #99F;
  border-color: #99F;
  color: white;
}
table.TAsched td.ctr,
table.TAsched th.ctr {
  text-align: center;
}


/* --- end of css --- */

