body {
background: url("images/bkgd.jpg");
background-repeat: repeat-x;
background-color: #333300;
font-family: "arial", "helvetica", "sans serif";
}
body.frame {
background: none;
margin: 0;
margin: 0;
}
::-webkit-scrollbar {
  width: 15px;
  height: 15px;
}
::-webkit-scrollbar-thumb {
  background: rgba(80, 82, 43);
}
::-webkit-scrollbar-track {
  background: rgba(0, 0, 0, 0.2);
}
@-moz-document url-prefix() {
  html,
  body,
  div {
    scrollbar-width: thin;
    scroll-behavior: smooth;
  }
}
a {
color:black;
}
a:hover {
color: brown;
}
a.link {
letter-spacing: 5px;
font-weight: bold;
text-decoration: none;
font-size: 13pt;
}
a.link:hover { 
color: orange;
}
a.link1 {
text-decoration: none;
}
a.link1:hover { 
color:brown;
}
a.link2 { 
color: #888456;
font-weight: bold;
} 
a.link2:hover { 
color: brown; 
}
div.leftbox {
width: 425px; /* plus 1px border right */
height: 500px; /* plus 1px border bottom */
text-align: center;
border-right: 1px solid #968c72;
border-bottom: 1px solid #968c72;
display:inline-block;
margin: 35px 0 0 50px;
padding: 0;
}
div.inner {
overflow: auto;
padding: 0 15px;
text-align:justify;
font-size: 13pt;
margin:0;
align:center;
}
div.inner p {
padding-right:7px;
}
div.inner img {
display: block;
margin-left: auto;
margin-right: auto;
}
div.rightside {
width: 410px;
height: 505px; 
margin: 35px 0 0 130px;
padding:0;
display:inline-block;
vertical-align:top;
overflow:hidden;
}
div.section { /* headings in main section */
font-family: "times new roman", "serif";
text-align: center;
font-size: 18pt;
font-weight: bold;
line-height: 120%;
padding: 6px 0 0 0;
text-transform: uppercase;
letter-spacing: 3px;
border-top: 1px black dashed;
border-bottom: 1px black dashed;
}