﻿*
{
    margin: 0;
    padding: 0;
}
body
{
    font-family: Arial, Helvetica, sans-serif;
    font-size: 10pt;
    color: #000080;
}
#main
{
    width: 860px;
}
#header
{
    padding-bottom: 10px;
}
#menucolumn
{
    background-color: #ADD3EB;
    border: 1px solid #ADD3EB;
    width: 180px;
    text-align: right;
    padding: 5px 20px 5px 0;
    float: left;
}
#menucolumn a
{
    text-decoration: none;
    font-weight:bold;
}
#menucolumn a:hover
{
    text-decoration: underline;
    color: #FFFFFF;
}
#menucolumn hr
{
    margin: 5px 0 5px 0;
}
.selectedmenu
{
    font-weight: bold;
    text-decoration: underline;
    color: #FF0000;
}
#pplogo
{
    text-align: center;
    padding: 10px 0 10px 0;
}
#contentcolumn
{
    width: 656px;
    float: left;
    border-style: solid;
    border-width: 1px 1px 0 1px;
    border-color: #9FBED0;
    border-bottom-width: 2px;
    border-bottom-color: #4747AD;
}
#searchbar
{
    background-image: url(htdtopbar.gif);
    background-repeat: repeat-x;
    height: 25px;
    padding-right: 15px;
}
#searchbar a
{
    color: #FFFFFF;
    text-decoration: none;
}
#cartbar
{
    background-image: url(htdbottombar.gif);
    background-repeat: repeat-x;
    height: 25px;
    padding-right: 15px;
}
#cartbar a
{
    color: #000080;
    font-weight: normal;
    text-decoration: none;
}
#cartbar a:hover
{
    color: #FFFFFF;
    font-weight: bold;
}
#footerbar
{
    background-image: url(htdbottombar.gif);
    background-repeat: repeat-x;
    height: 25px;
}