body
{
  font:   10pt Arial;
  width:  700px;
  background-color: #EAEAEA;
}
div.Banner
{
  width:   150px;
}
div.WelcomeSign
{
  position: absolute;
  top:      50px;
  left:     160px;
}
div.Content
{
  position: absolute;
  top:      120px;
  left:     160px;
  width:  550px;
  min-height: 400px;
  margin-right: 20px;
  padding:  10px;
  border:   inset #777 2px;
  background-color: #FFF;
}
div.Copyright
{
  font-size: smaller;
  border-top: solid black 1px;
}
div.NavBar
{
  margin-left: 10px;
}
a:link
{
  color: #1545FF;
}
a:visited
{
  color: #3585FF;
}
a:active
{
  color: #35FFA0;
}
a:hover
{
  color: #002580;
}