body {
    min-width:750px; /* Prevent content from becoming unreachable in Gecko */
}


div#topTitle {
    width: 750px;
}

div#topTitle h2 {
    margin: 0 auto;
}

table.emacsCommands {
    width: 80%;
    line-height: 1.35em;
}

table.emacsCommands td.emacsComm {
    width: 15%;
    padding-bottom: 8px;
    vertical-align: top;
}

table#review td
{
     padding-bottom: 10px;
     text-align: left;
     vertical-align: top;
}

div#header {
    height:180px;
    width: 750px;
}

div#headerwrap {
    height:180;
}

div#middle {
    width:730px;
}

div#middlewrap {
    padding: 152px 0 0 0;  /* Affect the distance between the header and the body. */
}

table.peopleTable td {
    width: 200px;
}

td.tRight {
    text-align: right;
    width: 100px;
}

td.tLeft {
    padding-left: 20px;
}


table#cInfo td.mibLeft
{
     width: 150px;
}
