body
{
    margin: 20px;
}

p { 
    margin-top: 0; 
}

.leftbar {
    top: 120px;
    left: 25px;
    width: 205px;
    font-family: Verdana, Arial, Helvetica, sans-serif;
    font-size: 10pt;
    position: absolute;
}

.pigred {
    color:#7b0000; 
}

.pagebody {
    position: absolute;
    top: 140px;
    left: 250px;
    padding: 0px;
    margin-right: 30px;
    font-family: Verdana, Arial, Helvetica, sans-serif;
    font-size: 10pt;
    max-width: 45em;
    
    /* yet another IE hack: emulates max-width */
    width:expression( 
    document.body.clientWidth > (500/12) * 
    parseInt(document.body.currentStyle.fontSize)?
        "50em":
        "auto" );
}

div.pagebody h1 {
    margin-top: 0;
    font-size: 12pt;
    font-weight: bold;
    color:#7b0000; 
    text-decoration: underline;
}

div.pagebody h2 {
    margin-top: .5em;
    margin-bottom: .5em;
    font-size: 12pt;
    font-weight: bold;
    color:#7b0000; 
    text-decoration: underline;
}

div.pagebody h1 a:link, div.tabpage h1 a:visited {
    color:#7b0000; 
}

.dashgutter {
    position: absolute;
    left: 5px;
    padding: 0px;
    
    border-right: 30px;
}

.sitemenu {
    FLOAT: left
}

.pagelogo {
    FLOAT: left
}


.picframe {
    width: 83px;
    margin: 0 0 10px 10px;
    background-color: #fff;
    padding: 5px;
    border-top: 1px solid #999;
    border-right: 2px solid #555;
    border-bottom: 2px solid #555;
    border-left: 1px solid #999;
    text-align: center;
    font-size: 9pt;
    font-family: "Comic Sans MS", sans-serif;
    color:#7b0000; 
}

div.picframe img {
    border-top: 2px solid #555;
    border-right: 1px solid #999;
    border-bottom: 1px solid #999;
    border-left: 2px solid #555;
}

.blockhdr {
    padding-right: 5px;
    padding-left: 5px;
    font-weight: bold;
    font-size: 11px;
    background-image: url(images/listViewBg.gif);
    color:#7b0000; 
    border-bottom: #980000 1px solid;
    height: 20px;
    text-align: center;
}

.tablefmt1 {
    border-right: #9e9e9e 1px solid;
    border-top: #9e9e9e 1px solid;
    border-left: #9e9e9e 1px solid;
    border-bottom: #9e9e9e 1px solid
}

div table.tablefmt1 td {
    padding-right: 5px;
    padding-left: 5px;
    font-family: Verdana, Arial, Helvetica, sans-serif;
    font-size: 10pt;
    border-bottom: #9e9e9e 1px solid;
    height: 21px;
}

div table.tablefmt1 img {
    border-style: none;
    vertical-align: middle;
}

.tablefmt1Hdr {
    padding-right: 5px;
    padding-left: 5px;
    font-weight: bold;
    font-size: 11px;
    background-image: url(images/listViewBg.gif);
    color: #666666;
    border-bottom: #980000 1px solid;
    height: 20px;
    text-align: left
}
 
