﻿html,body {
    margin:0;
    padding:0;
    height:100%;
    text-align: center;
    background:url(../igraph/back.png) repeat;
}

#banner {
    background: url(../igraph/banner.gif);
    margin-left:auto;
    margin-right:auto;
    height:132px;
    width:955px;
}

#pagewidth {
    width:955px;
    margin-left:auto;
    margin-right:auto;
    background:#fff;
}

#footer {
    position:relative;
    bottom:0;
    width:100%;
    height:20px;
    margin-left:auto;
    margin-right:auto;
    font-size:10pt;
}

#tableminheight 
{
    padding:5px 10px 0 10px;
    height:100%;
    min-height:450px;
    max-height:100%;
}

#titlefont {
    font-style:italic;
    font-size:30pt;
    color:#002083;
    font-weight:bold;
    text-align:center;
    text-decoration:underline;
}

#centercont
{
    margin-left:auto;
    margin-right:auto;
}
