﻿body
{
    font-family: Sans-Serif;
    font-size: 0.9em;
    margin: 0px 0px 0px 0px;
}

#page
{
    width: 950px;
    margin-left: auto;
    margin-right: auto;
    background-color: #ececec;
}

#banner
{
    height: 123px;
    background: transparent url('images/bannerbg.jpg') repeat-x;
}

#content
{
    background-color: #ececec;
    min-height: 450px;
    width: 700px;
    margin: 0px 125px 20px 125px;
}

#footer
{
    height: 50px;
    width: 950px;
    background: white url('images/ielogo.jpg') no-repeat right;
    line-height: 50px;
}

.button
{
    background-image: url('images/button.jpg'); 
    width: 94px; 
    height: 43px; 
    vertical-align: middle; 
    text-align: center;   
}

.menulink
{
    font-size: 10pt;
    font-weight: bold;
    color: #263c7f; /*#455893;*/
}

.menulink:visited
{
    font-size: 10pt;
    font-weight: bold;
    color: #263c7f;
}

.link
{
    color: #263c7f;
}

.link:visited
{
    color: #263c7f;
}

h3
{
    color: #263c7f;
}

.tableHeader
{
    background-color: #263c7f;
    color: #ececec;
}

.errorMessage
{
    color: red;
}