body               { 
  margin           : 10px                           ;
}

#topbar            { 
  background       : black                          ;
  border-bottom    : 1px solid black                ;
  border-right     : 2px solid black;
}

p.banner           { 
  color            : white                          ;
  font-size        : 24pt                           ;
  font-family      : verdana,helvetica,sans-serif   ;
  text-align       : right                          ;
  padding-top      : 10pt                           ;
  margin-right     : 40pt                           ;
  margin-top       :  5pt                           ;
}

p.quote            { 
  color            : white                          ;
  font-size        : 10pt                           ;
  font-family      : verdana,helvetica,sans-serif   ;
  font-style       : normal                         ;
  font-weight      : bold                           ;
  text-align       : left                           ;
  margin-left      : 132px                          ;
  margin-right     : 132px                          ;     
}

p.signoff          { 
  font-size        : 50%                            ;
  font-family      : verdana,helvetica,sans-serif   ;
  font-style       : italic                         ;
  font-weight      : normal                         ;
  text-align       : right                          ;
  margin-right     : 50px                           ;
 }

a:link             { 
  text-decoration  : none                           ;
  color            : black                          ;
} 

a:visited          {
  text-decoration  : none                           ;
  color            : black                          ;
}

a:hover            {
  background       : yellow                         ;
}

#container         {
  width            : 100%                           ;
  position         : relative                       ;
  background       : #f2f2f2                        ; 
  border-bottom    : 1px solid black                ;
  border-left      : 1px solid black                ;
  border-right     : 1px solid black                ;
}

#leftbar           { 
  border-top       : 1px solid black                ;
  float            : left                           ;
  width            : 131px                          ;
}

#main              {
  background       : #fefefe                        ;
  top              : 0px                            ;
  margin-left      : 131px                          ;
  margin-right     : 131px                          ;
  border-left      : 1px solid black                ;
  border-right     : 1px solid black                ;
  border-bottom    : 1px solid #e0e0e0              ;
  border-top       : 1px solid black                ;
  text-align       : justify                        ;
}

#rightbar          { 
  position         : absolute                       ;
  top              : 0px                            ;
  right            : 0px                            ;
  border-top       : 1px solid black                ;
  width            : 131px                          ;
}

html>body #leftbar {
  width            : 130px                          ;
}

html>body #main    {
margin-left        : 130px                          ;
margin-right       : 130px                          ;
}

html>body #rightbar{
  width            : 130px                          ;	
  border-right     : 1px solid black                ; 
  margin-right     : -1px                           ;	
}

html>body #topbar  { 
  width            : 100%                           ;    
} 

.main a:link       {
  text-decoration  : underline                      ;
}

.main a:hover      {
  background       : yellow                         ;
  text-decoration  : underline                      ;
}
.main a:visited    {
  text-decoration  : underline                      ;
}

.banner a:link     {
  background       : black                          ;
  text-decoration  : none                           ;
  color            : white                          ;
}

.banner a:hover    {
  background       : black                          ;
  color            : white                          ;
  text-decoration  : none                           ;
}

.banner a:visited  {
  text-decoration  : none                           ;
  color            : white                          ;
}


h1.main            { 
  font-size        : 150%                           ;
  text-align       : center                         ;
 }

h2.main            { 
  padding          : 4px                            ;
 }

h3.main            {
  font-size        : 80%                            ;
  text-align       : left                           ;
  font-family      : verdana,helvetica,sans-serif   ;
  font-style       : bold                           ;
  margin-left      : 40px                           ;
 }

div.topbox         {
  background       : #fefefe                        ;
  padding-left     : 2px                            ;
  padding-right    : 2px                            ;
  border-bottom    : 1px solid black                ;
  font-size        : 6pt                            ;
  font-family      : verdana,helvetica,sans-serif   ; 
}

div.evenbox        {
  background       : #dcdcdc                        ;
  padding-left     : 2px                            ;
  padding-right    : 2px                            ;
  border-bottom    : 1px solid black                ;
  font-size        : 6pt                            ;
  font-family      : verdana,helvetica,sans-serif   ; 
}

div.oddbox         {
  background       : #fefefe                        ;
  border-bottom    : 1px solid black                ;
  padding-left     : 2px                            ;
  padding-right    : 2px                            ;
  font-size        : 6pt                            ;
  font-family      : verdana,helvetica,sans-serif   ; 
}

div.lastevenbox      {
  background       : #dcdcdc                        ;
  border-bottom    : 1px solid black                ;
  padding-left     : 2px                            ;
  padding-right    : 2px                            ;
  font-size        : 6pt                            ;
  font-family      : verdana,helvetica,sans-serif   ; 
}

div.lastoddbox     {
  background       : #fefefe                        ;
  border-bottom    : 1px solid black                ;
  padding-left     : 2px                            ;
  padding-right    : 2px                            ;
  font-size        : 6pt                            ;
  font-family      : verdana,helvetica,sans-serif   ; 
}

p.main             { 
  margin-right     : 40px                           ;
  margin-left      : 40px                           ;
  font-size        : 75%                            ;
  font-family      : verdana,helvetica,sans-serif   ;
 }

p.ref              { 
  margin-right     : 40px                           ;
  margin-left      : 40px                           ;
  font-size        : 66%                            ;
  font-family      : verdana,helvetica,sans-serif   ;
  padding          : 0px                            ;
  margin-top       : 1px                            ;
  margin-bottom    : 1px                            ;
  background       : white                          ;
}

blockquote.abstract{
  margin-left      : 75px                           ;
  margin-right     : 75px                           ;
  font-size        : 75%                            ;
  font-style       : italic                         ;
  background       : #f2f2f2                        ;
  padding          : 4px                            ;
  border           : double black                   ;
}

blockquote.main    { 
  margin-left      : 75px                           ;
  margin-right     : 75px                           ;
  font-size        : 75%                            ;
  font-style       : italic                         ;
  padding          : 4px                            ;
 }

blockquote.ref    { 
  margin-left      : 50px                           ;
  margin-right     : 50px                           ;
  font-size        : 60%                            ;
  font-style       : italic                         ;
  background       : #f2f2f2;                       ;
  padding          : 4px                            ;
  border           : 1px dotted black               ;
 }

hr.main { 
  height           : 1px                            ;
  color            : black                          ;
  background-color : black                          ;
  border           : 0px                            ; 
 }

hr.ref { 
  height           : 1px                            ;
  color            : black                          ;
  background-color : black                          ;
  border           : 0px                            ; 
 }

ul.main            { 
  list-style-type  : disk                           ;
  font-size        : 75%                            ;
  margin-left      : 40px                           ;
  margin-right     : 40px                           ;
}

ol.main            { 
  list-style-type  : disk                           ;
  font-size        : 75%                            ;
  margin-left      : 40px                           ;
  margin-right     : 40px                           ;
}

li.main            { 
  padding          : 10px                           ;
} 
