﻿.foo {}
body
{
    font-family: Arial, Sans-Serif;
    background-image: none;
    background-color: #FFFFFF;
}
caption
{
    font-weight: bold;
}

h1.header
{
    color: #228B22;
    font-size: 36pt;
    font-family: "Times New Roman" , Garamond;
    letter-spacing: -0.25em;
    font-weight: bold;
}

p.bold
{
    font-weight: bold;
    font-size: 18pt;
}

#nav
{
    position: relative;
    top: 60px;
}

#leftLinks a 
{
    font-size: 8pt;
}

#leftHead
{
    font-size: 12pt;
    font-weight:bold;
}

a:active 
{
    color: #CC8641;
}

.ulROW
{
    list-style-type: disc !important;
}