/* base styles */
body {
  margin: 0;
  padding: 0;
  color: #555555;
  background-color: #000000;
  font-size: 85%;
  font-family: sans-serif;
  line-height: 1.3;
  text-align: center;
}
h1, h2, h3, h4, p, ul, ol, dl, form {
  margin: 0 0 1em;
  padding: 0;
}
ul {
  list-style-type: none;
  list-style-position: outside;
  margin: 0;
  padding: 0;
}
a {
  text-decoration: none;
}
a:link, a:visited {
  color: #000000;
}
a:hover, a:active {
  color: #cc0000;
}
a img {
  border: 1px solid #555555;
}
a:hover img {
  border: 1px solid #f0f0f0;
}

/* page specific styles */
div#container {
  margin: 0 auto 1em;
  padding: 20px;
  width: 600px;
  height: auto;
  background-color: #ffffff;
  text-align: left;
  border: 1px solid #f0f0f0;
}
div#container div#header {
  width: auto;
  height: auto;
}
div#container div#header h1 {
  margin: 0 0 5px;
  font-size: 1.3em;
  font-weight: bold;
  color: #000000;
}
div#container div#header p {
  font-size: 0.9em;
  line-height: 1.2;
  color: #999999;
}

div#contents {
  width: auto;
  height: auto;
  padding: 2em 0;
  background-color: #ffffff;
}

div#contents h2 {
  clear: both;
  color: #cc0000;
  font-size: 1.8em;
  font-weight: normal;
  font-family: sans-serif;
  text-transform: uppercase;
  margin-bottom: 0.5em;
}
div#contents h3 {
  clear: both;
  color: #000000;
  font-size: 1.2em;
  font-weight: bold;
  font-family: sans-serif;
  text-transform: uppercase;
  margin-bottom: 0.5em;
}
div#contents p {
  color: #666666;
  font-size: 1em;
  line-height: 1.6;
}
div#contents div.TabbedPanelsContent p {
  color: #555555;
  font-size: 0.9em;
  line-height: 1.3;
}
div#container address {
  margin: 0;
  color: #999999;
  font-size: 0.8em;
  font-style: normal;
  line-height: 2;
  text-transform: uppercase;
  text-align: center;
}

