I am writing my thesis using Kile. I encountered a mis-justification problem when creating table of contents, please see the uploaded picture. My institute insists to fix this. Can anybody help me on this?

Here is my MWE:
\documentclass[12pt,a4paper]{report}
\usepackage{OkanFBEStyle}
\usepackage[pdftex]{graphicx}
\usepackage{subfigure}
\usepackage{boxedminipage}
\usepackage{enumerate}
\usepackage[nosort]{cite}
\usepackage{wrapfig}
\pdfminorversion=5
\makeatletter
\renewcommand{\thesubfigure}{\alph{subfigure}.\hskip-0.5\subfiglabelskip}
\renewcommand{\@@thesubfigure}{\thefigure.\alph{subfigure}}
\makeatother
\usepackage{float}
\usepackage{booktabs}
\usepackage{multirow}
\usepackage{array}
\usepackage{amssymb}
\usepackage{amsfonts}
\usepackage{amsmath}
\usepackage{amsxtra}
\usepackage{cases}
\usepackage{xfrac}
\setcounter{tocdepth}{3}
\usepackage{epstopdf}
\usepackage{pifont}
\usepackage{url}
\usepackage{hyperref}
\usepackage{color}
\usepackage{ctable}
\usepackage{tabularx}
\usepackage{soul}
\usepackage{lineno}
\usepackage{tikz}
\usetikzlibrary {calc}
\newcolumntype{x}[1]{
>{\raggedleft\hspace{0pt}}p{#1}}
\newcolumntype{+}{>{\global\let\currentrowstyle\relax}}
\newcolumntype{^}{>{\currentrowstyle}}
\newcommand{\rowstyle}[1]{\gdef\currentrowstyle{#1}%
#1\ignorespaces
}
\newcommand{\otoprule}{\midrule[\heavyrulewidth]}
\newcolumntype{Z}{>{\centering\arraybackslash}X}
\begin{document}
\tableofcontents
\chapter{INTRODUCTION}
\section{Intramedullary Nailing}
\chapter{METHODS}
\section{Study 1: In modeling a distraction process, how should the tissue load be correctly represented in order to obtain a better understanding of the mechanical response of IM nails during limb lengthening?}
\subsection{Finite Element Model Considerations}
\end{document}
\documentclassand the appropriate packages so that those trying to help don't have to recreate it. While solving problems is fun, setting them up is not. Then those trying to help can simply cut and paste your MWE and get started on solving problem. – Peter Grill Jan 17 at 7:50OkanFBEStyle. Also change\[and\]with[and]. – zunbeltz Jan 17 at 8:18