body
{
  padding: 0;
  margin: 0;
  font: 0.7em Tahoma, sans-serif;
  line-height: 1.5em;
  background: white;
  color: #404040;
  text-align: center;
}

a
{
  color: #1c62f4
  background: inherit;
  text-decoration: none;
}

a:hover
{
  color: #6595f8;
  background: inherit;
}

#container
{
  text-align: left;
  margin: 0 auto;
  width: 700px;
  padding-top: 10px;
}

#header
{
  font-size: 54px;
  line-height: 60px;
  color: #003366;
  font-family: perpetua;
  font-weight:normal;
  height: 73px;
  padding-right: 20px;
  border-bottom: 1px solid #BBE0E3;
  text-align: right;
  padding-top: 5px;
  margin: 0;
  background-image: url(background.png);
}

#navbar
{
  clear: both;
  font-size: 1.1em;
  height: 30px;
  color: #003399;
  margin-top: 2px;
  background: #BBE0E3;
  border-bottom: 1px solid #BBE0E3;
}

#navbar ul
{
  margin: 0;
  padding : 0;
  list-style : none;
}

#navbar li
{
  margin: 0;
  padding: 7px 10px 6px 10px;
  color: #003399;
  background: #BBE0E3;
  float: left;
}

#navbar li.active
{
  background: #6FBDC3;
  color: #ffffff;
  font-weight: bold;
}

#navbar li a
{
  font-weight: bold;
  color: #003399;
  background: inherit;
  text-decoration: none;
  padding: 0;
  margin: 0;
}

#navbar li a:hover
{
  color: #ffffff;
  background: inherit;
}

#contents
{
  border-right: 1px solid #BBE0E3;
  float: left;
  width: 476px;
  color: inherit;
  background: #ffffff;
  margin-top: 5px;
  margin-bottom: 5px;
  padding-bottom: 2em;
  text-align: justify;
}


#contents h3
{
  clear: both;
  background-color: transparent;
  padding-left: 0.5em;
  font: bold 1.2em Tahoma, Arial, Sans-Serif;
  margin: 0 0 0px 0;
}


#contents p
{
  padding-left: 0.5em;
  padding-right: 1.5em;
}

#contents li
{
  padding-right: 5em;
}

#contents h2
{
  background-color: transparent;
  font: arial;
  font-weight:normal;
  font-size: 2em;
  margin-top: 1.5em;
  margin-right: 5px;
  padding-bottom: 5px;
  border-bottom: 1px solid #BBE0E3;
}

#contents h2.top
{
  font-size: 1.5em;
  margin-top: 0.5em;
}

.centeredImage
{
  margin: 10px 0 10px 0;
  padding: 0 0 0 0;
  border: 0;
  text-align: center;
}

#sidebar
{
  float: right;
  width: 220px;
}

#sidebar h2
{
  padding: 3px 7px 3px 5px;
  font: bold 1em Tahoma, Arial, Sans-Serif;
  margin: 1em 0 3px 0;
}

#sidebar h3
{
  color: inherit;
  background-color: #f5f5f5;
  padding: 2px 2px 2px 5px;
  margin: 2px 0 0 0;
  border-bottom: 1px solid #505050;
  font: 1em Tahoma, sans-serif;
}

#sidebar p
{
  margin: 0 0 2em 0;
  padding: 2px 2px 2px 5px;
}

#sidebar li
{
  padding-right: 0.5em;
}

#footer
{
  clear: both;
  text-align: center;
  padding: 10px 0 10px 0;
  border-top: 1px solid #BBE0E3;
  line-height: 1.8em;
}
