body
{
  color: Black;
  margin: 0;
}

#fullsize
{
  height:100%;
  width:100%;
}

#navigation
{
  background-color: #DDDDDD;
  width: 220px;
  vertical-align: top;
}

#navigation .navtitle
{
  font-size:large;
  line-height: 1.5;
  font-family: Georgia, "Times New Roman", Times, serif;
}

#navigation .navtable a
{
  font-size: medium;
  color: DarkBlue;
  text-decoration: none;
  display: block;
  padding: 10px 10px 10px 20px;
  font-family: Arial, Helvetica, sans-serif;
}

#navigation .navtable a:hover
{
  text-decoration: none;
  background-color: #6699CC;
}

#navigation .navtablehelp a
{
  color: DarkBlue;
  text-decoration: none;
  font-family: Arial, Helvetica, sans-serif;
  width: 200px;
}

#navigation .navtablehelp a:hover
{
  text-decoration: underline;
}

#navigation .helpsection
{
  padding-left: 10px;
  font-size: medium;
}

#navigation .helpsubsection
{
  white-space: nowrap;
  font-size: small;
  padding-left: 10px
}

#content,
#content p,
#content li,
#content table,
#content form
{
  margin-left: 10%;
  margin-right: 5%;
  font-family: "Times New Roman", Times, serif;
}

#content h1
{
  color: DarkBlue;
  font-family: 'Arial';
  font-size: 140%;
  margin-top: 2em;
  margin-left: 5%;
}

#content h2
{
  color: DarkBlue;
  font-family: Arial, Helvetica, sans-serif;
  font-size: 120%;
  margin-top: 2em;
  margin-left: 5%;
}

#content h3
{
  color: DarkBlue;
  font-family: 'Arial';
  font-size: 110%;
  margin-top: 2em;
  margin-left: 5%;
}

#content a
{
  text-decoration: none;
  color: DarkBlue;
}

#content a:hover
{
  text-decoration: underline;
}

#content .noindent
{
  margin-left: 0px;
  margin-right: 0px;
}

#content .indent
{
  margin-left: 30px;
  margin-right: 0px;
}

#content .nodecoration
{
  color: White;
  text-decoration: none;
}

#content .nowrap
{
  white-space: nowrap;
}

