﻿*
{
    margin:0;
    padding:0;
}
iframe
{ 
    margin:0; padding:0; border:0; width:0; height:0;
}
body 
{
    background:#fff;
    font-family: verdana, helvetica, arial, geneva, sans-serif;
    text-align:center;
}
p
{
    margin: 5px 0;
}
#MasterHeader
{
    width:100%;
    background:#fcbc33 url("../images/BgHeader1.gif") repeat-x top left;
}
#MasterMenu
{
    width:100%;
    background:#0194dd /* url("../images/BgTopMenu.gif") repeat-x */;
}
.TopMenuLevel1
{
    height:30px;
    text-align:center;
    font-size:small;
    color:#000;
}
#ContentWrapper
{
    width:100%;
    background:#f5f5f5 url("../images/BgContentWrapper.gif") repeat-x top left;
}
#MasterFooter
{
    clear:both;
    width:100%;
    padding:50px 0 20px 0;
    background:#f5f5f5;
}