table.layout {
    height: 100%;
    width: 100%;
}


td.menu {
    background: #FFFFFF;
    vertical-align: top;
    padding-top: 10px;
    padding-left: 10px;
    padding-right: 10px;
    padding-bottom: 10px;
    border-bottom-style: ridge;
    border-bottom-width: 1;
    border-bottom-color: #9C9C9C;
    border-right-style: ridge;
    border-right-width: 1;
    border-right-color: #9C9C9C;
}

td.caption {
    color: #DF0032;
    background: #FFFFFF;
    font-size: x-large;
    text-align: center;
    width: 100%;
    border-bottom-style: ridge;
    border-bottom-width: 1;
    border-bottom-color: #9C9C9C;
    padding-left: 0;
}

td.logo {
    border-style: none;
    border-bottom-style: ridge;
    border-bottom-width: 1;
    border-bottom-color: #9C9C9C;
    padding-right: 0;
}

td.menu a {
    color: #9C9C9C;
    background: #FFFFFF;
    font-size: 125%;
    text-decoration: none;

}

td.menu a:hover {
    color: #DF0032;
    font-size: 125%;
    text-decoration: underline;
}

td.content {
    color: #9C9C9C;
    vertical-align: top;
    padding-top: 10px;
    padding-left: 10px;
    padding-right: 10px;
    padding-bottom: 10px;
    border-bottom-style: ridge;
    border-bottom-width: 1;
    border-bottom-color: #9C9C9C;
    height: 100%;
}

td.copyright {
    text-align: center;
    font-size: 80%;
    color: #DF0032
}