/* =Print CSS Document
----------------------------------------------- */
body {
  font-family: Verdana,sans-serif;
}

h1, h2, h3, h4, h5, h6, p, span, a, img, div {
  font-size: 12px;
  margin: 0;
  border: 0;
  padding: 0;
}

input, select, option {
  font-size: 12px;
  margin: 0;
  border: 0;
  padding: 0;
}

h1 {font-size: 16px; margin: 5px 0 25px 0;}
h2 {font-size: 14px; margin: 20px 0 5px 0;}
h3 {font-size: 13px; margin: 10px 0 5px 0;}
h4 {font-size: 12px;}
h5 {font-size: 10px;}
h6 {font-size: 8px;}
p {padding-bottom: 12px;}

a {text-decoration: none;}
a:link:after, a:visited:after {
  content: " (" attr(href) ") ";
}

/* =Header
----------------------------------------------- */
#header {
  display: none;
}

/* =bar
----------------------------------------------- */
#bar {
  display: none;
}

/* =Content
----------------------------------------------- */

#content table {
  border-collapse: collapse;
}

#leftPanel {
  display: none;
}

/* =Text
----------------------------------------------- */
#text {
  margin: 0px;
  padding: 0 10px 0 10px;
}

/* =Rideshare
----------------------------------------------- */
table.rideshareTable {
  border-collapse: collapse;
}
table.rideshareTable tr td {
  border: 1px solid black;
}

/* =Footer
----------------------------------------------- */
#footer {
  margin: 0 auto 0 auto; 
  font-color: white;
  padding-top: 10px;
  width: 800px;
  height: 275px; 
  text-align: center;
}

#footer p {color: black; padding-bottom: .25em;}
#footer p.small {font-size: .8em; padding: 10px 10px 5px 10px;}
