﻿body
{
    background-color: #F1F6FB;
}
#wrapper
{
    position: relative;
    width: 800px;
    margin-left: auto;
    margin-right: auto;
    text-align: center;
}
#header
{
    position: relative;
    width: 800px;
    height: 132px;
    top: 0px;
    margin-left: auto;
    margin-right: auto;
}
#headerLeft
{
    position: absolute;
    background-image: url(Support/headerLeft.jpg);
    top: 0px;
    left: 0px;
    height: 132px;
    width: 96px;
}
#headerBottom
{
    position: absolute;
    background-image: url(Support/headerBottom.jpg);
    top: 80px;
    left: 96px;
    height: 52px;
    width: 600px;
}
#headerRight
{
    position: absolute;
    background-image: url(Support/headerRight.jpg);
    top: 0px;
    left: 696px;
    height: 132px;
    width: 104px;
}
#headerTop
{
    position: absolute;
    top: 0px;
    left: 96px;
    height: 80px;
    width: 600px;
}
#main
{
    position: absolute;
    top: 132px;
    left: 0px;
    width: 800px;
    font-family: Garmond;
    margin-left: auto;
    margin-right: auto;
    background-color: #F1F6FB;
    text-align: left;
}
#copy
{
    padding-bottom: 25px;
    position: relative;
    text-align: left;
    color: #000066;
    font-family: Arial;
    top: 10px;
    width: 640px;
    left: 150px;
}

#sidebar
{
    position: absolute;
    top: 140px;
    left: 10px;
    height: 131px;
    width: 118px;
    text-align: left;
}
.grid
{
    background-color: White;
    border-color: #CCCCCC;
    border-width: 1px;
    font-size: .8em;
}
.gridSmall
{
    background-color: White;
    border-color: #CCCCCC;
    border-width: 1px;
    font-size: .6em;
}
.priceheader
{
    background-color: #006699;
    font-weight: bold;
    color: White;
}
img
{
    border-style: none;
}
.breadcrumb
{
    font-size: 0.6em;
    color: #006699;
    font-family: Verdana;
}

.error
{
    color: Red;
}
.footerSmall
{
    font-size: 0.6em;
}
.cancel
{
    color: green;
}
.menuItem
{
    font-family: Arial;
    color: White;
    font-size: .9em;
}

.small
{
    font-size: .6em;
}
.TableHeader
{
    background-color: #006699;
    font-weight: bold;
    color: White;
}
.TableRowHeaders
{
    font-weight: bold;
    color: #006699;
}
.TextBoxStandard
{
    width: 80px;
}
.TextBoxSmall
{
    width: 40px;
}

.quote
{
    color: #000066;
    font-style: italic;
}
H3
{
    text-align: left;
    color: #000066;
}
H4
{
    color: #000066;
}

LI
{
    font-size: .9em;
}


.mainLink
{
    color: Blue;
}

.mainLink:visited
{
    color: Blue;
}
.mainLink:focus
{
    color: Blue;
    text-decoration: none;
}

.mainLink:hover
{
    color: Red;
    text-decoration: underline;
}

.mainLink:active
{
    color: #000066;
}

.mainImg
{
    border-left: white thick solid;
    border-bottom: white thick solid;
}

.StatMenSelectedStyle:hover
{
    color: Black;
}


