* {
    margin: 0; padding: 0;
}
body {
    font-family: Verdana, Geneva, Arial, Helvetica, sans-serif; font-size: 11px; color: #474747;
}
form {
    padding: 0; margin: 0;
}
.clear {
    height: 0px; overflow: hidden; clear: both; margin: 0; padding: 0;
}
#wrap {
    width: 828px; overflow: hidden; margin: 0 auto;
}
#header {
    width: 828px; height: 238px; background-repeat: no-repeat; margin: 0 0 3px 0; 
}
    * html #header { /*IE 6 bug*/
        background-image: url(../images/header_bg.jpg);
    }
    html > body #header {
        background-image: url(../images/header_bg.png);
    }
        
#content {
    width: 828px;
}
    #content div.top {
        width: 828px; height: 5px; overflow: hidden;  background-repeat: no-repeat;
        filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(src='images/content_top_bg.png', sizingMethod='scale');
    }
        html > body #content div.top {
            background-image: url(../images/content_top_bg.png);
        }
    #content div.middle {
        width: 828px; background-repeat: repeat-y;
        filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(src='images/content_middle_bg.png', sizingMethod='scale');
    }
        html > body #content div.middle {
            width: 828px; background:  url(../images/content_middle_bg.png) repeat-y;
        }
    #main {
        width: 800px; margin: 0 0 0 14px; padding: 9px 0 10px 0;
    }
                .headlineBox {
                    width: 390px; height:66px; overflow: hidden; background-color:#CCE0D5;
                }
                    .headlineBox h3 {
                        font-size: 20px;
                    }
                    
                    .headlineBox h1 {
                        font-size: 20px;
                    }
                                        
                    .headlineBox div.full-line {
                        width: 615px; height: 1px; overflow: hidden; border-top: 1px solid #CFCBCC; margin: 5px 0 8px 0px;
                    }
                    
                    
                .imageBox {
                    width: 550px; height:210px; overflow: hidden; background:url(../images/start_headline.jpg);
                }
                    .imageBox h3 {
                        font-size: 23px;
                    }    
                    .myImageBox h2 {
                        font-size: 24px;
                    }                    
                                        
                    .full-line {
                        width: 615px; height: 1px; overflow: hidden; border-top: 1px solid #CFCBCC; margin: 5px 0 8px 0px;
                    }                    

                .rightBox {
                    width: 415px; height:95px; overflow: hidden; background-color:#B3D0C0;
                }
                    .rightBox h5 {
                        font-size: 23px;
                    }
                    
                    .rightBox h6 {
                        font-size: 31px;
                    }
                .change .rightBox .srf_link{
                    background-image: url(../../images/arrow_bg.gif);
                     background-repeat:no-repeat
                }
                                        
                    .tableBox div.full-line {
                        width: 615px; height: 1px; overflow: hidden; border-top: 1px solid #CFCBCC; margin: 5px 0 8px 0px;
                    }
                    
                .change2 .rightBox{
                    background-color:#8cb8a0;
                }
                
                .change2 .rightBox .srf_link{
                    background-image: url(../../images/arrow_bg_MO.gif);
                     background-repeat:no-repeat
                }
               
.mainheadline h2{
    font-size: 26px;
    width:540px;
    overflow:hidden;
}
.fatheadline h1{
    font-size: 18px;
}            
.boxheadline label{
    font-size: 26px;
}
.boxheadline h4{
    font-size: 26px;
}
form input{
    border:1px solid #00612b;
    padding-left:4px;
    padding-top:2px
}
form textarea{
    border:1px solid #00612b;
}
form textarea .error{
    border:1px solid #e20e1a;
}