/* w3c-blue.css

   Copyright (c) 2005 W3C (MIT, ERCIM, Keio), All Rights Reserved.
   W3C liability, trademark, document use and software licensing
   rules apply, see:

   http://www.w3.org/Consortium/Legal/copyright-documents
   http://www.w3.org/Consortium/Legal/copyright-software
*/
body
{
  margin: 0 0 0 0;
  padding: 0 0 0 0;
  width: 100%;
  height: 100%;
  color: black;
  background-color:rgb(255,227,152);
  font-family: "Lucida Bright" "Times New Roman" serif;
  font-size: 12pt;
}

h1 {
    font-size: 14pt;
    font-family: "Lucida Bright" "Times New Roman" serif;
    background-color: rgb(240,194,122);
    padding: 2px;
}
span {
     font-size:8pt;
     font-family:"Book Antiqua" serif;
     padding: 0px;
    padding-left: 1em;
    padding-right: 1em; 
}
img {
    padding: 0px
}

td { padding:5px;}

div.slide {
  z-index: 20;
  margin: 0 0 0 0;
  padding: 0;
  border-width: 0;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  line-height: 100%;
  background-color: transparent;
}

div.background {
  z-index: 1;
  position: absolute;
  vertical-align: bottom;
  left: 0;
  right: 0;
  top: 0;
  bottom: auto;
  height: 4.1em;
  padding: 0 0 0 0.2em;
  margin: 0 0 0 0;
  border-width: 0;
  background-color: #90A7D0;
}

/* this rule is hidden from IE which doesn't support + selector */
div.slide + div[class].slide { page-break-before: always;}

/* the next two classes support vertical and horizontal centering */
div.vbox {
  float: left;
  height: 40%;
  width: 50%;
  margin-top: -240px;
}
div.hbox {
  width:60%;
  margin-top: 0;
  margin-left:auto;
  margin-right:auto;
  height: 60%;
  border:1px solid silver;
  background:#F0F0F0;
  overflow:auto;
  text-align:left;
  clear:both;
}

/* styling for named background */
div.background.slanty {
  z-index: 2;
  bottom: 0; 
  height: 100%;
  background: transparent;
}

img.withBorder {
  border: 2px solid #c60;
  padding: 4px;
}

img { background-color: transparent; }

p.copyright { font-size: 8px; }

.center { text-align: center }
.footnote { font-size: 8pt; margin-left: 2em; }

a img {border-width: 0; border-style: none;}

a:visited { color: navy; }
a:link { color: brown; }
a:hover { color: red; text-decoration: underline; }
a:active { color: red; text-decoration: underline; }


div dt
{
  margin-left: 0;
  margin-top: 1em;
  margin-bottom: 0.5em;
  font-weight: bold;
}
div dd
{
  margin-left: 2em;
  margin-bottom: 0.5em;
}

p.subhead { font-weight: bold; margin-top: 2em; }

.smaller { font-size: 10pt; }

div.footer {
  position: absolute;
  z-index: 80;
  left: 0;
  right: 0;
  top: auto;
  bottom: 0;
  height: 3.5em;
  margin: 0;
  font-size: 8pt;
  font-weight: bold;
  padding-left: 1em;
  padding-right: 0;
  padding-top: 0.3em;
  padding-bottom: 0;
  color: #003366;
  background-color: #95ABD0;
}

/* this is a hack to hide property from IE6 and below */
div[class="footer"] {
  position: fixed;
}

/* for Bert as an ardent user of the old W3C slidemaker tool */

div.comment { display: none; visibility: hidden }

@media print { div.comment { display: block; visibility: visible } }