body {
    margin: 0;
    text-align: center;
    background-color: #dcdcdc;
    font-family: tahoma,verdana;
    font-size: 8pt;
    color: #69698F;
}

#pageContainer {
    width: 860px;
    text-align: left;
    margin: auto;
    background-color: #fff;
}

#pageHeader {
    background: url(images/od-trial_header.gif) no-repeat #fff;
    border: 1px solid #aaaaaa;
    border-width: 1px;
    height: 134px;
    width: 100%;
    box-sizing: border-box;
}

.logo {
    width: 100%;
    height: 78px;
    background-color: #fff;
    box-sizing: border-box;
}

.logo img {
    width: 859px;
    box-sizing: border-box;
}

#pageTitle {
    font-size: 11pt;
    font-weight: bold;
    color: #000;
    width: 100%;
    height: 56px;
    background-color: #e7e7e7;
    box-sizing: border-box;
    border: 1px solid #aaaaaa;
    border-width: 1px 0px;
}

.title-logo {
    width: 658px;
    box-sizing: border-box;
    float: left;
    height: 100%;
    padding: 15px;
}

.logo-pro {
    float: left;
    box-sizing: border-box;
    width: 200px;
    text-align: center;
    height: 100%;
    padding: 5px 10px;
    border: 1px dashed #aaaaaa;
    border-width: 0px 0px 0px 1px;
}

.logo-pro img {
    width: 77%;
}

.logoLink {
    width: 342px;
    height: 63px;
}

#contentContainer {
    padding: 22px 30px;
    border: 1px solid #aaaaaa;
    border-width: 0 1px 1px 1px;
}

.Welcome {
    font-family: tahoma,verdana;
    font-size: 30pt;
    color: #CAC8DD;
    font-weight: bold;
}

#auxColumn1 {
    float: right;
}

#auxColumn img {
    margin-top: 5px;
}

#primaryContent {
    width: 620px;
}

#pageFooter {
    background: url(../images/od-trial_footer.gif) no-repeat #fff;
    position: relative;
    height: 64px;
}

#footerLinks {
    float: right;
    margin: 8px 10px;
    color: #888888;
}

#footerLinks a {
    color: #888888;
    text-decoration: none;
    font-size: 7pt;
}

#footerText {
    text-align: center;
    color: #fff;
    position: absolute;
    top: 36px;
    width: 860px;
    font-size: 9pt;
}
