﻿/*
@media print
{
    html body 
    {
        float: none !important;
        margin: 0;
        padding: 0;
    }

    #sides, .hentry
    {
        float: none !important;
        margin: 0 !important;
        padding: 0 !important;
        text-align:left;
    }

    #partnerMessage
    {
        z-index: 100; 
        position: absolute; 
        font-weight: bold; 
        left: 175px !important;
        top: 140px !important;
        width:650px; 
        text-transform:none;
        text-align:left;

    }
    
}

html {
  height: auto;
}

body
{
    font-size: 10pt;   
}
h2
{
    font-size: 14pt;
    font-weight: 600;    
}
h3 { font-size:95%;clear:both;text-transform:uppercase; }
#sides
{
    margin: 0;
    width: 780px;
    min-height: 500px;
    height:100%;
    border: 1px solid #000;
    position:absolute;
}
#left
{
    float: left;
    width: 30%;
    overflow: hidden;
    text-align: center;
}

#right
{
    float: left;
    position: relative;
    width: 65%;
    overflow: hidden;
    text-align: left;
    border-left: solid 1px #000;
    padding-left: 20px;
}


#innerLeft
{
    font-size: 12pt;
}

#innerLeft h2
{
    font-size: 16pt;
}


#right h2
{
    text-transform: uppercase;
}
div
{
    text-align: center;
}
*/
