
body {
    font-family: "Times New Roman", "Georgia", "Vera", serif;
    font-size: 11pt;
    margin: 0px;
    text-align: center;
}
td {
    padding: 0px 0px;
}
a, a:link, a:hover, a:visited, a:visited:hover {
    text-decoration: none;
    color: #799AC2;
    border: none;
    outline: none;
}
a:visited {
    color: #6666FF;
}
div#page {
    margin: 40px;
    text-align: center;
}
table#content {
    text-align: left;
    margin-top: 20px;
    width: 600px;
}
td#title {
    padding: 0px;
    /*
    padding-bottom: 5px;
    */
    border-bottom: 1px solid black;
}
td#qualifications {
    padding-bottom: 0px;
    vertical-align: bottom;
    text-align: right;
}
td#qualifications h1 {
    font-size: 10pt;
    font-weight: lighter;
    color: #bbbbbb;
    margin: 0px;
    padding: 0px;
}
td#intro {
    border-bottom: 1px solid black;
}
td#intro img {
    float: right;
    clear: right;
    margin-top: 25px;
    margin-bottom: 30px;
    margin-left: 30px;
    margin-right: 0px;
    border: 1px solid black;
    padding: 2px;
}
td#intro p#contact {
    text-align: center;
    font-size: 9pt;
    margin-top: 2px;
}
td#intro p {
    margin-top: 30px;
    margin-bottom: 5px;
    padding-bottom: 0px;
}
p#nav {
    text-align: justify;
    margin-top: 5px;
    margin-bottom: 5px;
    padding-top: 0px;
    padding-bottom: 0px;
}
.site_note {
    font-size: 10pt;
    color: #666666;
    margin-top: 5px;
    margin-bottom: 0px;
    padding-top: 0px;
}
h1 {
    font-size: 16pt;
    font-weight: normal;
    margin: 0px;
    display: inline;
}
h2 {
    font-size: 13pt;
    font-weight: bold;
    padding-top: 0px;
    padding-bottom: 0px;
    margin-top: 28px;
    margin-bottom: 2px;
}
h3 {
    font-size: 12pt;
    font-weight: normal;
    margin-top: 0px;
    margin-bottom: 0px;
}
h3.award {
    font-style: italic;
    color: #888888;
}
p {
    text-align: justify;
    line-height: 1.4em;
    padding-top: 0px;
    padding-bottom: 0px;
    margin-top: 30px;
    margin-bottom: 30px;
}
sup {
    font-size: 6pt;
    text-transform: uppercase;
    vertical-align: +5px;
    margin-top: 0px;
    padding-top: 0px;
}
.pics {
    float: right;
    clear: right;
    width: 206px;
    height: 206px;
    margin-top: 30px;
    margin-bottom: 30px;
    margin-left: 30px;
    margin-right: 0px;
    border: none;
}
.pics a, .pics a:link, .pics a:visited, .pics a:visited:hover {
    text-decoration: none;
    border: none;
    outline: none;
    padding: 0px;
    margin: 0px;
}
.pics img {
    float: right;
    clear: right;
    width: 200px;
    height: 200px;
    padding: 2px;
    border: 1px solid black;
}
.project {
    border-bottom: 1px solid #799AC2;
}
td#footer {
    border-bottom: 1px solid black;
}
div.copyright {
    font-size: 8pt;
    color: #666666;
    text-align: center;
    padding: 40px;
}
@media print {
    p#nav, .site_note {
        display: none;
    }
    td#qualifications h1 {
        color: #bbbbbb;
        font-size: 12pt;
    }
    p.contact {
        font-size: 8.5pt;
        text-align: center;
    }
}
@page {
    size: landscape;
    td.project, h2, p {
        orphans: 0;
    }
}
td.project, h2, p {
    orphans: 0;
}

