#container
{
  width: 100%;
}
#title
{
  float: left;
  width: 99%;
  border: 2px solid white;
  padding: 0;
  padding-top: 1em;
  height: 3em;
  color: #fff;
  background-color: #005;
  font-size: 115%;
}
#title h3
{
  float: left;
  padding: 0;
  margin: 0;
  padding-bottom: 1em;
  text-indent: 2em;
}
#headerBox
{ 
  float: left;
  width: 99%;
  background: #ddd;
  font-size: 95%;
  border: 2px solid white;
  
}
.descTxt
{
  margin: 1em;
  width: 90%;
  background-color: transparent;
}
h2, h3
{
  background: transparent;
  color: #000;
}
#title h2, #title h3
{
  background: transparent;
  color: #fff;
}
.mlink a
{
  color: #000;
  font-weight: bold;
  font-size: 95%;
  font-size-adjust: 0.55;
  text-decoration: none;
}
.mlink a:link
{
  color: #000;
  text-decoration: underline;
}
.mlink a:visited
{
  color: #399;
  text-decoration: underline;
}
.mlink a:active, .mlink a:hover
{
  color: #a99;
  text-decoration: underline;
  font-size: 110%;
}
#headerBox a, #headerBox a:link
{
  color: #800;
}
#headerBox a:hover
{
  color: #00c;
}
#title .lps
{
  float: right;
  padding: 0;
  margin: 0;
  color: #888;
  font-size: 70%;
  width: 20em;
  text-align: right;
  margin-right: .2em;
  height: 1.1em;
  margin-top: 3em;
}