html, body, div, span, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, abbr, address, cite, code, del, dfn,
em, img, ins, kbd, q, samp, small, sub, sup, var, b, i, dl, dt, dd, ol, ul, li, fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td, article, aside, canvas, details, figcaption, figure, footer, header,
hgroup, menu, nav, section, summary, time, mark, audio, video {
    border: 0 none;
    font: inherit;
    margin: 0;
    padding: 0;
    vertical-align: baseline;
}

html, body {
    text-align: center;
    font-family: Verdana, Arial, sans-serif;
    background: url('bodyBG.png') repeat-x #ECECEC;
    padding: 0;
    height: 100%;
    font-size: 12px;
    color:#343434;
}

div {
    text-align: left;
}

.clearer {
    clear: both;
}

.displayNone, .print {
    display: none;
}

#center {
    position: absolute;
    width: 992px;
    background:url(centerBG.png) no-repeat;

}

#header {
    margin: 0;
    width: 100%px;
    height: 97px;
    background: url(signet.png) center center no-repeat;
}

#login {
    position: absolute;
    top:636px;
    left:449px;
    height:90px; width:90px;

}
#login a {
    display: block; width: 100%; height: 100%;
    background: url(login.png) 0 0 no-repeat;
}
#login a:hover {
    background: url(login.png) 0 -90px no-repeat;
}

#content {
    width: 100%;
    padding-top:340px;
    line-height: 150%;

}
#content .column {
    width: 429px;
    float: left;
    height: 320px;
}
#content .column1 {
    margin:0 43px 0 43px;
}
p {
    margin-bottom: 20px;
}

#footer {
    position: absolute; top:755px;
    width: 100%;
    height: 200px;
    color:#727272;
    font-size: 10px;
    line-height: 150%;
}
#footer a {
    text-decoration: none;
    color: #727272;
}
#footer .column {
    float: left;
    width: 239px;
}
#footer .column1 {
    margin-left: 43px;
}
#footer .last {
    width: 200px;
}