
body {
        font-family: Verdana, Arial, Helvetica, sans-serif;
        font-size: 11pt;
        width: 7.3in;
        color: rgb(0, 0, 0);
        background-color: rgb(255, 255, 255);
}

h1 {
    font-size: 1.18em;
}
h2 {
    font-size: 1.0em;
}


#aboutbox {
    display: none;
    clear: both;
    position: fixed;
    top: 10ex;
    left: 1.5in;
    width: 5in;
    z-index: 2;
    padding: 0;
    background-color: rgb(224, 224, 255);
    border: 1em solid darkBlue;
    -moz-border-radius: 10px;
}
#aboutbox .titlebar {
    color: rgb(255, 255, 247);
    background-color: darkBlue;
}
#aboutbox h1 {
    background-color: darkBlue;
    margin: 0;
    padding: 0 0 0.5em 0;
    display: block;
    float: left;
    width: 95%;
}
#aboutbox h1.closebox {
    float: right;
    width: 5%;
    background: darkBlue url(closebox.gif) no-repeat scroll top right;
}
#aboutbox p {
    margin-left: 1em;
    clear: both;
}

#aboutlink {
    float: right;
}

#aboutlink a {
    color: rgb(190, 190, 190);
    font-size: 75%;
    text-decoration: none;
}

#aboutlink a:hover {
    text-decoration: underline;
}


.document {
    width: 7.3in;
    margin-left: 0.2in;
    margin-top: 0.2in;
    margin-bottom: 0.2in;
    padding: 0.2in;
    color: rgb(0, 0, 0);
    background-color: rgb(255, 255, 247);
    clear: both;
}

.title {
    text-align: center;
}


.vcard {
    font-weight: bold;
    font-style: normal;
}

#icbm {
    width: auto;
    float: left;
}

#electronic {
    float: right;
}

.summary {
    margin-left: 0.2in;
    margin-right: 0.2in;
    text-align: justify;
}

.objective {
    margin-left: 0.2in;
    margin-right: 0.2in;
}

.job {
    margin: 0.2in;
}

.jobheader {
    border-bottom: 1px solid black;
}

.employer {
    margin: 0 0 0 -4px;
    padding: 0.0in;
    font-weight: bold;
    float: left;
    clear: none;
}

.dates {
    font-size: 11pt;
    font-weight: bold;
    float: right;
    clear: none;
}

.position {
    font-weight: bold;
    clear: both;
}

.task {
    display: block;
    clear: both;
    text-align: justify;
}

@media screen {
    .document {
        border: thin solid black;
    }
    .tel {
        display: none;
    }
}

@media print {
    body {
        font-family: "Times New Roman", Helvetica, serif;
    }
    #aboutlink {
        display: none;
    }
    .document {
        color: rgb(0, 0, 0);
        background-color: rgb(255, 255, 255);
    }
    .tel {
        display: none;
    }
    a {
        color: black;
        background-color: inherit;
        text-decoration: none;
    }
}


