html
{
  height: 100%;
}

body
{
  background-color: #84bde5;
  font-family: Arial, Helvetica, sans-serif;
  font-size: 12px;
  color: #000000;
  height: 100%;
}

#container
{
  float: left;
  margin: auto;
  width: 815px;
  height: 100%;
  text-align: justify;
  position: absolute;
  top: 0px;
  left: 160px;
  padding-right: 15px;
}

#container .contact, #container .contact tr,
#container .contact td, #container .contact th
{
  padding: 5px;
  border: none;
}

#container img
{
  vertical-align: middle;
}

#menu
{
  background-color: #0101b7;
  padding: 5px;
  float: left;
  margin: auto;
  width: 130px;
  height: 100%;
  text-align: left;
  position: fixed;
  top: 0px;
  left: 0px;
  color: white;
  font-size: 14px;
  font-weight: bold;
}

#menu p
{
  margin: 0px;
  padding: 5px;
  text-indent: -5px;
}

#menu .selected
{
  color: yellow;
}

#menu .selected a:link
{
  color: yellow;
}

#menu .selected a:visited
{
  color: yellow;
}

#menu a:link
{
  color: white;
}

#menu a:visited
{
  color: white;
}

#menu a:hover
{
  color: yellow;
}

table, th, tr, td
{
  padding: 5px;
  border-width: 1px;
  border-color: #0000000;
  border-collapse: collapse;
  border-style: solid;
}

a
{
  text-decoration: none;
  font-weight: bold;
}

a:link
{
  color: #0101b7;
}

a:visited
{ 
  color: #0101b7;
}

a:hover
{
  color: red;
}
