html {
   height: 100%;
}
body {
   background: #ffffff;
   font-family: Arial, Helvetica, sans-serif;
   font-size: 11pt;
   height: 100%;
   margin: 0;
   padding: 0;
}
#content {
    margin: 0 auto;
    text-align: left;
    height: 100%;
} 
table {
   font-family: Arial, Helvetica, sans-serif;
   font-size: 11pt;
}
H1 { font-family: Arial, Helvetica, sans-serif;
        font-size: 18pt;
        font-weight: bold }
H2 { font-family: Arial, Helvetica, sans-serif;
        font-size: 12pt;
        font-weight: bold }
H3 { font-family: Arial, Helvetica, sans-serif;
        font-size: 10pt;
        font-weight: bold }
#sidebar {
   float:right;
   width: 250px;
   margin-left: .5em;
}
#infobox {
   border:1px solid #ccc;
   font-size:90%;
   padding:.3em .6em;
   margin-bottom: .8em;
   margin-right: .8em;
}
#infobox p {
   margin:.5em 0;
}
#toc {
   float:left;
   width:175px;
   height: 100%;
}
#toc a {
   color: #ffffff;
}
#toc a:visited {
   color: #888800;
}
#table1 table {
   border-style:dotted;
}
#table1 th {
   border-style:dotted;
}
#table1 td {
   border-style:dotted;
}
.boxed {
  border: 1px solid black ;
  padding: 5px;
} 