/* ---------- document ---------- */

body {
    background-color: #ffffff;
    color: #000000;
}

/* ---------- headers ---------- */

h1, h2, h3, h4, h5, h6 {
    font-family: futura, helvetica, arial, sans-serif;
    font-weight: bold;
    margin: 0px;
}

h1 {
    font-size: 1.4em;
    margin-top: 10px;
    margin-bottom: 10px;
}

h2 {
    font-size: 1.2em;
}

h3 {
    font-family: serif;
    font-size: 1em;
}

h1 em.jobDates, h2 em.jobDates {
    font-size: 0.7em;
}

h2.section {
    text-align: center;
}

/* ---------- links ---------- */

a {
    color: #000000;
    text-decoration: none;
}

/* ---------- tables ---------- */

th {
    font-family: futura, helvetica, arial, sans-serif;
}

th.label {
    font-family: futura, helvetica, arial, sans-serif;
    font-weight: normal;
    text-align: right;
}

/* ---------- miscellaneous ---------- */

hr {
    width: 100%;
}

hr.small {
    width: 60%;
}

p.footer {
    font-size: 0.8em;
    margin-left: 0px;
}

p, ul, dl {
    margin: 3px 0px 10px 30px;
}

/* ---------- page breaking ---------- */

h1, h2, h3, h4, h5, h6 {
    page-break-inside: avoid;
    page-break-after: avoid;
}


p, ul, dl, table {
    page-break-inside: avoid;
}

@media print {
    @page {
        size: portrait;
        margin: 0.5in;
    }
    @page:first {
        margin-top: 0.75in;
    }
}

