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

body
{
    font: normal 10pt/11pt georgia, serif;
    background: white;
    color: #333;
    margin: 0;
}

.Category
{
    margin: 0px;
}

#ResumeWrapper
{
    background: white;
    color: #333;
}

#Header
{
    margin: 0 0 10pt 0;
}

#Header H1
{
    text-align: center;
    margin: 10px 0 5px 0;
}

#Header #ContactInfo
{
    text-align: center;
    margin: 5px 10px;
    border-bottom: 1px solid gainsboro;
}

.Entry
{
    margin: 0 10px 0 110px;
    padding: 0 0 6pt 6pt;
    position: relative;
    border: 1px solid white;
    border-left: 1px solid gainsboro;
}

.Date
{
    width: 100px;
    position: absolute;
    top: 0;
    text-align: right;
    left: -120px;
    font-size: 10pt;
}

div>.Date
{
    position: relative;
    left: 0;
    float: left;
    margin-left: -120px;
}

.First .Date
{
    margin-top: 11pt;
}

h2
{
    font-size: 10pt;
    width: 100px;
    margin: 0 10pt -12pt 0;
    text-align: right;
}

h3
{
    font-size: 100%;
    margin: 0;
}

.Entry p
{
    margin: 0;
}

acronym
{
    font-style: normal;
}

ul
{
    margin: 0 0 0 15px;
    padding: 0px;
    list-style: disc;
}

li
{
    padding-left: 0px;
    margin: 0 0 1pt 0;
    background-repeat: no-repeat;
    background-position: 0 0;
}

