body {border: 0;
      height: 100%; 
      margin: 0;
      max-height: 100%; 
      overflow: hidden;
      padding: 0;}
      
#framecontent{background: #EEEEEE;
              bottom: 0; 
              height: 100%;
              left: 0;
              overflow: auto; /*hidden=disable scrollbars; scroll=enable*/
              position: absolute;
              top: 0;
              width: 180px; /*width of frame div*/ }

#maincontent{background: white;
             border-left: thin solid black;
             bottom: 0;
             left: 180px; /*set left value to WidthOfFrameDiv*/
             overflow: auto; 
             position: fixed;
             right: 0;
             top: 0;}

.black    {color: black;}
.bold     {font-weight: bold;}
.mar75    {margin-left: .75cm;}
.med      {font-size: medium;}
.sm       {font-size: small;}
.sred     {color: #CC0000;}
.under    {text-decoration: underline;}
.vtop     {vertical-align: top;}

a:hover   {background-color: yellow;}
a:link    {color: blue;}
a:visited {color: purple;}

div.m2 {font-family: "Arial";
        font-size: medium;
        margin-left: .2cm;}

div.das1b {font-family: "Arial";
           font-size: small;
           margin: 5px;
           font-weight: bold;
           color: #000080;}

div.pic    {font-family: "Arial";
            font-size: medium;
            color: #000080;
            margin-left: .1cm;
            width: 750px;}
            
h1 {font-family: "Calibri";
    font-size: x-large;
    font-weight: bold;
    color: #000080;}
    
h2 {font-family: "Calibri";
    font-size: large; 
    font-weight: bold;
    color: #000080;}
    
p.p595 {text-indent: 0.5cm;
        width: 95%;}

span.svli {font-family: "Verdana";
           font-size: x-large; 
           font-style: italic;}

ul {list-style-type: disc;}

