.center, p.center, .center p, #content p.center {
  text-align: center;
}

.centered { 
  margin-left: auto !important;
  margin-right: auto !important;
}

.clear {
  clear: both;
}
.clear1px {
  clear: both;
  padding-top: 1px;
}

.left { 
  float: left;
  clear: left;
  margin: 3px 3px 3px 0px;
}

.right {
  float: right;
  clear: right;
  margin: 3px 0px 3px 3px;
}

.sc {
  font-variant: small-caps;
}

.em, .em em em, .quote, .quote em em {
  font-style: italic;
}

.em em, .quote em { 
  font-style: normal;
 }

em em, em em em em { 
  font-style: normal;
 }

em, em em em, em em em em em { 
  font-style: italic;
 }

.larger {
  font-size: larger;
}

.smaller {
  font-size: smaller;
}

.smallskip, p.smallskip {
  margin-top: 1ex;
}

.medskip, p.medskip {
  margin-top: 2ex;
}

.bigskip, p.bigskip {
  margin-top: 3ex;
}
.smallafterskip, p.smallafterskip {
  margin-bottom: 1ex;
}

.medafterskip, p.medafterskip {
  margin-bottom: 2ex;
}

.bigafterskip, p.bigafterskip {
  margin-bottom: 3ex;
}

.smallpad { padding-top: 1ex; padding-bottom: 1ex; }
.medpad { padding-top: 2ex; padding-bottom: 2ex; }
.bigpad { padding-top: 3ex; padding-bottom: 3ex; }


.midalign { 
  vertical-align: middle;
 }

.sig { 
  font-style: italic;
 }

.first { 
  margin-top: 0em;
 }

.noindent, p.noindent { 
  text-indent: 0em;
 }

.indent { 
  padding-left: 1em;
 }

.flushright { 
  text-align: right;
 }

.flushleft { 
  text-align: left;
 }

/*  FRAME */

html, body 
{ 
  color: #888;
  border: none;
  margin: 0px;
  font-family: Arial, Helvetica, sans-serif;
  text-align: center;
  background: #fafafa;
}

#header {
  position: absolute;
  left: 0px;
  top: 0px;
  height: 100px;
  width: 100%;
  background-color: #77af00;
}

#rightlogo, #leftlogo {
  position: absolute;
  top: 0px;
  z-index: 1;
  border: none;
}

#leftlogo {
  left: 0px;
}

#printlogo {
  display: none;
}

#sidebarbgtop {
  position: absolute;
  border: none;
  margin: 0px;
  width: 149px;
  height: 100px;
  left: 0px;
  top: 100px;
  background: transparent url(../images/sidebar-bg-top.png) top left no-repeat;
}

#rightlogo {
  height: 100px;
  width: 200px;
  right: 0px;
  top: 0px;
  background: transparent url(../images/rightlogo.png) top left no-repeat;
}

#page {
  position: relative;
  max-width: 65em;
  margin: 0px auto;
  color: #000;
  background: #fafafa;
}

#main {
  position: relative;
/*  background: transparent url(../images/header-bg.png) top left repeat-y;*/
}

#pagebody { 
  margin: 99px 0px 0px 0px;
  padding-left: 150px;
  padding-right: 0px;
  background: #fcfcfc url(../images/sidebar-bg.png) top left repeat-y;
  border-color: #77af00;
  border-bottom: 1px solid;
}

#pagebodybg { 
  background: #fcfcfc  url(../images/sidebar-bg.png) top left repeat-y;
}

#middle {
  padding: 0px;
  float: left;
  margin: 0px;
  z-index: 0;
  width: 100%;
  position: relative;
  background: #fcfcfc url(../images/background.png) top right repeat-x;
  text-align: left;
}

#content { 
  padding: 7px;
 }

.sidebar  {
  float: left;
  width: 149px;
  padding-right: 1px;
  margin: 0px 0px 0px -100%;
  position: relative;
  left: -150px;
  z-index: 3;
}

.sidebar img {vertical-align: middle;}

.barcontents {
  position: relative;
  margin: 0px auto;
  padding: 20px 2px 20px 2px;
  border-color: #d95900;
  text-align: left;
  font-size: small;
}

.barcontents h1 {
  margin: 1em -2px 0.25em -2px;
  text-align: center;
  border: none;
  width: 150px;
  font-size: large;
  font-weight: normal;
}

.barcontents h2 {
  font-size: medium;
}

.barcontents li, .barcontents ul {
  display: block;
  margin: 4px 0px 4px 0px;
  padding-left: 0px;
}

.barcontents dl {
  text-align: left;
}

.barcontents dd {
  margin-left: 1em;
  padding-left: 0px;
}

.barcontents .calendar h2 {
  margin-bottom: 0.25em;
}

.barinfo { 
  width: 150px;
  border-bottom: 1px solid #778866;
  text-align: left;
 }

.barinfocontents { 
  padding: 0px 4px;
  margin-bottom: 4px;
 }

.barinfocontents img { 
  border: 1px solid #99aa88;
 }

.barinfo h1 { 
  border: none;
}

.exif { 
  font-size: small;
  color: #888;
}
p.exif { 
  font-style: italic;
}
ul.exif { 
  margin: 0;
  padding: 0;
}

