body
{
  text-align: center;
}

#container
{
  width: 730px;
  margin-left: auto;
  margin-right: auto;
}

#top
{
  padding: 0;
  border-bottom: 1px solid black;
  background: url(/img/headerlogo.png) no-repeat;
}

#menu
{
  margin: 0;
  padding: 0;
  margin-bottom: 40px;
  color: #7DF9FF;
  font-weight: bold;
  font-style: italic;
}

#menu a
{
  color: black;
  font-size: 12pt;
  font-weight: bold;
  font-style: italic;
  margin-left: 5px;
  margin-right: 5px;
}

#bottom
{
  padding: 0;
  border-top: 1px solid black;
  margin-bottom: 50px;
  text-align: center;
}

#somespace
{
  height: 50px;
}

strong
{
  font-family: "Small Fonts", "Bitstream Vera Sans Mono", "Courier New", "Monospace", monospace;
  font-size: 24px;
}

h1
{
  text-align: right;
  margin: 0;
  padding: 0;
  position: relative;
  top: 9px;
  font-family: "Trebuchet MS", "Arial", "Helvetica", sans-serif;
  font-weight: normal;
  letter-spacing: 2px;
}

#content
{
  width: 500px;
  margin-left: auto;
  margin-right: auto;
  text-align: right;
}

p, span, label, td, h2, h3
{
  font-family: "Trebuchet MS", "Arial", "Helvetica", sans-serif;
  font-size: 12pt;
}

h2
{
  margin-top: 40px;
  font-size: 14pt;
}

h3
{
  margin: 20px 0 0 0;
  font-size: 12pt;
}

div.code
{
  background-color: #fbceb1;
  width: 100%;
  padding: 3 3 3 3;
  border: 1px solid #ff007f;
  color: black;
}

code
{
  font-family: "Bitstream Vera Sans Mono", "Courier New", "Monospace", monospace;
  font-size: 12px;
}

td.label
{
  font-weight: bold;
  text-align: right;
}

td.header
{
  font-weight: bold;
  border-bottom: 1px dashed black;
}

#bottom p
{
  font-size: 10pt;
}

small, small span
{
  font-size: 10pt;
}

.example
{
  font-style: italic;
}

em, label
{
  font-weight: bold;
  font-style: italic;
}

img#nextarrow
{
  margin: 6 15 6 14;
}

img#nextarrow.loading
{
  margin: 2 2 2 2;
}

input
{
  width: 120px;
}

.warning
{
  font-weight: bold;
  color: #ff2400;
  visibility: hidden;
}

.notice
{
  font-weight: bold;
  color: #007FFF;
  visibility: hidden;
}

.visible
{
  visibility: visible !important;
}

a
{
  text-decoration: none;
  color: #007FFF;
}

a:hover
{
  text-decoration: underline;
}

a:active
{
  color: #ff2400;
  text-decoration: none;
}

.editable
{
}

.editable a
{
  font-size: 0.5em;
}

