.main_table
{
    width: 750px;
    background-color: #fff;
    border-left: 1px solid #ccc;
    border-right: 1px solid #ccc;
}
.banner
{
    background-color: #004491;
    height: 99px;
    vertical-align: top;
}
body
{
    margin: 0px;
    padding:0px;
    font-family: verdana;
}
td
{
    font-size: 80%;
}
.todays_date
{
    color: #fff;
    vertical-align: top;
    text-align: right;
    font-size: 70%;
    padding: 5px;
}
.rightside
{
    background-repeat: repeat-y;
    background-image: url(images/rightside.png);
    width: 19px;
}
.leftside
{
    background-repeat: repeat-y;
    background-image: url(images/leftside.png);
    width: 19px;
}
.copyright
{
    background-color: #ddd;
    color: #777;
    text-align: center;
    border-right: 1px solid #fff;
    border-left: 1px solid #fff;
    padding: 4px;
    font-size: 70%;
}
/*
.main_content
{
    padding: 0px;
}
.product_section
{
    border: 1px solid #ccc;
    padding: 8px;
    font-size: 70%;
    vertical-align: top;
}
.submenu
{
    border-bottom: 1px solid #ccc;
    height: 26px;
    font-family: verdana;
    font-size: 10px;
}
.submenu a
{
    font-family: verdana;
    font-size: 10px;
}
.navitem
{
    border-bottom: 1px solid #ccc;
}
.navitem_selected
{
    border-bottom: 1px solid #fff;
}
.product_nav
{
    padding: 0px;
    background-color: #eee;
    line-height: 180%;
}
a
{
    color: #00c;
    text-decoration: none;
}
*/
a:visited
{
    color: #00c;
    text-decoration: none;
}
a:hover
{
    text-decoration: underline;
}
.navigation
{
    width: 100%;
}
.navigation td
{
    padding: 0px;
    padding-top: 4px;
    padding-bottom: 4px;
    padding-right: 4px;
    border-bottom: 1px solid #fff;
    font-size: 80%;
    font-family: Corbel, 'Trebuchet MS', verdana, Arial, sans-serif;
}
.input_form
{
    background-color: #eee;
    border: 1px solid #999;
}
.input_form td
{
    padding: 2px;
    padding-left: 10px;
    padding-right: 10px;
    font-size: 70%;
}
input[type="submit"]
{
    font-size: 80%;
    padding: 2px;
    padding-left: 10px;
    padding-right: 10px;
    cursor: pointer;
}
h4
{
    background-color: #eee;
    border: 1px solid #ccc;
    padding: 2px;
}
