.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/24//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;
}
/* --- override theme style sheet --- */
