/* Default stylesheet */
body
{
  background-position: left top;
  background-image: url(images/gradient.jpg);
  background-repeat: repeat-x;
  background-color: #eeeeee;
  color: black;
}

h1
{
  font-family: sans-serif;
  text-align: center;
  color: white;
  background: #557291;
  border-style: solid;
  border-width: thick;
  border-color: black;
  padding: 10px 8px 10px 8px;
  margin: 0px 5px 10px 5px;
}

h2,h3,h4,h5
{
  font-family: sans-serif;
  text-align: center;
  background-color: lightblue;
  border-style: solid;
  border-width: medium;
  border-color: black;
  padding: 5px 5px 5px 5px;
  margin: 0px 5px 10px 5px;
}

a
{
  color: #000090;
  text-decoration: none;
}

a:visited
{
  color: #000090;
  text-decoration: none;
}

a:hover
{
  color: red;
  text-decoration: underline;
}

img
{
  border-style: none;
}

div.menu
{
  font-family: sans-serif;
  font-size: 12pt;
  font-weight: bold;
}

div.menu a
{
  color: white;
  text-align: center;
  border-color: black;
  border-style: solid;
  border-width: medium;
  background-color: #557291;
  display: block;
  padding: 5px 4px 5px 4px;
  margin: 0px 5px 10px 5px;
}

div.menu a:link
{
  text-decoration: none;
  color: white;
}

div.menu a:visited
{
  text-decoration: none;
  color: white;
}

div.menu a:hover
{
  text-decoration: none;
  color: black;
  background-color: #E0FFFF;
}

div.menu a:active
{
  text-decoration: none;
  color: black;
  background-color: #FFFF00;
}

div.mainbody
{
  font-family: sans-serif;
  font-size: 12pt;
  font-weight: bold;
  color: black;
  text-align: left;
  background-color: #FFDFB7;
  border-color: black;
  border-style: solid;
  border-width: medium;
  padding: 9px 10px 9px 10px;
  margin: 0px 5px 10px 5px;
}
