a:link
{
	color: #0000ff; 
	text-decoration: none
}
a:visited
{
	color: #0000ff; 
	text-decoration: none
} 

a:hover
{
    color: #0000ff;
	text-decoration: underline
}

a:active 
{
	color: #0000ff;
	text-decoration: none
}


body
{
        background-color: #ffffcc;
        background-image: url("images/bkg5.gif"); 
        background-repeat: repeat-y }
           
ul
{
	list-style-type: disc; list-style-image: url("images/spacer.gif"); 
}

div
{
    style-position: absolute; left: 250px;  width:578px; 
}              

div.menu
{
    position: absolute; 
    left: 1px;
    top: 50px; 
    right: 125px; 
    padding-left: 1px;
    padding-right: 5px; 
    padding-top: 5px; 
    padding-bottom: 5px; 
    width: 200px;
}

div.toe
{
    position: absolute; bottom: 10px;
    left: 250px;
    width: 578px;
    text-align: center;
}

h1
{
	font-family: Arial, Helvetica; color: #0000A0;
}

h2, h3, h4, h5, h6
{
	font-family: Arial, Helvetica; color: #006400;
}

P
{
   padding-top: 2px; font-family: Times New Roman, serif; text-align: left; text-color: 000000;
}