﻿body 
{
    margin: 0;
    font-family: Verdana, Arial, Helvetica, sans-serif;
}

a:link {
	color: #000066;
	text-decoration: none;
}
a:visited {
	text-decoration: none;
	color: #000099;
}
a:hover {
	text-decoration: none;
	color: #0066CC;
}
a:active {
	text-decoration: none;
}


#wrapper
{
    width: 766px;
    border: solid 2px #003366;
    margin: 0 auto;
}

#header
{
    height: 88px;
    width: 100%;
    clear: both;
    background-color: #99ccff;
}

#yellowbar
{
    height: 5px;
    width: 100%;
    clear: both;
    background-color: #ffcc99;
}

#bluebar
{
    height: 25px;
    width: 100%;
    clear: both;
    background-color: #9999ff;
}


#footer
{
    font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	text-align: center;
	vertical-align: middle;
	padding: 5px;
	font-style: normal;
	font-weight: normal;
	font-variant: small-caps;
	text-transform: none;
    height: 30px;
    background-color: #99aaff;
}

#bottombar
{
    height: 5px;
    background-color: #0066cc;
}

.tables
{
    text-align: center;
    margin: 0 auto;
    padding-bottom: 25px;
}

#order
{
    width: 735px;
    font-size: small;
    margin: 2px 15px;
}

#leftCol
{
    width: 150px;
    float: left;
    padding-left: 10px;
}

#rightCol
{
    width: 556px;
    float: right;
}
