body
{
	text-align: center;
	background-color: #ffffff;
	padding: 0;
	margin: 0px;
}

#layout
{
  width: 800px;
  margin: 0;
  margin-top: 30px;
  margin-bottom: 30px;
  padding: 0;
  border: 1px solid #666666;
  border-collapse: collapse;
  background-color: #ffffff;
}

p, ul, td
{
  font-family: verdana, Arial, sans-serif;
  font-size: 8pt;
  font-weight: normal;
  color: #000000;
}

#leftbar
{
  background-color: #d5f1f1;
}

#bottombar
{
  background-color: #d5f1f1;
  text-align: center;
  padding-top: 12px;
  padding-bottom: 12px;
}

#topbar
{
  background-color: #000062;
  font-size: 14pt;
  font-weight: bold;
  color: #ffffff;
}

#topcurve
{
  background-color: #000062;
}

#bottomcorner
{
  background-color: #000062;
  width: 150px;
}

#content
{
  background-color: #ffffff;
}

img
{
  border: 0;
}

a:link,
a:visited,
a:active
{
  color: #1c5654;
  text-decoration: none;
}

a:hover
{
  color: #1c5654;
  text-decoration: underline;
}

