html, body
{
 height: 90%; 
 width: 99%;/* 940px; *//* 970 */
  padding-top: 0px; 
  margin-top: 5px;
  margin-left: auto;
  margin-right: auto;
  text-align: center;
  background-color: rgb(50%, 50%, 50%);
  /* background-color: rgb(95%, 95%, 95%); */
  /* background-image: url(real7dull_darker.gif); */
}
#top
{
  height: 60px; /*60*/
  padding-top: 0px;
  padding-bottom: 0px;
  margin-top: -5px; /*5*/
  border: 1px solid white;
  background-color: rgb(100%, 100%, 100%);
  background-image: url(real7dull.gif); /**/
  /* background-image: url(real7dull_dar.gif); */
  font-weight: normal;
  font-size: 28px; /*40*/
  color: gray;
  text-align: center; /* left */
  /* padding-left: 160px; */
}
#topInside
{
 margin-top:3px;
}
#top-right
{
  padding-right: 50px; /*50*/
  padding-top:   10px;
  float: right;
}
#main
{
  /*height: 90%;//425px;*/
  padding-top: 5px; 
  margin-top: 5px;
  border: 1px solid white;
  background-color: rgb(100%, 100%, 100%);
  background-image: url(real7dull.gif); /**/
  /* background-image: url(real7dull_darker.gif); */
  font-size: 24px;
  color: DarkSlateGray; /* gray; */
}

#content
{
  height: 100%;
  padding: 0px;
  margin-left:   20px;
  margin-right:   20px;
  margin-top:    10px;
  margin-bottom: 10px;
  text-align: left;
}

#footer
{
  font-size: small;
  height: 25px;
  padding-top: 5px; 
  margin-top: 5px;
  margin-bottom: 5px;
  text-align: center;
  border: 1px solid white;
  background-color: rgb(100%, 100%, 100%);
  background-image: url(real7dull.gif); /**/
  /* background-image: url(real7dull_darker.gif); */
}
.italic
{
  font-style: italic;
}
.blueItalic
{
  color: blue;
  font-style: italic;
  font-weight: bold;
  font-size: 38px; /*50*/
}
.blackItalic
{
  color: black;
  font-style: italic;
  font-weight: bold;
  font-size: 24px; /* 30px; */
}
.blue
{
  color: blue;
}
.black
{
  color: black;
}
.blackBold
{
  color: black;
  font-weight: bold;
  font-size: 24px; /*45*/
}

.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;
}
.vertCenterText
{
  display: inline-block;
  vertical-align: middle;
  line-height: normal;
}
.centerMe
{
  line-height: 1.5;
  vertical-align: middle;
}