.foo
{
}
/* W3C CSS validator likes CSS files to start with a class rather than a comment. Soooooo.... */
/*-----------------------------------
theme: About Site
based on "Fruit"
created:02/10/2008 Gerald S Freeman
updated:04/17//2008 GSF
-----------------------------------*/
/* --- Columns from Home Page CSS --- */
.leftColumn
{
    float: left;
    width: 50%;
    display: inline;
}
.rightColumn
{
    float: right;
    width: 40%;
    display: inline;
}
/* --- END Columns from Home Page CSS --- */
.clearSpace
{
    clear: left;
}
/* --- override theme style sheet --- */
ol, ul, li
{
    margin-top: 0.2em;
    margin-bottom: 0.1em;
    margin-left: 1em;
    padding-left: .1em;
    font-size: 1.0em;
    line-height: 1.5em;
}
* html ul
{
    padding-left: 0;
}
* html li
{
    padding-left: 0.5em;
}
li
{
    list-style-image: none;
    list-style-type: disc;
    list-style-position: outside;
}
/* --- blank content page (Mastheads, &c.) --- */
#blankCopy
{
    /*margin-left: 240px;*/ /*margin-right: 10px;*/
    padding: 10px; /*0 3.5em 4em;*/
    position: static;
}
* html #blankCopy
{
    padding: 0 5em 4em 2em;
}
/* Hide from IE5 Mac \*/
* html #blankCopy
{
    height: 1%;
}
#blankCopy h1, #blankCopy h2, #blankCopy h3, #blankCopy h4, #blankCopy h5, #blankCopy h6
{
    margin-left: 5em;
}

/* --- override theme style sheet --- */
