body
{
background-color: #ffffff;
font-family: verdana, arial, 'sans serif'; 
font-size: 11px;
color: #5E5E53;
}

p
{
font-family: verdana, arial, 'sans serif'; 
font-size: 11px;
}


h4
{
    border: 1px solid #8B7B8B;
    border-width: 1px 0px;
    color: #6E8B3D;
    font: 11px Verdana, sans-serif;
    padding: 1px;
    margin-right: 0;
    width: 400px;
    text-align: center;
    
}
 


h5
{
    border: 1px solid #8B7B8B;
    border-width: 1px 10px;
    color: #6E8B3D;
    font: 11px Verdana, sans-serif;
    padding: 1px;
    margin-right: 0;
    width: 400px;
    text-align: center;
    
}
 



div#topBar
{
position: absolute;
top: 0px;
left: 0px;
right: 0px;
width: 100%;
background-image: url('bg.jpg');
background-repeat: repeat-x;
}

div#leftColumn
{
position: absolute;
top: 108px;
left: 0px;
width: 200px;
}

div#content
{
position: absolute;
top: 120px;
left: 200px;
width: 450px;
}

div#quoteContent
{
position: absolute;
top: 10px;
left: 320px;
width: 450px;
}

div#quoteLeft
{
position: absolute;
top: 10px;
left: 0px;
width: 320px;
}


div#quoteRight
{
position: absolute;
top: 10px;
right: 0px;
}


div#rightColumn
{
position: absolute;
top: 200px;
left: 650px;
text-align: center;
}



div#leaf
{
position: absolute;
bottom: 10px;
left: 40px;
}

hr.topline
{
color: #878F54;
margin-bottom: -10px
}

hr.bottomline
{
color: #878F54;
margin-top: -10px;
margin-bottom: 0px;
}


p.center 
{
text-align: center;
margin-top: -6px;
margin-bottom: 5px;
}

td
{
font-family: verdana, arial, 'sans serif'; 
font-size: 10px;
}

a
{ 
text-decoration: none
} 

ul.square 
{
list-style-type: square;
margin-top: 0px;
}

ul.image 
{
list-style-image: url("arrow.gif")
}


