/*copystyle.css */

#all {
      background-color: white;
      border: 1px solid black;
      width: 800px;
      min-height: 600px;
}
#head {
      background-color: #81BEF7;
      text-align: center;
      font-family: georgia;
      font-style: normal;
      line-height: 25pt;
      border-top: 5px double #A4A4A4;
      border-right: 5px double #A4A4A4;
      border-left: 5px double #A4A4A4;
      border-bottom: 5px double #A4A4A4;
}
#left {
      font-color: black;
      font-size: 12pt;
      float: left;
      width: 20%px;
      margin: .5em;
      padding-left: .5em;
      padding-right: .5em;
      padding-bottom: .5em;
      border-right: 1px solid black;
}
#menu LI {
      font-color: black;
      font-size: 12pt;
      margin-left: -2.5em; 
      margin-right: 1em;
      width: 11em;
      list-style-type: none; 
      text-align: center
}
#menu A {
      display: block; 
      color: black; 
      text-decoration: none
}
#menu A:hover {
      background-color: #81BEF7;
      border-right: 1px black inset; 
      border-top: 1px black inset; 
      border-left: 1px black inset; 
      border-bottom: 1px black inset;
}
#center {
      font-family: arial;
      font-size: 12pt;
      float: left;
      background-color: #FFFFFF;
      width: 50%;
      margin: .1em;
      padding-left: .1em;
      padding-right: .1em;
      padding-bottom: .1em;
}
#right {
      float: left;
      font-size: 11pt;
      width: 25%;
      font-family: arial;
      text-align: center;
      margin: .1em;
      padding-left: .1em;
      padding-right: .1em;
      padding-bottom: .1em;
      min-height: 600px;
}
#footer {
      border-top: 1px black solid;
      font-family: arial;
      float: left;
      width: 100%;
      clear: both;
      text-align: center;
