body
{
    background-color: #DDDDDD;
    background-image: url("../images/Background.png");
    background-position: left;
    background-repeat: repeat;
    background-attachment: fixed;
}

a
{
    color: Black;
    text-decoration: none;
}

.parentTable
{
    width: 768px;
    background-color: #AAFFC7;
}

.parentContentCell
{
    width: 760px;
    border: 2px solid #000000;
}

.contentTable
{
    width: 760px;
}

.headerCell
{
    font-size: xx-large;
    font-weight: bolder;
    border-bottom-style: solid;
    border-width: 1px;
    border-color: #000000;
}

.imageLogo
{
    padding-top: 8px;
    padding-bottom: 8px;
}

.topNavBarCell
{
    padding: 8px;
    border-bottom-style: solid;
    border-color: #000000;
    background-color: #D9FFE2;
    font-size: medium;
    font-weight: bold;
    width: 100%;
}

.sideNavBarCell
{
    padding: 8px;
    border-right-style: solid;
    border-color: #000000;
    background-color: #D9FFE2;
    font-size: medium;
    font-weight: bold;
    width: 100px;
}

.contentCell
{
    width: 600px;
    vertical-align: top;
    padding: 8px;
    border-color: #CCCCCC;
    background-color: #FFFFFF;
    border-top-style: solid;
    border-top-width: 4px;
    border-left-style: solid;
    border-left-width: 2px;
}

.copyrightCell
{
    border-top-style: solid;
    border-width: 1px;
    border-color: #000000;
}

.shadowRight
{
    padding-left: 8px;
    background-color: #666666;
    border-width: 8px;
    border-top-style: solid;
    border-color: #DDDDDD;
}

.shadowBottom
{
    height: 10px;
    line-height: 10px;
    background-color: #666666;
    border-width: 10px;
    border-left-style: solid;
    border-color: #DDDDDD;
}

/*Other CSS*/

.button
{
    z-index: 0;
    position: relative;
    cursor: pointer;
}

.labelText
{
    position: relative;
    top: -23px;
    z-index: 1;
    font-family: Arial;
    font-weight: bold;
    font-size: medium;
    cursor: pointer;
}

.clickHereButton
{
    z-index: 0;
    position: relative;
    cursor: pointer;
}

.clickHereText
{
    position: relative;
    top: 21px;
    z-index: 1;
    font-family: Arial;
    font-weight: bold;
    font-size: medium;
    cursor: pointer;
}

.clickHereButton2
{
    z-index: 0;
    position: relative;
    cursor: pointer;
}

.clickHereText2
{
    position: relative;
    top: 21px;
    z-index: 1;
    font-family: Arial;
    font-weight: bold;
    font-size: medium;
    cursor: pointer;
}

.topImages
{
    width: 247px;
    height: 180px;
}

.bottomImages
{
    width: 247px;
    height: 247px;
}
