body, table
{
  color: #293275;
  background-color: #FFFFFF;
  font-family: Arial, Verdana, sans-serif;
  font-size: 12px;
  margin: 0px;
  padding: 0px;
}

body
{
  background-image: url(../images/mini_canada.gif);
  background-position: 85% 95%;
  background-repeat: no-repeat;
  background-attachment: fixed;
}

.nav
{
  color: #293275;
  background-color: #082152;
  top: 0;
  left: 0;
  width: 160px;
  height: 100%;
  text-align: center;
  position: absolute;
}

.content
{
  margin: 25px;
  font-size: 14px;
  text-align: justify;
}

.footer
{
  font-size: 9px;
  text-align: center;
  width: 100%
}

.rightpane
{
  left: 160px;
  position: absolute;
  width: 800px;
  height: 100%;
}

a:visited
{
  color: #22846D;
  background-color: #FFFFFF;
}

a.small
{
  font-size: 10px;
}

/*
a:link
{
  color: #293275;
}
a
{
  text-decoration: none;
}


a:active
{
  color: #FF0000;
}

a:hover
{
	text-decoration: underline;
}
*/