BODY {
  margin:0px 0px 0px 0px;
  padding:0px 0px 0px 0px;
  background:#FFF;
  font-family: Arial,Helvetica,sans-serif;
}

#header {
  max-width: 700px;
  text-align: center;
  margin-bottom: 12px;
}

#menu, #menu table {
  max-width: 700px;
  border-top: 1px solid #AAA;
  background-color: #FFF;
}

#menu td {
  text-align: center;
}

#menu a {
  font-weight: bold;
  font-size: 12pt;
  color: #A33;
  text-decoration: none;
}

#menu a:hover{
  text-decoration: underline;
}

a {
  color: #A33;
  text-decoration: none;
}

a:hover {
  text-decoration: underline;
}

#content, #content table {
  max-width: 700px;
  border-top: 1px solid #AAA;
  border-bottom: 1px solid #AAA;
  background-color: #EEE;
}



.info {
  font-weight: normal;
  font-size: 9pt;
  color: #000;
  padding-left: 5px;
}

.error {
  font-weight: normal;
  font-size: 9pt;
  color: #F00;
  text-align: center;
}

ul {
  list-style-position: outside;
  list-style-type: square;
  padding-top: 0px;
  padding-left: 14px;
  margin-top: 0px;
  margin-left: 5px;
}

#footer, div.bottom_text {
  font-size: 7.5pt;
  max-width: 700px;
  color: #555;
  text-align: center;
}

#footer {
  margin-top: 20px;
  border-top: 1px solid #AAA;
}

dl {
  margin: 0;
}

dl dt a {
  font-size: 14px;
}

dl dd {
  margin: 0.25em 0 1em 0.5em;
}


BLOCKQUOTE {
  border-left: 1px dashed #AAA;
  padding-left: 10px;
  margin-left: 10px;
}


@media (min-width: 768px) {
    .navbar .navbar-nav {
        display: inline-block;
        float: none;
        vertical-align: top;
    }

    .navbar .navbar-collapse {
        text-align: center;
    }
}



