a
{
    color: #336;
    border-bottom: 1px dotted #558;
    text-decoration: none;
}

a:hover
{
    border-bottom: 1px dashed #558;
}

body
{
    background: #eeeef5 url("valid.gif") fixed bottom right no-repeat;
    color: #333;
    font: normal 11px/14px georgia, serif;
}

#ResumeWrapper
{
    width: 600px;
    margin: 30px auto;
    background: white;
    color: #333;
    border: 1px solid #ddd;
}

#Header
{
    margin: 0 0 15px 0;
}

#Header H1
{
    text-align: center;
    margin: 20px 0 10px 0;
    font-size: 20px;
}

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

.Entry
{
    margin: 0 20px 0 110px;
    padding: 0 0 15px 10px;
    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: 10px;
}

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

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

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

h3
{
    font-size: 12px;
    margin: 0 0 3px 0;
}

h3 a
{
    color: #333;
}


.Entry p
{
    margin: 0;
}

.Position
{
    font-weight: bold;
}

acronym
{
    font-style: normal;
    border-bottom: 1px dotted #444;
}

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

li
{
    padding-left: 10px;
    background-image: url("bullet.gif");
    background-repeat: no-repeat;
    background-position: 0 0;
}

