* {
    border:0px;
    vertical-align:top;
    margin:0px;
    padding:0px;
    font-family:Verdana;
    font-size:11px;
    text-align:left;
}
body {
    background-color:#f2f7fa;
    background-image:url('../../gfx/bg_body.jpg');
    background-repeat:repeat-x;
    text-align:center;
}
#mainContainer {
    margin:auto;
    text-align:left;
    width:957px;
    background-image:url('../../gfx/bg_maincontainer.jpg');
    background-repeat:no-repeat;
}
#mainContainer #subContainer {
    background-image:url('../../gfx/header_1.jpg');
    background-repeat:no-repeat;
    background-position:top center;
    padding-top:19px;
    text-align:center;
    position:relative;
    z-index:1;
}
#mainContainer #subContainer #topBlock {
    width:890px;
    margin:auto;
    height:276px;
    z-index:10;
}
#mainContainer #subContainer #topBlock .left {
    height:276px;float:left;width:18px;background-image:url('../../gfx/bg_blocktop_left.png');
}
#mainContainer #subContainer #topBlock .center {
    height:276px;
    float:left;
    background-image:url('../../gfx/bg_blocktop.png');
    color:#1a226a;
}
#mainContainer #subContainer #topBlock .right {
    height:276px;float:left;width:18px;background-image:url('../../gfx/bg_blocktop_right.png');
}
#mainContainer #subContainer #topBlock .center h1 {
    font-size:22px;
    color:#ffffff;
    font-weight:normal;
}
#mainContainer #subContainer #topBlock .center h2 {
    font-size:26px;
    padding-left:30px;
    color:#1a226a;
}
#mainContainer #subContainer #topBlock .center .textBlock {
    margin-top:20px;
    margin-left:20px;
    margin-right:20px;
    color:#1c236c;
}
#mainContainer #subContainer #topBlock .center a {
    color:#FFF;
    text-decoration:none;
}
#mainContainer #subContainer #bottomBlock {
    width:890px;
    margin:auto;
    margin-top:19px;
    height:284px;
}
#mainContainer #subContainer #bottomBlock .left {
    float:left;height:284px;width:18px;background-image:url('../../gfx/bg_blockbottom_left.png');
}
#mainContainer #subContainer #bottomBlock .center {
    float:left;
    height:284px;
    background-image:url('../../gfx/bg_blockbottom.png');
    color:#247ab0;
}
#mainContainer #subContainer #bottomBlock .center h1 {
    color:#1aa3cb;
    margin-bottom:15px;
    font-size:20px;
}
#mainContainer #subContainer #bottomBlock .right {
    float:left;height:284px;width:18px;background-image:url('../../gfx/bg_blockbottom_right.png');
}
#mainContainer #subContainer #bottomBlock .bottomTable {
    width:850px;
    margin-top:15px;
}
#mainContainer #subContainer #bottomBlock .bottomTable .logo {
    padding:15px;
    padding-top:10px;
}
#mainContainer #subContainer #bottomBlock .bottomTable .logo img {
    margin-top:50px;
}
#mainContainer #subContainer #bottomBlock .bottomTable .text {
    padding-top:10px;
}
#mainContainer #subContainer #bottomBlock .bottomTable .sep {
    border-right:1px solid #b8d1e2;
    padding-left:30px;
}
