﻿body
{
    background-image: url( '../Images/Back_grey.jpg' );
    font-family: Calibri, Arial, Helvetica, sans-serif;
    font-size: 11pt;
    font-weight: normal;
    font-style: normal;
    margin-top:0px;
}

a
{
    Color:Black;
    text-decoration:none;
}

img
{
    border:none;
}

a:hover
{
    Color:Gray;
    text-decoration:underline;
}

#Preload
{
    display:none;
}

#MainDiv
{
    
}

#Quote
{
    Color:White;
    Height:35px;
    padding-top:8px;
}

#Caption
{
    background-image: url('../Images/Caption_Main.jpg');
    width: 342px;
    height: 68px;
    padding: 30px 0px 0px 580px;
}

#Navigation
{
    width: 922px;
    height: 42px;
    padding-top: 7px;
    background-image: url( '../Images/Back_Menu.jpg' );
    background-repeat: repeat-x;
}

#Content
{
    text-align: left;
    width: 862px;
    height: 738px;
    background-image: url( '../Images/Back_Content.jpg' );
    padding: 20px 30px 20px 30px;
}

#Footer
{
    width:892px;
    padding: 10 15 0 15px;
    text-align:left;
    Color:White;
    font-size:9pt;
}

#Update
{
    float: left;
}
#Copyright
{
    float: right;
    Color: White;
}
#Copyright a
{
    Color: White;
}

     
input {
    border-style: solid;
    border-color: Black;
    border-width: 1px;
    background-color: White;
}

.picsList
{
    margin-left:2px;
    padding:0px;
    list-style-type:none;
}

.picsList li
{
    float: left;
    margin-left:8px;
    margin-top:15px;
    padding-right:10px;
}


.contentScrollPanel
{
    width:100%;
    height:100%;
    overflow:auto;
    background-color:Transparent;
    Color:Black;
    text-align:left;
}