﻿html {
    height: 100%;
    margin: 0;
    padding: 0;
}
body {
    font-family: Verdana;
    background-image: url(Images/PageBackground.gif);
    background-repeat: repeat-x;
    background-color: #F8FFF8;
    height: 100%;
    margin: 0;
    padding: 0;
}
form {
    height:100%;
    margin: 0;
    padding: 0;
}
#MainPage {
    width: 888px;
    min-height: 100%;
    /*height: 100%;*/
    margin: 0 auto 0 auto;
    padding: 0;
    overflow: hidden;
}
#MainPage #ShadowLeft {
    width: 4px;
    height: 100%;
    background-image: url(Images/ShadowLeft.png);
    background-repeat: repeat-y;
    background-position: 0px 20px;
    float: left;
    margin-bottom: -3000px; 
    padding-bottom: 3000px;
}    
#MainPage #ShadowLeft .ShadowOffset {
    width: 100%;
    height: 17px;
    background-color: #006600;
}    
#MainPage #ShadowRight {
    width: 4px;
    height: 100%;
    background-image: url(Images/ShadowRight.png);
    background-repeat: repeat-y;
    background-position: 0px 20px;
    float: right;
    margin-bottom: -3000px; 
    padding-bottom: 3000px;
}    
#MainPage #ShadowRight .ShadowOffset{
    width: 100%;
    height: 17px;
    background-color: #006600;
}    
#MainPage .Footer
{
    clear: both;
    width: 100%;
    height: 20px;
    margin: 0;
    padding: 0px 0px 0px 8px;
    font-size: 7px;
    color: Gray;
}
#PageInner {
    background-color: White;
    width: 880px;
    float: left;
/*    margin-bottom: -3000px; 
    padding-bottom: 3000px;*/
}    
#MainPage #TopMargin {
    width: 100%;
    height: 8px;
    background-color: #006600;
}
#PageTitle {
    height: 100px;
    width: 100%;
    background-color: White;
}
#PageTitle #TopLeft{
    height: 9px;
    width: 9px;
    background-image: url(Images/TopLeft.gif);
    float: left;
}
#PageTitle #TopRight{
    height: 9px;
    width: 9px;
    background-image: url(Images/TopRight.gif);
    float: right;
}
#PageTitle #Logo {
    display: block;
    height: 75px;
    width: 150px;
    background-image: url(Images/Logo.gif);
    margin: 10px 0px 0px 10px;
    float: left;
}
#PageTitle #LogoText {
    display: block;
    font-Size: 16px;
    font-weight: bold;
    color: #006600;
    float: left;
    margin:40px;
}
#MenuBar {
    height: 40px;
    width: 100%;
    background-image: url(Images/MenuBackground.gif);
}
#MenuBar .MenuContainer
{
    width: auto;
    height: 20px;
    margin: 12px 12px 0px 20px;
    padding: 0;
    float: left;
    overflow: hidden;
}
#MenuBar .MenuText
{
    width: auto;
    display: block;
    margin: 0px 0px 0px 0px;
    padding: 0px 0px 4px 0px;

    text-align: center;
    color: #E8D59B;
    font-size: 10pt;
    font-weight: bold;
    text-decoration: none;
}
#MenuBar .MenuText:hover
{
    text-decoration: underline;
}
#ProductBar {
    width: 160px;
    float: left;
    background-color: White;
    padding-top: 20px;
    margin-bottom: -3000px; 
    padding-bottom: 3000px;
    font-size: 10pt;
}
#ProductBar A {
    color: Blue;
}
#ProductBar .arrow {
    width: 50px;
    height: 17px;
    float: left;
    background-image: url(Images/Arrow.gif);
    background-position: 20px 0px;
    background-repeat: no-repeat;
}
#ProductBar .seperator {
    clear: both;
    width: 160px;
    height: 16px;
    margin: 10px 0px 10px 0px;
    background-image: url(Images/SeparatorBar.gif);
    background-repeat: no-repeat;
}
#Content {
    width: 680px;
    float: right;
    background-color: White;
    margin-bottom: -3000px;
    padding: 20px 20px 3000px 20px;
    font-size: 10pt; 
}
#Content .VanPicture {
    width: 600px;
    height: 259px;
    background-color: Silver;
    outline: #006600 outset 2px;
    margin: 0px 20px 20px 0px;
    background-image: url(Images/VanHome.jpg);
}