
/* Layout Stylesheet */

body {
 margin:20px;
 background:#808080;
 color: #333333;
 text-align:center;
 padding:0;
 }

#outer {
 text-align:left;
 border:1px solid #000000;
 width:700px;
 margin:auto;
 }

#toppage {
  height:85px;
  background:#0000a0;
  background-image: url(logo2b.gif);
  background-repeat: no-repeat;
  background-position: 620px 50%;
  color: #ffffff;
  }


#hdr {
 height:60px;
 width: 615px;
 }

#bar {
  height:25px;
  width: 615px;
  border:solid #000000;
  border-width:0px 0 1px 0;
  z-index:2;
 }


#cont {
 background:#ffffff;
 color: #333333;
 border:solid #000000;
 border-width:0 0 0 1px;
 text-align:left;
 }

#ftr {
 height:25px;
 background:#ffffff;
 color: #333333;
 border:solid black;
 border-width:1px 0 0 0;
 margin:0;
 }
