/* CSS Document */

@import url("links.css");

body { 
  font-family: Arial, Helvetica, Verdana, Tahoma, sans-serif; 
  font-size: 100.1%;  
  background: #A0AAFF url(images/grd-leaf-bkg.jpg) repeat fixed left top;
  margin: 0; 
  padding: 0;
  text-align:center;
}
.topnav {
  font-family: Helvetica, Verdana, Tahoma, sans-serif; 
/*  font-weight: bold; */
  font-size: .8em;
}
.page {
  text-align: center;
  margin: 10px;
  height:100%;
}
.content {
  height:100%;
}
.masthead {
  background: transparent url(images/masthead.jpg) center bottom; 
  width: 900px;
  height: 220px;
  border: #594100 2px solid;
  border-bottom: none;
  margin:0 auto;
}
.masthead a {
  display: block;
  width: 100%;
  height: 196px;
}
.topnav {
  margin: 0 auto; 
  background: #ffd202;
  width: 900px;
  height: 35px;
  line-height: 35px;
  border: #594100 2px solid;
  border-top: #594100 1px solid;
  text-align: center;
}
p.link {
  font-size: 1.1em;
  margin-top:5px;
  margin-bottom:5px;
}
.ei-wrapper {
  max-width:1260px;
  background: transparent url(images/ei-bkg.png) repeat left top; 
  margin: 0 auto;
  margin-bottom: 10px;
  padding: 15px 15px 0 15px;
  border: 1px solid #594100;
}
.impdet {
  font-size: .9em;
  font-weight: normal;
  text-align:justify;
  margin-top: 8px;  
}
.impdet p {
  margin: 4px 0;
}

.subtitle {
  font-family: Georgia, serif; 
  font-style: italic;
  font-size: 1.3em;
  font-weight: bold;
  color: #4830ff;
}
table.schedule {
  border-collapse: collapse;
  margin-bottom: 10px;
}
table.schedule th {
  font-size:  .9em;
  font-weight: bold;
  border: 1px solid #6C03D1;
  text-align: center;
  vertical-align: middle;
  padding: 2px;
  background: #d0d0ff;
}
table.schedule td {
  font-size:  0.8em;
  font-weight: bold;
  border: 1px solid #6C03D1;
  text-align: center;
  vertical-align: middle;
  padding: 2px;
  background: #d0d0ff;
}
table.schedule tr.hdr th, table.schedule tr.hdr td {background-color: #b0b0ff; }
table.schedule tr.odd td, table.schedule tr.odd th {background-color: #c0c0ff;}
table.schedule td.no-border {
  background: transparent;
  border: none;
}
th span.subtitle {font-size:1.6em;}
.smaller{font-size:.9em;}
table.schedule th.no-border {
  background: transparent;
  border: none; 
  padding: 2px 5px; 
}
p.sep {margin: 3px;}
.separater {
  width: 50%;
  height: 1px;
  border-bottom: #000000 1px dotted;
  margin: 0 auto;
}
div#schedule {
  max-width:1260px;
  margin: 0 auto;
}
img.left {
  float: left;
  margin-right: 10px;
}
img.right {
  float: right;
  margin-left: 10px;
}
div.center {
  margin: 10px auto;
  text-align:center;
}
div.alt-content {
  width: 88%;
  text-align: justify;
  margin: 0 auto;
  font-weight: bold;
  height:100%;
}
.btm-nav  {
  font-size: .7em;
  color: #8700A4;
  text-align:center;
  margin:10px;
}
.footer {
  color: #555;
  font-weight: bold;
  font-size: .7em;
}
.right{float:right}
.left{float:left}
.clear{clear:both}

