/* CSS Document */


#main-container{
width:970px;
height:auto;
margin:0px auto;
}

#left-part{
float:left;
width:752px;
}

.white-cont-area{
background-color:#ffffff;
padding:5px 0px 5px 10px;
height:40px;
}



#right-part{
float:right;
width:210px;
margin-left:8px;
}

.right-white-area{
background-color:#ffffff;
height:70px;
}



#center-part{
float:left;
width:970px;
height:auto;
}

.center-white-area{
background-color:#ffffff;
padding:20px 21px 10px 18px;
}


.box{
padding:13px 10px 9px 40px;
width:160px;
height:22px;
background:#f9f9f9;
}

hr {width:923px;color:#d9e6f3;background-color:#cdcdcd;height:1px;border:none;}

#center-part .center-white-area p{ margin-bottom:20px;}
#center-part .center-white-area p.textheading-15{ margin-bottom:0px;}

a.linkindex{color:#262566; text-decoration:underline; font-size:12px;}

