

.BG1
{
    background-image: url(../images/BG1.gif); 
    background-position: right top; 
    background-repeat: no-repeat;
}

.BG2
{
    background-image: url(../images/BG2.gif); 
    background-position: right top; 
    background-repeat: no-repeat;
}

.BG3
{
    background-image: url(../images/BG3.gif); 
    background-position: right top; 
    background-repeat: no-repeat;
}

.BG4
{
    background-image: url(../images/BG4.gif); 
    background-position: right top; 
    background-repeat: no-repeat;
}

.BG5
{
    background-image: url(../images/BG5.gif); 
    background-position: right top; 
    background-repeat: no-repeat;
}

#NavEnd
{
    background-image: url(../images/NavEnd.gif);
    background-repeat: repeat-x;
}

#BottomNav
{
    width: 505px;
    margin: -1px auto;
    font-family: Arial; 
    font-weight: bold; 
    font-size: small;
    height: 15px;
}

#BottomNav ul
{
    color:#222a8c;
    margin: 0px;
    padding: 0px;
    list-style-type: none;
    text-align: left;
}

#BottomNav ul li 
{
    color:#222a8c;
    text-decoration: none; 
    display: inline;
}

#BottomNav ul li a
{
    color:#222a8c;
    text-decoration: none; 
    display: inline;
}

#BottomNav ul li a:hover
{
    color: #666bb1;
    text-decoration: none; 
    display: inline;
}

a>img
{
    border: 0px;
}

a>img:hover
{
    border: solid 1px #1d5c83;
}
