/* CSS Document */
body
{
    margin: 0px;
}
#wrapper
{
    width: 750px;
   
}
#outer
{
    border: 0px solid #B7CADD;
    margin: 0 5px;
}
#leftcolumn
{
    display:none;
}

#rightcolumn
{
    margin-left: 0;
    min-height: 650px;
}
#rightcolumn #header
{
    display: none;
}
#rightcolumn #headerprint
{
    display:block;
}
#rightcolumn #maincontent
{
}
#rightcolumn #maincontent .content
{
    padding: 5px 0px;
    border-top: 0px solid #AEC3D8;
    color: #333;
}


#footer
{
    background-color: #fff;
    padding: 5px 10px 10px;
    border-top: 1px solid #B0C5D8;
}
.clear
{
    clear: both;
}
.podcap
{
    background: url(/Images/pod_cap.jpg) no-repeat top left;
    height: 16px;
    margin-top: 5px;
}
.podcontent
{
    border-left: solid 0px #B0C5D6;
    border-right: solid 0px #B0C5D6;
    padding: 0px;
    line-height:16px;
}
.podclear
{
    clear:both;
    border-left: solid 0px #B0C5D6;
    border-right: solid 0px #B0C5D6;
    padding: 10px;
}
.podtitle
{
    background: url(/Images/pod_title.jpg) no-repeat bottom left;
    color: #fff;
    padding: 0 0 5px 0px;
    font-weight: bold;
    border-right: solid 0px #B0C5D6;
}
.noprint
{
    display:none;
}

