/* Base Styles */
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%;
  font: 62.5% "Lucida Grande", "Lucida Sans Unicode", Geneva, Verdana, sans-serif; }
body {
  min-height: 100%;
  line-height: 1.2;
  color: #000;
  background: #fff;
  font-size: 1.4em; }
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, q {
  quotes: none; }
h1, h2, h3, h4, h5, h6, #title {
  margin: 0 0 .25em 0;
  font-family: "Palatino Linotype", Palatino, Georgia;
  font-weight: bold; }
strong {
  font-weight: bold; }
em {
  font-style: italic; }
h1 {
  font-size: 1.6em; }
h2{
  font-size: 1.5em; }
h3 {
  font-size: 1.4em; }
h4 {
  font-size: 1.3em; }
h5, legend {
  font-size: 1.2em; }
h6 {
  font-size: 1.1em; }
a {
  color: #00f;
  text-decoration: none;
  border-bottom: solid 1px #00f; }
a:hover {
  color: #33f;
  text-decoration: none;
  border-bottom: solid 1px #33f; }
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 2em; }

/* Layout */
#title {
  margin: 0 0 .25em 0;
  font-size: 2em; }
#title a {
  border: none; }
#tagline {
  padding: 0 0 .25em 0; }
#nav-main {
  display: block;
  padding: 0 0 1em 0; }
#nav-main li {
  display: inline;
  padding: 0 1em .25em 0; }
#messages {
  margin: 0;
  padding: 0; }
#messages p {
  margin: 5px;
  padding: 5px 5px 5px 25px;
  border: solid 1px #ccc; }
#messages p {
  padding: 2px 5px 2px 25px;
  border: solid 1px #ccc;
  background-color: #fff;
  background-repeat: no-repeat;
  background-position: 5px 2px;
  font-size: 1em;
  cursor: default; }
#messages .message {
  padding-left: 5px; }
#messages .error {
  background-image: url(exclamation.png); }
#messages .error strong {
  color: #933; }
#messages .warning {
  background-image: url(error.png); }
#messages .warning strong {
  color: #973; }
#messages .notice {
  background-image: url(asterisk_orange.png); }
#messages .notice strong {
  color: #c70; }
#messages .success {
  background-image: url(accept.png); }
#content {
  margin: 0 0 1em 0; }
#footer {
  font-size: .8em; }
