/* CSS Document */
body { 
  font-family: Arial, Helvetica, Verdana, Tahoma, sans-serif; 
  font-size: 100.1%;  
  background: #C5A5FF url(images/leaf-bkg.jpg) fixed left top repeat;
  margin: 0; 
  padding: 0;
  text-align:center;
}
a:link, a:visited {
  color: #8700A4;
  text-decoration: none;
}
a:hover, a:active {
  color: #008800;
  text-decoration: underline;
}
.page {
  text-align: center;
  margin: 10px;
  height:100%;
}
.page#main {
  background:transparent;
  background-image: url(images/main-bkg.jpg); 
  background-position: 50% 50%; 
  background-repeat: no-repeat; 
  background-attachment: fixed;
  margin: 0px auto;
  max-width: 1050px;
  height:100%;
}
.content {
  height:100%;
}
.masthead {
  background: transparent url(images/masthead.jpg) center bottom no-repeat; 
  width: 100%;
  height: 196px;
}
.masthead a {
  display: block;
  width: 100%;
  height: 196px;
}
p.link {
  font-size: 1.1em;
  margin-top:5px;
  margin-bottom:5px;
}
.ei-wrapper {
  width: 86%;
  background: transparent url(images/ei-bkg.png) left top repeat; 
  margin: 0 auto;
  padding: 15px;
  border: 1px solid #6C03D1;
}
.impdet {
  font-size: .9em;
  font-weight: normal;
  text-align:justify;
  margin-top: 8px;  
}
.impdet p {
  margin: 4px 0;
}
table { 
  margin-bottom: 10px;
}
h1.header {
  color: #4830ff;
  font-size: 2.0em;
  margin-top: .2em;
  margin-bottom: .1em;
}
h2.header {
  color: #4830ff;
  font-size: 1.8em;
  margin-top: -.4em;
  margin-bottom: .1em;
}
.smb-ital {
  font-size: .83em;
  font-style:italic;
  font-weight:bold;
  margin-top:5px;
  margin-bottom:12px;
}
br.px5{
  display:block;
  padding:50px
}
.subtitle {
  font-size: 1.3em;
  font-weight: bold;
  color: #4830ff;
}
table.schedule {
  border-collapse: collapse;
}
table.schedule th {
  font-size:  .9em;
  font-weight: bold;
  border: 1px solid #6C03D1;
  text-align: center;
  vertical-align: middle;
  padding: 2px;
  background: #E1D1FF
}
table.schedule td {
  font-size:  0.8em;
  font-weight: bold;
  border: 1px solid #6C03D1;
  text-align: center;
  vertical-align: middle;
  padding: 2px;
  background: #E1D1FF
}
table.schedule tr.hdr th, table.schedule tr.hdr td {background-color: #AD9EC8; }
table.schedule tr.odd td, table.schedule tr.odd th {background-color: #C9B5EC;}
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;}

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-family: Helvetica, Verdana, Tahoma, sans-serif; 
  font-size: .8em;
  font-weight: bold;
  color: #8700A4;
  text-align:center;
  margin:0 0 10px 0;
}
.btm-nav a {
  font-weight: normal;
  border-right: transparent 2px solid;
  border-left: transparent 2px solid;
}
.btm-nav a:hover {
  background:#6600CC;
  border-right: #6600CC 2px solid;
  border-left: #6600CC 2px solid;
  text-decoration:none;
  color:#CCCCCC;
}
.btm-nav a:active {
  text-decoration:none;
  color:#CCCCCC;
}
.footer {
  color: #555;
  font-weight: bold;
  font-size: .7em;
}
.right{float:right}
.left{float:left}
.clear{clear:both}
.tmp { color: #000; }

