body {
  background-color: #D8E8FF;
  background-image: url('images/page_background.jpg');
  background-repeat: repeat-x;
  margin: 0px;
  padding: 0px;
  font-family: Helvetica, Arial, Sans-Serif;
  font-size: 14px;
  text-align: center;
}

a {
  text-decoration: none;
}

a img {
  border: 0px;
}

img.photo {
  border: 3px double #99AACC;
}

div.body
{
  text-align: left;
  background-color: white;
  width: 84%;
  margin-left: auto;
  margin-right: auto;
  border-left: 1px solid #A0B0C0;
  border-right: 1px solid #A0B0C0;
  border-bottom: 1px solid #A0B0C0;
}

table.header
{
  width: 100%;
  padding: 0px;
  margin: 0px;
  border: 0px;
}

td.page-name
{
  width: 20%;
  color: #006600;
  font-size: 16px;
  font-weight: bold;
}

td.banner
{
  vertical-align: middle;
}

td.banner h1
{
  font-size: 18pt;
  color: #000099;
  margin-top: 0;
  margin-bottom: 0;
}

td.banner h2
{
  font-size: 10pt;
  color: #003366;
  margin-top: 0;
  margin-bottom: 0;
  font-style: italic;
  font-weight: normal;
}

td.company-name
{
  text-align: right;
  vertical-align: middle;
  padding-right: 1em;
}

span.company
{
  color: #666699;
  font-size: 11pt;
  font-weight: bold;
}

span.address
{
  color: #666666;
  font-size: 12px;
  font-weight: normal;
}

table.menubar td {
  font-family: Helvetica, Arial, sans-serif;
  background-color: #000066;
  background-image: url('images/button_background.jpg');
  font-size: 15px;
  padding: 0px;
  width: 14%;
  height: 16px;
  text-decoration: none;
  text-align: center;
  vertical-align: middle;
  z-index: 100;
}

table.menubar a {
  display: block;
  padding: 8px 10px 8px 10px;
  color: #ffffff;
  background-color: #000066;
  background-image: url('images/button_background.jpg');
  border-right: 1px solid #6699CC;
  height: 100%;  
}

table.menubar a:hover {
  background-image: url('images/button_highlight.jpg');
}

div.content
{
  padding: 10px 20px 10px 20px;
}


table.header-bar {
  width: 100%;
  border-collapse: collapse;
  background-color: #ffffff;
}

table.header-bar th, td.header-bar {
  text-align: left;
  color: #ffffff;
  background-color: #004422;
  padding-top: 2px;
  padding-bottom: 2px;
  padding-left: 8px;
  font-weight: normal;
  font-size: 105%;
  font-family: Helvetica, Arial, Sans-Serif;
}

.page-title {
  text-align: center;
  font-family: Helvetica, Arial, Sans-Serif;
  margin-bottom: 6px;
  color: #333399;
}

.page-subtitle {
  text-align: center;
  text-decoration: none;
  font-family: Helvetica, Arial, Sans-Serif;
  font-style: italic;
  font-weight: bold;
  margin-top: 0;
  color: #8888A0;
}

h2.page-subtitle {
  font-size: 13pt;
}

h3.page-subtitle {
  font-size: 11pt;
}

p.section span
{
  font-weight: bold;
  color: #006600;
  font-size: 110%;
  margin-right: 1ex;
}

p.section:first-letter
{
  font-size: 120%;
  color: #005500;
}

.small-header
{
    margin-top: 1em;
    color: #006600;
    font-weight: bold;
}

.float-right {
  float: right;
  margin-top: 1em;
  margin-bottom: 1em;
  margin-left: 2em;
}

.image-caption {
  text-align: center;
  text-decoration: none;
  font-family: Times, Times-Roman, serif;
  font-size: 14pt;
  font-style: italic;
  font-weight: normal;
  color: #905020;
}

.small-caption {
  text-align: center;
  text-decoration: none;
  font-family: Times, Times-Roman, serif;
  font-size: 10pt;
  font-style: italic;
  font-weight: normal;
  color: #905020;
}

ul.date-list {
    margin-left: 0px;
    padding-left: 1em;
}

ul.date-list li, ul.item-list li {
    margin-top: 1em;
}

span.copyright {color: #666666; font-size: 80%}

td.icon {
  padding-right: 1em;
}

table.news-items th, table.news-items td {
  text-align: left;
  vertical-align: top;
}

table.news-items th {
  white-space: nowrap;
  font-weight: normal;
  font-style: italic;
  padding-right: 1em;
}

table.form th {
  text-align: left;
  font-weight: bold;
  padding: 16px 20px 0px 2px;
}

table.form div {
  border-bottom: 1px solid black;
  padding: 16px 2px 0px 2px;
}

dl.bylaws dt {
  font-weight: bold;
  margin-top: 1ex;
  margin-bottom: 1ex;
}

@media print {
  body {
    margin: 0px;
    padding: 0px;
    font-family: Helvetica, Arial, Sans-Serif;
    font-size: 12px;
  }
  div.body
  {
    text-align: left;
    background-color: white;
    width: 100%;
    margin-left: 0em;
    margin-right: 0em;
    border: 0px;
  }
  table.menubar { display: none; }
  table.footer { display: none; }
  .noprint { display: none; }
}
