body /* mods here 2025 */
{
 background: rgb(3,4,94); /* new palete-1 04-17-2025 */
 /* background: rgb(100,100,100); */
 font-family: "Arial";
 font-size: 18px;
 margin-top: 0px;
 width:960px;
 margin-left:auto; 
 margin-right:auto;
 /* testing scaling stuff */
   transform: scale(1.0);
   transform-origin: top;
 /* end test */
 line-height: 1.5; /* new palete-1 04-17-2025 */
}

#home
{
 width:960px; 
 height: auto;/*520px*/ /* special fix added July 2020 */
 margin-left:auto; 
 margin-right:auto;
 background: white;
 display:inline-block; /* special fix added July 2020 */
}
#home-left
{
 width:  940px; /*640*/
 height: auto; /*500*/ /* special fix added July 2020 */
 margin-top:  5px;
 margin-left: 5px;
 margin-bottom: 5px; /* special fix added July 2020 */
 border: 5px solid rgb(144,224,239); /* new palete-1 04-17-2025; */
 /* border: 5px solid rgb(180,180,180); */
 float: left;
 background-image: url('MB-5.png');
 background-repeat: repeat; /* changed no-repeat to repeat July 2020*/
}
#home-left-inside
{
 width:  480px; /* 380 */
 height: auto;/*230*/ /* special fix added July 2020 */
 margin-top:     132px;
 margin-bottom:  132px;
 margin-left:  auto; 
 margin-right: auto;
 border: 4px solid rgb(180,180,180);
 background: rgba(255,255,150,1.0);
}

#footer /* mods here 2025 */
{
 width:960px; 
 height:50px; /* 50 for portrait and 30 for landscape */
 margin-left:auto; 
 margin-right:auto; 
 margin-top: 0px; /* was 5 ... mod to zero */
 margin-bottom: 5px;
 background: linear-gradient(rgb(190,190,190), rgb(255,255,255), rgb(190,190,190)); /* Jan 2025 */
 border-radius: 5px 5px 5px 5px; /* try again Jan 2025 */
 /* border-radius: 0px 0px 10px 10px; */ /* new July 2020 */
}
#footerMessage /* mods here 2025 */
{
 /* padding-top: 7px; */
 color: rgb(120,120,120);
 /*
 font-family: Times;
 font-style: italic;
 */
 text-align: center;
 font-size: 16px; /* mods here 2025 */ /* was 12px */
 line-height: 30px; /* new 2025 */
}
a
{
 display: block;
 font-weight: bold;
 text-decoration: none;
}
a.black
{
 display: block;
 font-weight: bold;
 text-decoration: none;
 color: black;
}
p
{
 padding-left:  10px;
 padding-right: 10px;
 font-family: "Arial";
 font-size: 16px;
}
h1,h2,h3,h4
{
 padding-left:  10px;
 padding-right: 10px;
 font-family: "Arial";
}

li
{
  padding: 10px;
}
.modLineHeight
{
  line-height: 1.4;
}
.small
{
 font-size: 12px;
 font-family: "Arial";
}
.big
{
 font-size:20px;
 font-weight: bold;
}
.bold
{
 font-weight: bold;
}
.center
{
 text-align: center;
}
.blue
{
 color: blue;
}
.em
{
 font-style: italic;
}
/*
.scrolly
{
  height: 500px !important;
 overflow: auto;
}
 */
