html
{
    height: 100%;
}
body
{
    margin: 0;
    padding: 0;
    width: 100%;
    height: 100%;
    background-color: #ffffff;
    color: #000000;
    text-align: center;
    font-family: Verdana;
    font-size: 8pt;
}

h4
{
    padding: 15px 0 5px 0px;
    margin: 0;
    width: 724px;
    color: Gray;
    border-bottom: 2px Gray groove;
    text-align: left;
    font-family: Verdana;
}

#container
{
    width: 1000px;
    position: relative;
    margin-left: auto;
    margin-right: auto;
    padding-top: 14px;
    top: 0px;
    background-color: #fff;
    text-align: left;
}

#content
{
    width: 950px;
}

.text
{
    width: 645px;
    color: #4c4c4c;
    margin-left: 10px;
    padding-left: 5px;
}

.text p
{
    margin-bottom: 5px;
    font-size: 12px;
    font-family: sans-serif;
    text-align: justify;
}

.text p a, a:link, a:visited
{
    color: #3399CC;
    text-decoration: none;
}

.text p a:hover
{
    text-decoration: underline;
    background-color: #dddddd;
}

#centercolcontent
{
    position: absolute;
    left: 100px;
    float: left;
}

#centercolcontent a
{
    color: #3399CC;
    text-decoration: none;
}

#centercolcontent a:hover
{
    color: #3399CC;
    text-decoration: underline;
}

#centercolcontent input
{
    color: Black;
    font-size: 8pt;
}

#centercolcontent select
{
    color: Black;
    font-size: 8pt;
}




