::selection {
    color: #fff;
    background: #d5242a;
}

html {
    background-color: #981A21;
    /*background-image: url(/images/wide_girls_by_mortallity4_12.jpg);*/
    font: 100.01% Helvetica, Verdana, Arial, sans-serif;
    padding: 100px 0;
}

div.card {
    margin: 0 auto;
    height: 300px;
    width: 842px;

}

div.back, div.front {
    background-color: #fff;
    color: #666;
    font-size: 13px;
    line-height: 18px;
    box-shadow: #700 65px 105px 100px;
    padding: 60px;
    width: 720px;
    border: 1px solid #500;
    min-height: 288px;
}

p, ol, ul, td {

    font-size: 13px;
    line-height: 18px;
}

a {
    text-decoration: none;
}

a:hover {
    text-decoration: underline;
}

pre {
    background-color: #eee;
    padding: 10px;
    font-size: 11px;
}

hr {
    color: #d5242a;
    border-style: solid;
    /*clear: both;*/
}

.clear {
    clear: both;
}

.hidden {
    display: none;
}

header {
    display: inline-block;
    /*background-color: #ccc;*/
    width: 100%;
}

header h1 {
    float: right;
    /*margin-top: 35px;*/
    text-align: right;
    font-size: 1.5em;
    width: 200px;
}

header h1.logo {
    float: right;
    font: 131.01% Courier New, Courier, Consolas;
    width: 500px;
    text-align: right;
    margin: 0;
}

header h1.logo span {
    font-size: 150%;
    font-weight: bold;
}

header h1 span a {
    color: #666;
    text-decoration: none;
}

/*header img {*/
/*float: left;*/
/*margin-top: -25px;*/
/*}*/

/** html img {*/
/*margin-top: -35px;*/
/*}*/

/** + html img {*/
/*margin-top: -35px;*/
/*}*/

header ul {
    float: left;
    text-align: left;
    margin: 0;
    font-weight: bold;
    padding-left: 0;

}

header ul li {
    list-style: none;
    font-size: 16px;
}

#content {
    clear: both;
    margin: 25px 0px;
    text-align: left;
}

#content a {
    color: #666;
    text-decoration: underline;
}

#content h1 {
    color: #666;
    font-size: 2em;
}

#content h1 span {
    font-size: 13px;
}

#content p {
    font-size: 18px;
    line-height: 23px;
    color: #666;
    text-align: justify;
}

#content ul li {
    list-style: none;
    font-size: 18px;
}

#content table {
    float: right;
}

#content td {
    text-align: right;
    padding-left: 10px;
    font-size: 18px;
    height: 25px;
}

#content td.centered {
    text-align: center;
}

#address {
    float: left;
}

#address h1 {
    font-size: 160%;
    margin-top: 5px;
}

#notice {
    color: green;
}

.field_with_errors {
    padding: 2px;
    background-color: red;
    display: table;
}

#error_explanation {
    width: 450px;
    border: 2px solid red;
    padding: 7px;
    padding-bottom: 0;
    margin-bottom: 20px;
    background-color: #f0f0f0;
}

h2 {
    text-align: left;
    font-weight: bold;
    padding: 5px 5px 5px 15px;
    font-size: 12px;
    margin: 0px;
    margin-bottom: 0px;
    background-color: #c00;
    color: #fff;
}

ul li {
    font-size: 12px;
    list-style: square;
}

.fixed_width {
    min-width: 790px;
}

* html .fixed_width {
    width: auto
}

.max_width {
    width: 98%;
}

.standard_background {
    background-color: transparent;
}

.subcolumns {
    width: 100%;
    overflow: hidden;
    margin-bottom: 30px;
    padding-top: 3px;
}

.border_left {
    border-left: 1px #555 dotted;
    padding: 0 10px;
}

.border_right {
    border-right: 1px #555 dotted;
    padding: 0 10px;
}

.subcolumns_oldgecko {
    width: 100%;
    float: left
}

.c50l, .c25l, .c30l, .c33l, .c38l, .c66l, .c70l, .c75l, .c62l {
    float: left;
}

.c50r, .c25r, .c30r, .c33r, .c38r, .c66r, .c70r, .c75r, .c62r {
    float: right;
    margin-left: -5px
}

.c25l, .c25r {
    width: 25%
}

.c33l, .c33r {
    width: 33.333%
}

* html .c33l, .c33r {
    width: 33%
}

.c30l, .c30r {
    width: 30%
}

.c50l, .c50r {
    width: 50%
}

.c66l, .c66r {
    width: 66.666%
}

.c70l, .c70r {
    width: 70%
}

.c75l, .c75r {
    width: 75%
}

.c38l, .c38r {
    width: 38.2%
}

.c62l, .c62r {
    width: 61.8%
}

.subc {
    padding: 0 .5em
}

.subcl {
    padding: 0 2em 0 0
}

.subcr {
    padding: 0 0 0 2em
}

.equalize, .equalize .subcolumns {
    overflow: visible;
    display: table;
    table-layout: fixed
}

.equalize .c50l, .equalize .c25l, .equalize .c30l, .equalize .c33l, .equalize .c38l, .equalize .c66l, .equalize .c70l, .equalize .c75l, .equalize .c62l, .equalize .c50r, .equalize .c25r, .equalize .c30r, .equalize .c33r, .equalize .c38r, .equalize .c66r, .equalize .c70r, .equalize .c75r, .equalize .c62r {
    display: table-cell;
    vertical-align: top;
    float: none;
    margin: 0;
    overflow: hidden
}

.skip, .hideme, .print, dfn {
    position: absolute;
    left: -1000em;
    top: -1000em
}

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