
.page
{
    margin: auto;
    width: 1100px;
    background-color: #ffffff;
    text-align: left;
}
.header
{
    background-image: url("images/header.png");
}
.footer
{
    background-image: url("images/footer2.png");
    height: 144px;
    padding-left: 100px;
    padding-right: 100px;
}
.footer div
{
    text-align: center;
    font-weight: bold;
    font-size: 12px;
    padding-top: 60px;
    vertical-align: bottom;
}
.footer a
{
    padding-left: 20px;
}
.banner
{
    height: 200px;
}
.banner table
{
    width: 960px;
    height: 100%;
    margin: auto;
}
.logo
{
    height: 100%;
    text-align: right;
}
.logo img
{
    padding-top: 30px;
    padding-bottom: 15px;
    padding-right: 30px;
}
.topmenu td
{
    border-width: 3px;
    border-color: black;
    border-right-style: groove;
    border-style: ridge;
    background-repeat: repeat;
    cursor: pointer;
    cursor: hand;
}
.topmenu a
{
    text-transform: uppercase;
    display: block;
    width: 100%;
    text-decoration: none;
    padding-top: 3px;
    padding-bottom: 3px;
    text-align: center;
    color: black;
    font-size: 20px;
    font-weight: bold;
    text-shadow: 0px 0px 12px black;
    background-image: url("images/pxwhite.png");
}
.topmenu a:hover
{
    color: white;
    text-shadow: 0px 0px 12px red;
    background-image: url("images/pxorange.png");
}
table.submenu
{
    text-transform: none;
    height: auto;

    width: 200px;
    position: absolute;
    visibility: hidden;
    z-index: 1;
}
table.submenu a
{
    background-image: url("images/pxpink.png");
    text-shadow: 0px 0px 12px black;
    text-transform: none;
    color:black;
    font-size: 18px;
}
table.submenu a:hover
{
    background-image: url("images/pxred.png");
    text-shadow: 0px 0px 12px white;
    color:white;
}
table.submenu td.submenuinactive a
{
    color:#888888;
}
table.submenu td.submenuinactive a:hover
{
    color:#222222;
}
#content
{
    padding-top: 10px;
    padding-left: 65px;
    padding-right: 65px;
    height: 100%;
    background-image: url("images/frame2.png");
    background-repeat: repeat-y;
    background-position: center;
}
.sidemenu
{
    font-size:small;
    text-align: center;
    width: 210px;
    padding-right: 10px;
    font-weight: bold;
}
.sidemenu a
{
    font-size:inherit;
    padding-top: 5px;
}
#content td
{
    vertical-align: top;
    padding: 10px;
}
#frame
{
    position: relative;
    height: 100%;
}
.loading
{
    visibility: hidden;
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    filter: alpha(opacity=60);
    opacity: 0.60;
}
