html {
    xbackground-color: #ccd9d9;
    background-color: #fff;
    font-family: serif;
}

div#yui-main > div.yui-b {
   -background-color: #eaf9f8;
}

.bgimage {
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0%;
    top: 0%;
    opacity: .5;
    z-index: -1;
}

object.bgimage img {
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0%;
    top: 0%;
    opacity: .5;
    z-index: -1;
}

div.textbanner {
    width: 85%;
    float: right;
    margin-left: auto;
    margin-right: auto;
    height: 5em;
    margin-bottom: 1em;
}
div.textbanner img {
    width: 100%;
    height: 100%;
}

img.photobanner {
    width: 12%;
    float: left;
    position: relative;
    left: 0%;
    margin-bottom: 1em;
}
div.logobanner {
    width: 10%;
    height: 5em;
    float: left;
    margin-left: 1em;
    margin-bottom: 1em;
}
div.logobanner img {
    width: 100%;
    height: 100%;
}

div.navbar {
    display: table;
    margin-top: 3em;
    height: 100%;
    margin-left: auto;
    margin-right: auto;
}

ul.navbar {
   display: table-cell;
   vertical-align: middle;
}

ul.navbar li {
   text-align: center;
   font-weight: bold;
   list-style-type: none;
   height: 1.5em;
}

ul.navbar li a {
   color: #3a3e3e;;
}
ul.navbar li a:hover {
   color: #000;
}

h1, h2,h3 {
   font-family: serif;
   text-align: center;
   color: #3a3e3e;
}

h1 {
   font-size: 160%;
}

h2 {
   font-size: 130%;
   font-weight: normal;
}

h3 {
  font-size: 110%;
}

p {
    font-family: serif;
}

div.centertext {
  font-family: serif;
  max-width: 60em;
  margin-left: auto;
  margin-right: auto;	     
  padding: 1em;
}

div.main-wide  {
  padding: 2em;
}

div.eventimage {
  width: 20em;
  height: 20em;
  overflow: hidden;
  float: left;
  margin: 1em;
}

div.eventimage > img {
  width: 100%;
}

dl.schedule dt {
    font-weight: bold;
}

div.bio {
  clear: both;
}

div.bio img {
  float: left;
  padding: 2em;
}

div.bio p {
  margins: 2em;
}

address {
 width: 25%; 
 text-align: center;
 color: #000;
 float: left;
 font-size: 80%;
}

address a {
  color: #000;
}

cite {
     font-style: italic;
     font-weight: bold;
     padding-bottom: 2em;
}

div.videoframe {
    width: 640px;
    margin-left: auto;
    margin-right: auto;
}

div.showlist li:first-child {
    margin-left: 0em;
    font-weight: bold;    
}

div.showlist li {
    margin-left: 1em;
    list-style-type: none;
}
