﻿BODY
{
    margin-top: 10px;
    margin-bottom: 0;
    margin-left: 0;
    margin-right: 0;
    background-color: #ffffff;
    background-image: url('/_images/background.gif');
}
.ValidationSummary
{
    color: #cc0000;
    font-size: 12px;
    font-weight: normal;
}
.copyright
{
    text-decoration: none;
    color: #666666;
    font-size: 12px;
    font-weight: normal;
}
.currentuser a:link
{
    text-decoration: underline;
    color: #5f7786;
}
.currentuser a:visited
{
    text-decoration: underline;
    color: #5f7786;
}
.currentuser a:active
{
    text-decoration: underline;
    color: #5f7786;
}
.currentuser a:hover
{
    color: #cc0000;
    text-decoration: underline;
}
#maincontainer
{
    width: 1000px; /*Width of main container*/
    margin: 0 auto; /*Center container on page*/
    background: white;
}
#topsection
{
    background: white;
}
#topsection h1
{
    margin: 0;
    padding-top: 15px;
}
#contentwrapper
{
    float: left;
    width: 100%;
    background: white;
}
#contentcolumn
{
    margin-left: 220px; /*Set left margin to LeftColumnWidth*/
    background: white;
}
#leftcolumn
{
    float: left;
    width: 220px; /*Width of left column*/
    margin-left: -1000px; /*Set left margin to -(MainContainerWidth)*/
    background: white;
}
#footer
{
    clear: left;
    width: 100%;
    background-color: white; /*color: #FFF;*/
    text-align: center;
    border-bottom: #bbbbbb 1px solid;
    margin-bottom: 10px; /*padding: 4px 0;*/
}
#footer a
{
    color: #FFFF80;
}
.innertube
{
    margin: 10px; /* Margins for inner DIV inside each column (to provide padding)*/
    margin-top: 0;
}
