﻿body 
{
    margin:0;
    background:#f5f5f5 url('../Images/stripebg4.png');
    font-family:Trebuchet MS, helvetica,arial;
    font-size:13px;
    line-height: 1.5em;
    color:#2e2e2e;
}

#TopBar
{
    background:url('../Images/topbar.png') repeat-x;
    height:10px;
}
.hider{
	display:none;
}

#TopBg
{
    width:100%;
    background:url('../Images/topbg.png') repeat-x;
    height:100px;
}

#Top
{
    margin:0 auto;
    width:950px;
    position:relative;
    height:100px;
}

.logo
{
    margin-top:23px;
}

#Page
{
    width:950px;
    margin:0 auto;
    margin-top:10px;
    position:relative;
    border:solid 1px #efefef;
    background:#FFFFFF url('../Images/topbarwhites.png') repeat-x;
    padding-top:0px;
    margin-bottom:10px;
}

#Right
{
    width:209px;
    float:left;
    font-size:12px;
    margin-left:10px;
    margin-top:10px;
    
}

#Left
{
    width:720px;
    border-left:solid 1px #EFEFEF;
    float:right;
  
}

#Sidebar
{
    float:right;
    padding:10px;
    width:206px;
    border:solid 1px #EFEFEF;
    background:#f9f9f9;
    margin:10px;
}

#MainContent
{
    float:left;
    width:700px;
    padding:10px;
}

#MainContent a
{
    color:#336699;
    text-decoration:none;
}

#Footer
{
    width:950px;
    margin:0 auto;
    margin-top:20px;
    margin-bottom:100px;
    position:relative;
    color:#8e8e8e;
    font-family:Lucida Sans Unicode;
    font-size:10px;
}

#Copyright
{
    margin-top:20px;
}
