BODY
{
    font-family: Arial, times, Lucida Console, Times New Roman, MS Sans Serif;
    font-size: 11pt;
    background-image: url('./images/pink_lattice.jpg')
}

td
{
    font-family: Arial, times, Lucida Console, Times New Roman, MS Sans Serif;
    font-size: 11pt
}
/*
pink = #f8dadc
burgundy = #a40042
*/
table.main
{
    width: 750px;
    background-color: #ffffff
}

table.main td.bar
{
    height: 23px;
    background-image: url('./images/gradslice.gif');
    background-repeat:repeat-x
}

.nav
{
    color: #f8dadc;
    text-align: center;
    border-right: 1px solid #cecece;
    border-left: 1px solid #cecece;
    border-bottom: 1px solid #a40042;
    padding: 4px;
    vertical-align: middle
}

.nav a
{
    font-size: 11pt;
    color: #a40042;
    font-weight: bold;
    text-decoration: none
}

table.main td.content
{
    border-right: 1px solid #cecece;
    border-left: 1px solid #cecece;
    padding: 20px
}

img.border
{
    border: 1px solid #a60646;
}

ul
{
list-style-type: none
}

li
{
background-image: url('./images/leaf.gif');
background-repeat: no-repeat;
background-position: top left;
padding-left: 30px;
padding-bottom: 5px;
margin: 5px
}