/*
-----------------------------------------------
presentation print style v2
author:   douglas bowman
version:  11 Aug 2004
----------------------------------------------- */

html body {
  background:#fff;
  color:#000;
  font-size:large;
  }
html body#titleslide {
  background:none;
  }
html #header {
  background-image:none;
  margin-bottom:25px;
  padding-bottom:5px;
  border:.5pt solid #000;
  }
html #titleslide #header {
  font-size:150%;
  }
html #titleslide #header h1, html #titleslide #content {
  width:90%; 
  }
#date {
  color:#000;
  }
html #titleslide #content {
  margin-top:200px;
  font-size:130%;
  }
html #header h1, html #header h1 em, html #titleslide #header h1, html #titleslide #header h1 em, html #header h1 a {
  background:none;
  color:#000;
  padding-left:0;
  top:0;
  border-width:0;
  }
html #titleslide #header h1 em {
  display:block;
  margin-top:15px;
  }
html #date, html #presented-by {
  text-shadow:none;
  }
html #header:before, html #header:after {
  display:none;
  content:none;
  height:0;
  }
  
html #content{
  width:100%;
  }

html h2 {
  color:#000;
  }
html ul#nav {
  display:none;
  }
html #pageno {
  top:5px;
  font-size:100%;
  }
html .example, html .title, html body.standalone, html .title p {
  text-align:left;
  }
html p.fullimg img {
  border-width:0;
  padding:0 10px 0 0;
  }
html ul, html li {
  padding:0;
  margin-left:0;
  margin-right:0;
  }
html ul ul {
  margin-left:1.5em;
  }
html ul.ex {
  text-align:left;
  }


html #pageno {
  color:#000;
  }
html #footer {
  width:100%;
  margin:0 50px;
  }