body
{
    margin: 20px;
    padding:0;
    font-size: 62.5%;
    font-family: Verdana, Arial, Helvetica, sans-serif;
    color:#266eb1;
    width:525px;
    background-color: #fff;
}
.topSection
{
    background: url(../Images/backgrounds/ErrorPageBgrdTop.gif) no-repeat;
    height:13px;
}
.middleSection
{
    background: url(../Images/backgrounds/ErrorPageBgrdMiddle.gif) repeat-y;
}
.bottomSection
{
    background: url(../Images/backgrounds/ErrorPageBgrdBottom.gif) no-repeat;
    height:24px;
    margin-top: -10px;
}
h3
{
    font-size:1.1em;
    margin:30px 0 10px 0;
    padding-left:10px;
    color:#266eb1;
    font-weight: bold;
}
p
{
    font-size:1.1em;
    margin:10px 0 0 0;
    padding-left:10px;
}
a
{
    color:#266eb1;
}
.middleSection h3
{
    font-size:1.2em;
    margin-top:0;  
    padding-left:20px;
    width:430px;
}
.middleSection p
{
    font-size:1.2em;
    padding-left:20px;
    width:430px;
}