*
{
  font-family       : "Trebuchet MS";
  font-size         : 13px;
}

img
{
  border            : 0;
}

body
{
  background-color  : #E0E1EF;
  text-align        : center;
}

h1
{
  font-size         : 16px;
  margin-bottom     : 5px;
}

h2
{
  font-size         : 14px;
  border-bottom     : 1px solid silver;
  padding-bottom    : 3px;
  margin-bottom     : 7px;
}

#container
{
  text-align        : left;
  width             : 940px;
  margin            : auto;
  border            : 1px solid gray;
  padding           : 10px;
  background-color  : white;
}

#main
{
  width             : 770px;
  float             : left;
  margin-left       : 10px;
}

#menu
{
  width             : 135px;
  float             : left;
}

#header
{
  height            : 150px;
  background-image  : url('../images/header.png'); 
  margin-bottom     : 10px;
}

#footer
{
  clear             : both;
  text-align        : center;
  padding           : 10px 0px; 
}

a, a:visited
{
  text-decoration   : none;
  color             : blue;
}

a:hover
{
  text-decoration   : underline;
  color             : red;
}

.menuOption
{
  background-color  : #969EFA;
  margin-bottom     : 1px;
}

.menuOption a, .menuOption a:visited
{
  color             : white;
  display           : block;
  padding           : 2px 5px;
}

.menuOption a:hover
{
  background-color  : red;
  color             : white;
  text-decoration   : none;
}

.highlight
{
  color             : red;
}

.list td
{
  border            : 1px solid silver;
  padding           : 5px;
}

.updated
{
  font-size         : 10px;
  margin-top        : 20px;
}