body 
{ 
  font-family: Arial, Helvetica, sans-serif;
  background: #fff;
  color: #444;
}

#content
{ 
  width: 80%;
  margin-left: 10%;
  padding-top: 40px;
}

#logoLeft 
{ 
  position: absolute;
  top: 44px;
  left: 6px;
}

#logoTop
{ 
  position: absolute; 
  top: 0px;
  left: 44px
}

a:link 
{ 
  color: #33d;
  font-weight: bold;
  text-decoration: none;
}

a:visited 
{ 
  color: #33d;
  font-weight: bold;
  text-decoration: none;
}

a:hover  
{ 
  color: #33d;
  text-decoration: underline;
}

h1 
{ 
  color: #444;
  text-align: center;
}

#navbar
{ 
  text-align: center;
}

.section
{
  background-color: #eee;
  border: 2px solid #444;
  margin-top: 1em;
  padding: 1em;
  clear: both;
  border-radius: 1em;
  -moz-border-radius: 1em;
}

.highlight
{
   background-color: #ffa;
}

.section h2 
{ 
/*  padding: 0 0 0.5em 0;
  margin: 0; */
  margin-top: 0;
  font-size: 1.2em; 
  color: #000;
}

.section p 
{ 
/*  margin: 0.2em 0 0.2em 0; */
/*  padding: 0;*/
}

.section h4 
{ 
  display: inline;
  color: #000;
}

.more { text-align: right; }

.logo 
{ 
  float: left;
  width: 100px;
  display: block;
  margin-right: 1em;
  border: 1px #444 solid;
}

.section hr 
{
  display: block; 
  clear: left; 
  margin: -0.66em 0;
  visibility: hidden;
}
