﻿*
{
    margin: 0px;
    padding: 0px;
}

body
{
    background-color: #44A5C2;
}
#Base
{
    margin-left: auto;
    margin-right: auto;
    width: 1024px;
}
#MasterPageHead
{
    width: 1024px;
    height: 158px;
    background-image: url(ContentPics/ContentHeadBg.jpg);
    position: relative;
}

#MasterPageHeadBody
{
    position: relative;
}

#HeadBarPostion
{
    position: absolute;
    height: 20px;
    width: 591px;
    top: 14px;
    left: 413px;
}
#ButtonHolder
{
    position: absolute;
    height: 34px;
    width: 1024px;
    top: 124px;
    left: 0px;
    clear: both;
}

#ButtonHolder
{
    position: absolute;
    height: 34px;
    width: 1024px;
    top: 124px;
    left: 0px;
    clear: both;
}

.SelectedItem
{
    visibility: hidden;
}

#Back2Default
{
    position: absolute;
    height: 51px;
    width: 220px;
    top: 12px;
    left: 147px;
    clear: both;
    cursor: hand;
}

#CopyrightBar
{
    margin-left:150px;
    width: 870px;
    margin-top: -23px;
    font-size: 12px;
    text-align: left;
}

#CopyrightBar a
{
    color: Black;
    text-decoration: none;
    margin-left: 75px;
}

#CopyrightBar a:hover
{
    color: Red;
}

