/*
 * Generic styles: Fonts
 *
 */
body { margin: 0; font-size: 13px; line-height: 1.231; }
body, button, input, select, textarea { font-family: sans-serif; color: #222; }
html, body {height: 100%;}

a {
    font-size: 13px;
    color: #fe5900;
    text-decoration: none;
}

a:hover {
    text-decoration: underline;
}

h1 {
    font-size: 24px;
    color: #fe5900;
    font-family: "Myriad Pro", arial, verdana, sans-serif;
    font-weight: bold;
    margin-top: 0;
}

h2, h2 a {
    font-size: 18px;
    color: #00295b;
    font-family: "Myriad Pro", arial, verdana, sans-serif;
    font-weight: bold;
    margin-top: 0;
}

.block h2 {
    color: #fe5900;
    font-size: 16px;
    text-transform: uppercase;
}

h3 {
    font-size: 16px;
    color: #00295b;
    font-family: "Myriad Pro", arial, verdana, sans-serif;
    font-weight: bold;
}

p, li {
    font-size: 13px;
    font-weight: normal;
    color: #00295b;
    font-family: arial, verdana, sans-serif;
    line-height: 22px;
    margin-top: 0;
    margin-bottom: 10px;
}

ul, ol, li {
    list-style: none;
    padding: 0;
    margin: 0;
}

table, tr {
    width: 100%;
}

td {
    height: 30px;
    vertical-align: middle;
    border-top: 1px solid #d7d7d7;
    border-bottom: 1px solid #d7d7d7;
    padding-left: 10px;
}

tr:nth-child(odd) {
    background: #fcfcfc;
}

th {
    font-weight: bold;
    color: #00295b;
    text-align: left;
    height: 30px;
    vertical-align: middle;
    border-top: 1px solid #d7d7d7;
    border-bottom: 1px solid #d7d7d7;
    padding-left: 10px;
}
.user-content img { border: 0; -ms-interpolation-mode: bicubic; vertical-align: middle; }
.user-content img.imgLeft { float: left; margin-right: 10px; }
.user-content img.imgRight { float: right; margin-left: 10px; }
.user-content img.imgCenter { display: block; margin: 0 auto; }
.user-content table { border-collapse: collapse; border-spacing: 0; }
.user-content table.noborder td { border: 0; }
.user-content td { vertical-align: top; }

#content img {
    float: left;
    margin: 0 10px 10px 0;
    max-width: 650px;
    height: auto;
}

.three-col #content img {
    max-width: 450px;
    height: auto;
}

.user-content ul, .user-content ol {
    margin-bottom: 10px;
}

.user-content ul li {
    list-style: disc inside;
    margin-left: 10px;
}

.user-content ol li {
    margin-left: 10px;
    list-style: decimal inside;
}

.user-content form ol li {
    margin-left: 0;
}

#content td {border-top: 1px solid #d7d7d7; border-bottom: 1px solid #d7d7d7;}
#content .noborder td {border: none;}
#content h1 {margin-bottom: 5px;}