
/* Layout Stylesheet */ 

body {
 margin:20px;
 background-color: #ffffff; 
 color: #000000;
 text-align:center;
 font-family:Arial,Helvetica,sans-serif;
 font-size:.9em;
 padding:0;
 }

#outer {
 text-align:left;
 border:1px solid #ffffff;
 width:650px;
 margin:auto;
 }

#hdr {display: none;
 }

#bar {
 height:25px;
 background-color: #ffffff; 
/* border:solid #000000; */
/* border-width:1px 0 1px 0; */
 }

.menu {display: none;
 }

#bodyblock {
 position:relative;
 background: #ffffff;
 color: #000000;
 width:650px;
 padding:0;
 }

#ftr {display: none;
 }

div.spacer {clear: both;}