
body { 
    /* font: Geneva, 'DejaVu Sans', sans-serif; */
    font-family: Cambria, 'Liberation Serif', 'Times New Roman', 'Freeserif', Times, serif;
    line-height: 120%;
    background-color: #fafcff;
}

div.linklist ul {
    margin-left: 0;
    padding-left: 40px;
    list-style-image:url(/~doughera/images/bullet.gif);
    line-height: 150%;
}
/*
*/

div.figure {
    float: none;
    width: 80%;
    border: thin silver solid;
    margin: 0.5em;
    padding: 0.5em;
}

div.figure p {
    text-align: center;
    font-style: italic;
    font-size: smaller;
    text-indent: 0;
}

/* 640 pixel image from DTI frame grabber */
div.figuredti {
    float: none;
    width: 640px;
    border: thin silver solid;
    margin: 0.5em;
    padding: 0.5em;
}

div.figuredti p {
    text-align: center;
    font-style: italic;
    font-size: smaller;
    text-indent: 0;
}

img.scaled { width: 100%; }

#contentLeft {
    float: left;
    padding: 10px 2% 10px 2%;
    margin: 20px 2% 20px 1%;
    width: 41%;
}
#contentRight {
    float: right;
    padding: 10px 2% 10px 2%;
    margin: 20px 2% 20px 1%;
    width: 41%;
}
