/* about.css */

#PageHead {
    background-color: #c0c0a0;
}

#PageFoot {
    background-color: #b0b0a0;
}

#PageBody {
    color: #663300;
    background-color: #ffccff;
    background-image: url(bg.gif);
    font-family: "Arial", sans-serif;
    padding: 6pt 36pt 36pt 72pt;
}

h3 {
    color: #663300;
    font-family: "Tahoma", sans-serif;
    font-size: large;
    margin: 12pt 0 4pt 0;
}
h4 {
    color: #cc3300;
    font-family: "Tahoma", sans-serif;
    font-size: medium;
    margin: 12pt 0 4pt 0;
}

cite {
    color: #cc3300;
    font-weight: bold;
    font-style: normal;
}

#PageBody a {color:black; font-weight:bold;}

img.Logo {
    float: right;
    border: 0;
    margin: 0 10px 16px 28pt;
}

img.Icon {
    float: left;
    vertical-align: top;
    border: 0;
    margin: 0 10px 0 3px;
}

#PageBody p {
    color: #2f2f00;
    font-family: "Century Schoolbook", serif;
    font-size: medium;
    font-weight: normal;
    font-style: normal;
    line-height: 1.4;
    margin: 0 24pt 9pt 0;
}

#PageBody .Note {
    font-family: sans-serif;
    color: #7f0000;
    font-size: small;
    margin: 0 36pt 9pt 0;
}


/*eof*/
