/*copystyle.css */

#body {
      background-color: white; 
}
#all {
      background-color: white; 
      border: 1px solid black;
      width: 800px;
      margin-top: .2em;
      margin-left: .1em;
      margin-right: .1em;
      min-height: 700px;
}
#head {
      background-color: red;
      text-align: center;
      width: 100%;
      border: 2px black solid;
      font-family: new roman times;
      font-style: normal;
      min-height: 112px;
      padding-left: .1em;
      padding-right: .1em;
      padding-bottom: .1em;
      padding-top: 2em;
}
#left {
      font-size: 13pt;
      float: left;
      background-color: white;
      width: 20%;
      text-align: center;
      min-height: 1220px;
      margin: .1em;
      padding-left: .1em;
      padding-right: .1em;
      padding-bottom: .1em;
      border: 2px red solid;
}
#menu LI {
      font-color: black;
      font-size: 13pt;
      margin-left: -1.5em; 
      margin-right: .1em;
      width: 9em;
      list-style-type: none; 
      text-align: center
}
#menu A {
      border-right: 2px black outset; 
      border-top: 2px black outset; 
      display: block; 
      border-left: 2px black outset; 
      color: black; 
      border-bottom: 2px black outset; 
      background-color: red;
      text-decoration: none
}
#menu A:hover {
      border-right: 2px black inset; 
      border-top: 2px black inset; 
      border-left: 2px black inset; 
      border-bottom: 2px black inset;
}
#center {
      font-size: 13pt;
      float: left;
      background-color: white;
      width: 50%;
      margin: .1em;
      min-height: 720px;
      padding-left: .4em;
      padding-right: .4em;
      padding-bottom: .4em;
      padding-top: .4em;
      border: 2px red solid; 
}
#right {
      float: left;
      width: 25%;
      background-color: white;
      text-align: center;
      margin: .1em;
      min-height: 1220px;
      padding-left: .1em;
      padding-right: .1em;
      padding-bottom: .1em;
      border: 2px red solid;  
}
#footer {
      border-right: 2px black solid;
      border-top: 2px black solid;
      border-left: 2px black solid;
      border-bottom: 2px black solid;
      background-color: red;
      float: left;
      width: 100%;
      clear: both;
      text-align: center;
}