﻿.foo
{
}
/* W3C CSS validator likes CSS files to start with a class rather than a comment. Soooooo.... */
/*-----------------------------------
theme:GerLin Addons
based on "GerLin"
created:04/04/2008 Gerald S Freeman
updated: 04/15/2008 GER
-----------------------------------*/
/*-----------------------------------
Additional styles for import to
main style sheet
-----------------------------------*/
/*======== BEGIN ADDED ==========*/
/*---- Typeface Modifications ----*/
.validrequired, .redEm
{
    color: Red;
    font-weight: bold;
}
/*---- Columns and Clearance ----*/
#copy .leftColumn
{
    float: left;
    width: 45%;
    display: inline;
}
#copy .rightColumn
{
    float: right;
    width: 45%;
    display: inline;
}
#copy .clearSpace
{
    clear: both;
}
#copy .clearLeft
{
    clear: left;
}
/*========= END ADDED ===========*/