#homeLayout {
    width: 745px;
    margin: 10px auto 0px auto;
    border-top: 1px solid #fc2526;
}

#homeLayoutContainer {
    width: 745px;
    margin: 30px auto 0px auto;
}



#homeLayout td {
    padding: 17px 10px 0 0;
}


#homeLayout td.last {
    padding-right: 0;
}

#homeLayoutFooter {
    height: 17px;
    width: 745px;
    margin: 0 auto 20px auto;
    border-bottom: 1px solid #fc2526;
}


#homeLayout td img {
    display:block;
}


.home h1 {
    text-transform: uppercase;
    font-size: 14px;
    letter-spacing: 0.1em;
    margin-bottom: 1em;
}


.home h1.title {
    width: 223px; 
    height: 69px;
    background-image: url('../../images/logo-trmp-large.gif');
    margin: 0 auto 0px auto;
    text-align: left;
    text-indent: -10000px;
}

.home h2.intro {
    font-size: 9px;
    text-transform: uppercase;
    letter-spacing: 0.2em;
    line-height: 1.7em;
    margin: 20px 0;
    font-weight: normal;
}

.home p {
    font-size: 11px;
    line-height: 1.7em;
}


.home .quickresForm {
    margin: 0 auto 20px auto;
}

.home .quickresForm .label {
    text-align: center;
}



.home mainMenu {
    width: 141px;
}


.home .mainMenu a {
    display:block;
    margin-bottom: 3px;
}


.home .mainMenu a.last {
    margin-bottom: 0;
}


.home .mainMenu img
{
    display:block;
}


.home table.bodyCopy {
    margin: 0 auto;
    text-align: left;
    width: 100%;
}

.home table.bodyCopy p {
    line-height: 1.3em;
}