body, td, p
{
    background-color: rgb( 249, 249, 249 );
    font: 10pt sans-serif                 ;
}

a
{
    color: rgb( 126, 168, 20 );
    text-decoration: none     ;
}

a:hover
{
    text-decoration: underline;
}

#homeHeader
{
    position: absolute;
    top: 0            ;
    left: 0           ;
    width: 800        ;
}

.topLink
{
    color: white      ;
    position: absolute;
    left: 650         ;
}

.topLink a
{
    color: white         ;
    text-decoration: none;
}

.topLink a:hover
{
    text-decoration: underline;
}

#content
{
    position: absolute;
    top: 350          ;
    left: 0           ;
    width: 800        ;
}

#sideNav
{
    color: rgb( 126, 168, 20 );
    text-decoration: none     ;
}

.sectionHeader
{
    font: 1.4em sans-serif    ;
    color: rgb( 126, 168, 20 );
    display: block            ;
}

#secondaryHeader
{
    position: absolute;
    top: 0            ;
    left: 0           ;
    width: 800        ;
}

#smallPic
{
    position: absolute;
    top: 95           ;
    left: 20          ;
}

#smallPicAdPage
{
    position: absolute;
    top: 95           ;
    left: 42          ;
}

#pageTitle
{
    color: white      ;
    font-size: 30pt   ;
    position: absolute;
    top: 180          ;
    left: 170         ;
}

.footer
{
    background-color: rgb( 126, 168, 20 );
}

.footer a
{
    color: white         ;
    text-decoration: none;
}

.footer a:hover
{
    text-decoration: none;
}