.exif li { 
  display: block;
  margin: 0 0 0 1em;
  padding: 0;
}
.exif li b { 
  font-weight: bold;
  margin-left: -1em;
}

.barnav { 
  border-top: 1px solid #c8cfc4;
  border-bottom: 1px solid #c8cfc4;
  margin: 2px 0px;
  padding: 6px 2px;
  text-align: center;
  font-size: medium;
  font-weight: bold;
 }

.barcontents .menu { 
  margin: 2px 0px;
  text-align: left;
  font-size: medium;
 }

.menubox { 
  border-bottom: 1px solid #77af00;
  background: #f0ffcd;
  margin: 0;
}
.menu { 
  background: #f0ffcd url(../images/menu-bg.png) top left no-repeat;
  font-family: Arial, Helvetica, sans-serif;
  font-size: medium;
  text-align: left;
  padding: 0.25em 7px;
  line-height: 1.2em;
  z-index: 2;
  position: relative;
  display: none;
/*  top: -1.7em;*/
 }

.menu h1 { margin: 0px -7px; }
.menu ul, .menu li { margin: 0px; padding: 2px 0px; list-style: none; display: block; }
.menu img {
  vertical-align: middle;
  border: none;
  margin: 0px auto;
}

.menu a:link, .menu a:visited { color: #000; }
.menu a:link.selected, .menu a:visited.selected { color: white; }

span.menusep { 
  color: #888;
 }


.hide { display: none; }

div.footer {
  text-align: center;
  clear: both;
  min-height: 75px;
  font-size: x-small;
}


.footer ul {
  list-style: none;
  display: inline;
  margin: 0em;
  padding-left: 0em;
  font-family: Arial, Helvetica, sans-serif;
}


.footer, .footer p {
}

.footer p { margin: 2px; }

@media print {
  * {
   background-color: white !important;
   background-image: none !important;
   color: black !important;
  }
  #header, #leftlogo, #rightlogo, 
  #sidebarbgtop, .sidebar,
  #preloadmenuhover {
    width: 0pt;
    height: 0pt;
    display: none;
    min-height: 0pt;
  }
  #printlogo {
    display: block;
  }
  #printlogo h1 {
    font-size: 300%;
  }
  .middle {
    margin: 0pt;
    top: 0px;
    min-height: 0pt;
  }
}

.padtop { padding-top: 1px; }

/*  GENERAL */


h1, h2, h3, .byline { 
  font-family: Georgia, "Times New Roman", Times, serif;
  font-style: italic;
  font-weight: normal;
  color: #000;
 }

#content h1, #content h2 { 
  font-weight: normal;
 }

h1 { 
/*  text-shadow: #000 0px 0px 3px;*/
  margin: 10px 0px 0.5em 0;
  font-size: xx-large;
  font-weight: bold;
  text-align: center;
 }

h1.main, h1.first { 
/*  text-shadow: #000 1px 1px 1px;*/
  margin: 2px 0px 0.5em 0;
}

#content .teaser h2 { 
  background: none;
  border: none;
  text-align: left;
  margin: 2px 0px;
  padding: 0px;
  font-size: x-large;
/*  text-shadow: #000 1px 1px 1px;*/
}

div { margin: 0px; padding: 0px;}

.center { 
  margin: 0px auto 0px auto;
  text-align: center;
 }

img { margin: 0px; padding: 0px; border: none; }

.block { display: block; }

.hide { display: none; }

h2.subtitle { text-align: right; margin: 0px 15px 30px 15px; 
  font-size: x-large; }

.padtop { padding-top: 1px;}
.padbot { padding-bottom: 1px;}

a:link {
  color: #005473; /*ff2*/
  text-decoration: none;
}

a:visited {
  color: #004463; /* ff8*/
  text-decoration: none;
}

a:hover { text-decoration: underline; }

a:link img, a:hover img, a:visited img, .noul a:link { text-decoration: none !important;}
a:hover, .noul a:hover { text-decoration: underline; }
p.text, #middle .center p.text { text-align: left !important; }

img.border { border: 1px solid #99aa88;}

p.title { font-style: italic; }

p.title a { font-style: normal; }

li.talk:first-line, p.speaker { font-weight: bold; }

p.speaker { margin-bottom: 0.2em; margin-top: 0}

p {margin-bottom: 0.5em; margin-top: 0}

.photobox {
  width: 154px;
  text-align: center;
  float: left;
  margin: 3px 3px 3px 0px;
}

.photobox.small, .rightphotobox.small {
  width: 96px;
}

.rightphotobox {
  width: 154px;
  text-align: center;
  float: right;
  clear: right;
  margin: 3px 0px 3px 3px;
}

.photobox.big, .rightphotobox.big {
  width: 182px;
}

.photobox img, .rightphotobox img {
  border: 1px solid #99aa88;
}

.photobox .caption, .rightphotobox .caption, .leftphotobox .caption {
  font-style: italic;
}

.photobox .credit, .rightphotobox .credit, .leftphotobox .credit {
  font-style: italic;
  font-size: small;
  text-align: right;
  color: #555;
}

ul li {
  margin-top: 2px;
  margin-bottom: 2px;
}

