
 body
 {
  background-color: #EED8AE;
  font-family: Arial, Verdana, sans-serif
 }
a:link
{ 			
  font-weight: bold;
  color: blue;
}
a:visited
{
  font-weight: bold;
  color: red;
}
a:hover
{
  font-weight: bold;
  color: GRT-Font-Color1;
  background-color: #CC9966;
}
table th
{
  text-align: left;
}
table td, th
{
  border: thin solid #CC9966;
  padding: 4px 4px 4px 4px;
}
table th
{
  background-color: #CC9966;
  color: GRT-Font-Color1;
  text-align: center;
}
#tblNoBorder table 
{
  border: none;
}
#tblNoBorder td, #tblNoBorder th, #tblNoBorder tr
{
  border: none;
}
/*
  the following div is here to divide the "content" area
  so the LinksOfInterest "menu" can be displayed there
*/
div.LOIleft
{
  width:30%;
  margin-left: 25%;
  background-color: #EED8AE;
}
div.LOIright
{
  width:50%;
  background-color: #EED8AE;
}
/*
 end of my statements and beginning 
 of the page format statements
*/
div.container
{
  width:90%;
  max-width: 1000px; 
  min-width: 300px; 
  margin:0 auto;
  border:8px solid #CC9966;
  line-height:125%;
  background-color: #EED8AE;
}
div.header,div.footer
{
  padding:0.5em;
  color:GRT-Font-Color1;
  background-color:#CC9966;
  clear:left;
}
h2.header
{
  padding:0;
  margin:0;
}
div.left
{
  float:left;
  width:19%;
  margin:0;
  padding:0.75em;
}
div.content
{
  margin-left:20%;
  border-left:8px solid #CC9966;
  padding:1em;
}

