#banner {
    text-align: center;
    font-size: 1.25em;
    font-weight: bold;
    padding: 1.25em 0;
}

#logo {
    margin-right: 1.25em;
}

a:hover#logo {
    text-decoration: none; /* don't underline right margin */
}

#logo img {
    vertical-align: bottom;
}

#content {
    padding: 4em 0 3.5em 0;
    text-align: center; /* works for IE only */
}

table#main {
    background-color: #EDF2F2;
}

table#main thead tr th {
    color: #3163ad;
    font-size: 1.2em;
    font-weight: bold;
    padding: 1.5em 0;
    text-align: center;
}

div#authenticate {
    border-right: 1px solid #3163ad;
    padding-right: 10px;
    margin-right: 10px;
    text-align: center;
}

div#subscribe {
    text-align: center;
}

tr#command td {
    padding-top: 17px;
    padding-bottom: 1.5em;
    text-align: center;
}

#footer span {
    height: 1px; /* IE5.0 */
    padding: 0 0.6em;
}


