body {
   margin: 0px;
   padding: 0px;
   padding-top: 20px;
   
   width: 100%;
   height: 100%;
   
   font-family: Verdana;
   font-size: 10px;
   
   overflow-x: hidden;
   
}

img {
   border: 0px;
   padding: 0px;
   margin: 0px;
}


div.bg_bar {
   width: 100%;
   position: absolute;
   margin-top: 22px;
   z-index: 2;
   height: 160px;
   background-color: #e7e7e7;
   width: 100%;
   margin-bottom: 1px;
}

div.container {
   width: 955px;
   position: absolute;
   left: 50%;
   margin-left: -477px;
   z-index: 3;
}
   

div.top {
   margin-bottom: 0px;
}


div.logo {
   width: 224px;
   display: table-cell !important;
   display: inline; 
}


div.header {
   border-right: solid 1px #FFFFFF;
   width: 730px;
   display: table-cell !important;
   display: inline;
   position: absolute;
   margin-top: 22px;
   top: 0px;
   left: 225px;
}


div.menu {
   font-size: 1px;
   display: table-cell !important;
   display: inline;
   width: 730px;   
   position: absolute;
   top: 3px !important;
   top: 0px;
   left: 225px;
}

div.menu a {
   height: 55px !important;
   height: 21px;
   padding-top: 3px !important;
   padding-bottom: 5px !important;
   padding-top: 4px;
   padding-bottom: 0px;
   color: white;
   text-decoration: none;
   font-size: 11px;
   margin-right: 1px;
   font-weight: bold;   
}

div.menu a.default {
   background-color: #3d3d3d;
}

div.menu a.active {
   background-color: #0e2b8d;
}


div.menu a img {
   vertical-align: top;
   margin-top: -3px !important;
   margin-top: -4px;
}

div.menu a img.left {
   margin-right: 12px;
}

div.menu a img.right {
   margin-left: 12px;
}



div.content {
   background-color: #00105e;
}

div.content_left {
   width: 198px !important;
   width: 224px;
   height: 300px;
   display: table-cell !important;
   display: inline;
   vertical-align: top;
   margin-right: 1px;
   background-color: #00105e;
   padding: 15px;
}

div.content_right {
   width: 710px !important;
   width: 731px;
   height: 300px;
   display: table-cell !important;
   display: inline; 
   vertical-align: top;
   line-height: 15px;
   background-color: #FFFFFF;
   border-left: dotted 1px #000000;
   border-right: dotted 1px #000000;
   margin-left: -1px;
   margin-right: 0px;
   padding: 15px;
}


div.innertext {
   padding: 15px;
   padding-top: 0px;
}



div.submenu b {
   margin: 5px;
   margin-bottom: 0px;
   display: block;
   font-size: 12px;

}

div.submenu a {
   display: block;
   color: #FFFFFF;
   text-decoration: none;
   height: 13px !important;
   height: 18px;
   margin-top: 2px;
   padding: 3px;
   padding-left: 8px;
}

div.submenu a:hover {
   font-weight: bold;
}

hr {
   height: 1px;
   border: 0px;
   color: #ABABAB;
}



div.footer {
   width: 955px;
   margin-top: 0px;
   padding-top: 5px;
   border-top: solid 4px #00105e;
   display: table-cell !important;
   display: inline;
}


div.contactdetails {
   width: 723px;
   margin-left: 224px;
   text-align: center;
}

   
p.head {
   font-size: 17px;
   font-style: italic;
   color: #0063a6;
   font-weight: normal;
   padding-left: 10px;
}

p.head_dark {
   background-color: #0063a6;
   display: block;
   color: #FFFFFF;
   font-weight: bold;
   padding: 3px;
   padding-left: 5px;
   margin-bottom: 1px;
}