﻿body {
        font: 14px  ;
        text-align:left;
        font-weight:normal;
        background-repeat:no-repeat;
        background-size: 2700px
 }

/* Header Section */

#header {
   	border-top: 3px solid #1b7abf;
	border-bottom: 3px solid  #1b7abf;
	height:140px;
}
 #header .title {

   font-family:'Times New Roman', Times, serif;
	color:     #1b7abf;
	background-color: transparent;
	float: left;
	margin-right: 200px;
	margin-top: 50px;
	margin-left: 350px;
}

/* Main Content */

#content 
{
   /* margin-top:180px; */
	margin-left: 600px;
	margin-right: 2em;
     font-family:'Times New Roman', Times, serif;
}
h1 {
	font: 150% Arial, Helvetica, Georgia, "Times New Roman", Times, serif;
}


/* Menu  */

    .main_menu
    {
        width: auto;
        background-color: whitesmoke;
        color:#575656;
        text-align: center;
        height: 30px;
        line-height: 30px;
        margin-right: 15px;
         font-family: 'Times New Roman';
        font-size: 13pt;
        float:right !important;
        box-shadow: -8px 10px 14px -7px #276873;
        border-bottom-left-radius:5px;
        border-bottom-right-radius:5px;
        z-index:10000 !important;
         outline:none;
    }

.sub_menu {
    width: auto;
    color: #575656;
    text-align: center;
    height: 30px;
    line-height: 30px;
    font-family: 'Times New Roman';
    font-size: 13pt;
    box-shadow: -3px 10px 14px -4px #276873;
    z-index:10001 !important;
     outline:none;
}

.sub_menuitem {
   
    color: #575656;
    font-family: 'Times New Roman';
    background-color:whitesmoke;
    box-shadow: -3px 10px 14px -4px #276873;
    padding:1px 5px 1px 5px;
    outline:none;
   }

.sub_menu img {

    width:100%;
    height:3px;
   }

.level3_menu {
   
    color: #575656;
    text-align: center;
    height: 30px;
    line-height: 30px;
    font-family: 'Times New Roman';
    font-size: 13pt;
    box-shadow: -3px 10px 14px -4px #276873;
     outline:none;
}

.level3_menuitem {
    
    width:auto;
    color: #575656;
    font-family: 'Times New Roman';
    background-color:whitesmoke;
    box-shadow: -3px 10px 14px -4px #276873;
     outline:none;
   }

 .highlighted {
        background-color:#c2c9cb;
        box-shadow: -3px 10px 14px -4px #276873;
    }
 
 .selected
    {
        background-color: #126286;
        color: #fff;
    }
div .menu ul li ul {

display: none;

}

div .menu ul li {

position: relative;

float: left;

list-style: none;

}


/* Current Lists  */
.trGroupData {

    font-weight:bold;
    font-size:15px;
   }

.trGroupData span {
     color:rgb(0,64,128) ;
    }

.trGroup2Data {

    font-weight:bold;
    font-size:15px;
   }

.trGroup2Data span {
       color:black;
    }