
body
{
  background-color	: #FAEBD7;
}

table.container
{
  margin-top		: 0px;
  width			: 95%;
/*  width: 904px; */
}


table.header
{
  width			: 100%;
  text-align		: center;
  color			: #FFFFFF;
  background-image	: url('images/banner-red.jpg');
  background-repeat	: repeat;
}

table.body
{
  width			: 100%;
  table-layout		: auto;
}

table.footer
{
  width			: 100%;
  table-layout		: auto;
}


td.nav_left_container
{
  text-align		: center;
  width			: 150px;
}

td.nav_left
{
  padding		: 15px;
  border-color		: #800000;
  border-style		: solid;
  font-size		: larger;
  background-image 	: url('images/banner-red.jpg');
  background-repeat	: repeat;
}

table.nav_left
{
  /* empty */
}


table.greeting
{
  color			: #FF0000;
}

td.greeting
{
  text-align		: center;
  color			: #FF0000;
}

td.info
{
  text-align		: left;
  color			: #FF0000;
}

h2.info
{
  color			: #0000FF;
}


a:link.nav_left	   { color : #FFFFFF ; text-decoration : none }
a:visited.nav_left { color : #FFFFFF ; text-decoration : none }
a:hover.nav_left   { color : #FF00FF ; text-decoration : underline }
a:active.nav_left  { color : #0000FF ; text-decoration : underline }
a:link.info	   { color : #0000FF ; text-decoration : none }
a:visited.info     { color : #0000FF ; text-decoration : none }
a:hover.info       { color : #FF00FF ; text-decoration : underline }
a:active.info      { color : #0000FF ; text-decoration : underline }
