body
{
  width: 980px; /* 970 */
  padding-top: 0px; 
  margin-top: 5px;
  margin-left: auto;
  margin-right: auto;
  text-align: center;
  background-color: rgb(100%, 100%, 100%);
  /* background-color: rgb(95%, 95%, 95%); */
  /* background-image: url(real7dull_darker.gif); */
}
#top
{
  height: 60px;
  padding-top: 0px; 
  padding-bottom: 0px;
  margin-top: 5px;
  border: 1px solid black;
  background-color: rgb(100%, 100%, 100%);
  background-image: url(real7dull_lighter.gif); /**/
  /* background-image: url(real7dull_darker.gif); */
  font-weight: normal;
  font-size: 30px; /*40*/
  color: gray;
  text-align: center; /* left */
  /* padding-left: 160px; */
}
#top-right
{
  padding-right: 50px; /*50*/
  padding-top:   10px;
  float: right;
}
#main
{
  /*height: 640px; */
  padding-top: 5px; 
  margin-top: 5px;
  border: 1px solid black;
  background-color: rgb(100%, 100%, 100%);
  background-image: url(real7dull_lighter.gif); /**/
  /* background-image: url(real7dull_darker.gif); */
  font-size: large;
  color: DarkSlateGray; /* gray; */
}
#mtop
{
  height: 540px; /*510*/
  padding-top: 0px; 
  margin-top: 0px;
  margin-left: 5px;  
  margin-right: 5px; 
  /*border: 1px solid black;*/
  float: top;
  text-align: left;
}
#mtop-left
{
  width: 270px;
  float: left;
}
#mtop-right
{
  margin-top: 10px;
  width: 685px;
  float: right;
}
#mbot
{
  /* height: 480px; */
  padding-top: 0px; 
  padding-left: 0px;
  padding-right: 0px;
  margin-top: 0px;
  margin-bottom: 0px;
  margin-left: 0px;
  margin-right: 0px;;
  /*border: 1px solid black;*/
  float: bottom;
}

#footer
{
  font-size: small;
  height: 25px;
  padding-top: 5px; 
  margin-top: 5px;
  text-align: center;
  border: 1px solid black;
  background-color: rgb(100%, 100%, 100%);
  background-image: url(real7dull_lighter.gif); /**/
  /* background-image: url(real7dull_darker.gif); */
}
.italic
{
  font-style: italic;
}
.blueItalic
{
  color: blue;
  font-style: italic;
  font-weight: bold;
  font-size: 45px; /*50*/
}
.blackItalic
{
  color: black;
  font-style: italic;
  font-weight: normal;
  font-size: x-large; /* 30px; */
}
.blue
{
  color: blue;
}
.black
{
  color: black;
}
.blackBold
{
  color: black;
  font-weight: bold;
  font-size: 45px;
}

.imageLink
{
    border: 0px;
}

a
{
  text-decoration: none;
  font-size: 18px;
}
a:link
{
  color: blue;
  font-weight: normal;
  text-decoration: none;
}
a:visited
{
  color: gray;
  font-weight: normal;
  text-decoration: none;
}
a:hover
{
  color: black; /*#DBDB70;*/ /*gold*/
  font-weight: normal;
  text-decoration: none;
}

#adBottom
{
  /* font-size: small; */
  /* display: none; */
  height: 86px;/*25*/
  width: 978px;/*980*/
  padding-top: 0px; 
  margin-top: 5px;
  text-align: center;
  border: 1px solid black;
  background-color: rgb(100%, 100%, 100%);
  background-image: url(real7dull_lighter.gif); /**/
}
#adLeft
{
  /* font-size: small; */
  height: 62px;/*25*/
  width: 470px;
  padding-top: 0px; 
  margin-top:    12px;
  margin-bottom: 12px;
  margin-left: 12px;
  text-align: center;
  /* border: 1px solid black; */
  background-color: rgb(100%, 100%, 100%);
  /* background-image: url(real7dull_lighter.gif); */
  float: left;
}
#adRight
{
  /* font-size: small; */
  height: 62px;/*25*/
  width: 470px;
  padding-top: 0px; 
  margin-top:    12px;
  margin-bottom: 12px;
  margin-right: 12px;
  text-align: center;
  /* border: 1px solid black; */
  background-color: rgb(100%, 100%, 100%);
  /* background-image: url(real7dull_lighter.gif); */
  float: right;
}