/* Basic HTML tags */
html
{
    overflow-y: scroll;
}

body
{
    background: none repeat scroll 0 0 #A7A09A;
    font-family: Verdana,Arial,sans-serif;
    font-size: x-small;
    color: #666666;
    margin: auto;
}

/*Template*/
#page
{
    background: none repeat scroll 0 0 #FFFFFF;
    width: 760px;
    margin: auto;
}
#header
{
    padding-top: 20px;
    height: 80px;
}
#mainSection
{
    padding: 0 37px 0 37px;
}

.masthead
{
    float: left;
    background-color: Transparent;
    z-index: 1000;
    position: absolute;
    margin-left: 40px;
}

.left
{
    width: 95px;
    float: left;
}

.content
{
    width: 591px;
    float: right;
}

.topLink
{
    float: right;
    font-size: 120%;
    font-weight: bold;
    color: #666666;
    margin-bottom: 5px;
}
.topLink, .topLink a
{
    font-weight: bold;
    color: #666666;
    text-decoration: none;
}

a
{
    color: Red;
}

#footer
{
    clear: both;
    padding-top: 10px;
    text-align: center;
}

#footer p
{
    background: none repeat scroll 0 0 #CCCC99;
    margin: 0;
    padding: 5px;
}

.breadcrumb
{
    font-weight: bold;
}

.breadcrumb a
{
    color: Red;
}

.welcome
{
    float: right;
    font-weight: bold;
    margin-right: 5px;
}
.welcome a
{
    text-decoration: none;
    color: Red;
}

.logout
{
    float: right;
    color: Red;
}

