/* Reset */
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  font-weight: inherit;
  font-style: inherit;
  font-size: 100%;
  font-family: inherit;
  vertical-align: baseline; }
:focus {
  outline: dotted 1px #333; }
html {
  height: 100%; }
body {
  min-height: 100%;
  line-height: 1.2;
  color: #000;
  background: #fff; }
ol, ul {
  list-style: none; }
table {
  margin: 0 0 1em 0;
  border-collapse: separate;
  border-spacing: 0; }
caption, th, td {
  text-align: left;
  font-weight: normal; }
th, td {
  padding: 2px 8px 2px 2px;
  border-bottom: solid 1px #e6e6e6;
  cursor: default; }
th {
  font-weight: bold;
  border-bottom: solid 1px #009; }
blockquote:before, blockquote:after,
q:before, q:after {
  content: ""; }
blockquote, q {
  quotes: "" ""; }
strong {
  font-weight: bold; }

/* Basics */
html {
  font: 62.5% "Lucida Grande", "Lucida Sans Unicode", Geneva, Verdana, sans-serif; }
body {
  font-size: 1.4em; }
h1, h2, #title {
  clear: both;
  margin: 0 0 .25em 0;
  font-family: "Palatino Linotype", Palatino, "URW Palladio L", "Book Antiqua", Baskerville, "Bookman Old Style", "Bitstream Charter", "Nimbus Roman No9 L", Garamond, "New Century Schoolbook", "Century Schoolbook", "Century Schoolbook L", Georgia;
  font-weight: bold; }
h1 {
  font-size: 1.4em; }
h2, legend {
  font-size: 1.2em; }
h3 {
  font-size: 1.1em; }
a {
  color: #666;
  text-decoration: none;
  border-bottom: dotted 1px #ccc; }
a:hover {
  color: #333;
  text-decoration: none;
  border-bottom: dotted 1px #666; }
p {
  padding: 0 0 1em 0; }
ol, ul, dl {
  padding: 0 0 1em 0; }
dt {
  font-size: .9em;
  padding: 0 0 .25em 0; }
li, dd {
  padding: 0 0 .25em 20px; }

/* layout */
#title {
  margin: 0 0 .25em 0;
  font-size: 2em; }
#title a {
  border: none; }
#tagline {
  padding: 0 0 .25em 0; }
#navigation {
  display: block;
  padding: 0 0 1em 0; }
#navigation li {
  display: inline;
  padding: 0 1em .25em 0; }
#messages {
  margin: 0;
  padding: 0; }
#messages p {
  margin: 10px 10px 0 10px;
  padding: 5px 5px 5px 25px;
  border: solid 1px #ccc; }
#messages .success {
  background: url('/_presentation/accept.png') no-repeat 5px 5px; }
#messages .error {
  background: url('/_presentation/stop.png') no-repeat 5px 5px; }
#content {
  margin: 0 0 1em 0; }
#footer {
  font-size: .8em; }