﻿body 
{
    font-family: Verdana, Tahoma, Arial;
    font-size: 8pt;
    color: Black;
    padding: 0px;
    margin: 0px;
    background-image: url('images/Background_03.png');
    background-repeat: repeat-x;
    background-color: #6b6b6a;
}

img, div { behavior: url(iepngfix.htc); }

#SiteContainer
{
    width: 900px;
    text-align: left;
    margin-left: auto;
    margin-right: auto;
    border-left: solid 1px #00478d;
    border-right: solid 1px #00478d;
    border-bottom: solid 1px #00478d;
    background-color: White;
    -moz-border-radius-bottomleft: 8px;
    -webkit-border-bottom-left-radius: 8px;
    -moz-border-radius-bottomright: 8px;
    -webkit-border-bottom-right-radius: 8px;

}
#SiteContainer img
{
    border: none;
}
#TopHeader
{
    background-image: url('images/TopBG900_01.png');
    background-position: right;
    background-repeat: no-repeat;
    background-color: #FFD632;
    height: 92px;
}
#Navigation
{
    background-image: url('images/NavigationBGT_03.png');

    height: 35px;
    z-index: 2;
    text-align: center;
    vertical-align: top;
}
#Navigation img
{
    margin-left: 13px;
    margin-right: 13px;
}
.MainContent
{
    top: -4px;
    position: relative;
    display: inline-block;
    /*padding: 10px;*/
    width: 880px;
    height: auto;
    min-height: 400px;
}
#Footer
{
    margin: 10px auto 10px auto;
    padding: 5px;
    width: 900px;
    text-align: center;
    font-size: 10px;
    color: #303030;
}
#Logo
{
    float: left;
    top: 0px;
    left: 0px;
    position: relative;
}
#ServingWisconsin
{
    float: right;
    top: 0px;
    right: 0px;
    position: relative;
}
a
{
    text-decoration: none;
    color: #00478d;
}
a:hover
{
    color: #00478d;
    text-decoration: underline;
}
h1
{
    font-size: 15px;
    font-weight: bold;
    color: #00478d;
    display: block;
}
h2
{
    font-size: 10pt;
    font-weight: bold;
    color: #00478d;
    display: inline;
    margin-bottom: 5px;
}
.SubContent
{
    padding: 10px 10px 10px 10px;
    width: 100%;
    min-height: 400px;
}
.FootTireLogo
{
    left: 41px;
    position: absolute;
    bottom: 0px;
    margin-left: auto;
    margin-right: auto;
    text-align: center;
}