

.skip, .hideme, .print {
    left:-32768px;
    position:absolute;
    top:-32768px;
}

.skip:focus, .skip:active {
    left:0;
    position:static;
    top:0;
}

#skiplinks {
    left:-32768px;
    list-style-type:none;
    margin:0;
    padding:0;
    position:absolute;
    top:0;
    width:100%;
    z-index:1000;
    text-align: center;
}


#skiplinks a.skip:focus, #skiplinks a.skip:active {
    left:32768px;
    background:#333333 none repeat scroll 0 0;
    border-bottom:1px solid #000000;
    color:#FFFFFF;
    padding:10px 0;
    text-decoration:none;
    position:absolute;
    width:100%;
}

.skiptarget {
    border:1px dashed #036;
    position:absolute;
}


/* Page Layout */
.page {
    margin:0 auto;
    width:1009px;
}

.page_margins {
    text-align:left;
    margin: 0 auto;
    min-width: 1009px;
    max-width: 80em;
}


h1, .h1 {
    font-size: 32px;
    color: #d8222e;
}

