html, body, div
{
  margin: 0; 
  padding: 0; 
}

html, body
{
  height: 100%;
  width: 100%;
}

body 
{
  font-family: Verdana, sans-serif;
  font-size: 10pt;
  color: #000000;
  background: #FFFFFF url("bg.jpg") left top repeat-y;
}

h1 
{ 
  font-size: 11pt; 
  text-align: center;
  font-weight: normal;
  padding: 30px;
  margin: 0px;
}

h2
{
  font-size: 11pt;
  font-weight: bold; 
}

h3, h4
{ 
  font-size: 11pt; 
  font-weight: bold;
}

h5
{
  font-size: 10pt;
  font-weight: normal;
  text-align: left;
  margin: 0px;
  padding 0px;
}

h6
{
  font-size: 10pt;
  font-weight: bold;
  text-align: center;
}

a { text-decoration: underline; }
a:link { color: #CC0000; }
a:visited { color: #CC0000; }
a:hover { color: #CC0000; }
a:active { color: #CC0000;}

#menu 
{
  color: #CC0000; 
  font-weight: bold;
}

#menu p { padding: 5px; margin: 5px; }

#menu a { text-decoration: none; }
#menu a:link { color: #000000; }
#menu a:visited { color: #000000; }
#menu a:hover { color: #EE6666; }
#menu a:active { color: #EE6666; }

#submenu 
{
  color: #000000;
  text-align: center;
  font-weight: bold;
  padding: 30px;
} 

#content
{
  background: #FFFFFF;
  padding: 20px;
}

