﻿body
{
    margin:0px;
    background:url("../../Images/bg_top.gif") repeat-x top;
    background-color:#9ccfe9;
    font-family:Arial;
}

form
{
    margin:0px;
}

strong{font-size:14px;}

.header_home
{
    background: url("../../images/header_home.gif") no-repeat;
    height:166px;
}

.header
{
    height:166px;
}

#header_logo
{
    width:212px;
    height:166px;
    float:left;
}

#header_nav
{
    float:left;
    clear:right;
    width:568px;
    height:166px;
    background:url("../../images/header_nav.gif") no-repeat;
}

.content
{
    background: url("../../images/content-bg.jpg") no-repeat;
    background-position:center center;
    padding-top:10px;
    padding-bottom:10px;
    height:100%;
    width:780px;
}

.HomeContent
{
    background: url("../../images/content-bg.jpg") no-repeat;
    background-position:center center;
    padding-top:10px;
    padding-bottom:10px;
    height:100%;
    width:780px;
}

.content_text
{
    width:780px;
    overflow:auto;
    top:170px;
    bottom:106px;
    position:fixed;
}

.footer
{
    background: url("../../images/footer.gif") repeat-x;
    height:101px;
    color:#91cae6;
    font-size:12px;
    text-align:center;
    bottom:0px;
}

.footer a
{
    color:White;
    text-decoration:none;
}

.footer a:hover
{
    text-decoration:underline;
}

.my_table
{
    z-index:2;
    height:100%;
}

#bg_bottom
{
    z-index:1;
    height:100%;
    background:url("../../images/footer.gif") repeat-x;
    background-position:bottom;
    bottom:0px;
}

h1
{
    margin-top:3px;
    margin-bottom:3px;
    font-weight:normal;
    color:#472311;
}

p
{
    font-size:14px;
    padding:10px 0;
}