*{
    margin:0;
    padding:0;
}
body {
    font:14px/1.3 Arial,sans-serif;
    background-color:#e6f2ff;
}
header {
    background-color:#63AEED;
    box-shadow: 0 -1px 2px #111111;
    color:#fff;
    display:block;
    height:70px;
    position:relative;
    width:100%;
    z-index:100;
}
header h2{
    font-size:22px;
    font-weight:normal;
    left:50%;
    margin-left:-400px;
    padding:22px 0;
    position:absolute;
    width:540px;
}
header a.stuts,a.stuts:visited{
    border:none;
    text-decoration:none;
    color:#fcfcfc;
    font-size:14px;
    left:50%;
    line-height:31px;
    margin:23px 0 0 110px;
    position:absolute;
    top:0;
}
header .stuts span {
    font-size:22px;
    font-weight:bold;
    margin-left:5px;
}

.tittle
{
     border:none;
    text-decoration:none;
    color:#fcfcfc;
    font-size:20px;
    font-weight:bold;
    left:0%;
    line-height:31px;
    margin:23px 0 0 110px;
    position:absolute;
    top:0;
    }
    .sign
   {
     border:none;
    text-decoration:none;
    color:#fafafa;   
    font-size:14px;
    font-weight:normal;
    left:56%;    
    margin:5px 0 0 0px;
    position:absolute;
    top:0;
   }
.container {
    height: 50;
    margin: 1px auto;   
    max-width:100%;
    
}
.container11  
{
    margin-left:50px;
    margin-right:50px;
}
.container11 {    
    
    min-width: 1200px;
    position: relative;
     z-index: 10;
     margin: auto;
     width:1200px;
     border: 1px solid #000;
     height:500px;
}
.column 
{   
    float: left;
    max-width: 250px;
    padding: 0px;
    margin:0px;
    height: 500px; /* Should be removed. Only for demonstration */    
     border: 0px solid #000;
}
.column2 {
    float:left;
    max-width: 80%;
    padding: 0px;
    height: 500px; /* Should be removed. Only for demonstration */
    border: 0px solid #ccc;
    margin-left:200px;
}
.column3 {
    float: right;
    max-width: 175px;
    padding: 0px;
    height: 500px; /* Should be removed. Only for demonstration */
    border: 0px solid #aaa;
    margin:0px;
}
.ulnew
{
    list-style:square inside url("sqpurple.gif");
    margin-left:10px;
     list-style: none outside none;
     
 }
 
 .tooltip {
    position: relative;
    display: inline-block;
    border-bottom: 1px dotted #fff;
}

.tooltip .tooltiptext {
    visibility: hidden;
    width: 120px;
    background-color: #fff;
    color: #000;
    text-align: center;
    border-radius: 6px;
    padding: 5px 0;
    position: absolute;
    z-index: 1;
    bottom: 150%;
    left: 50%;
    margin-left: -60px;
}
.tooltip a:hover
{
    color:Blue;
    }
    
      
.tooltip .tooltiptext::after {
    content: "";
    position: absolute;
    top: 100%;
    left: 50%;
    margin-left: -5px;
    border-width: 5px;
    border-style: solid;
    border-color: #fff transparent transparent transparent;
}

.tooltip:hover .tooltiptext {
    visibility: visible;
}

.breadcrumb{padding:8px 15px;margin:0 0 0px;list-style:none;font-weight:bold;background-color:#cce6ff;-webkit-border-radius:4px;-moz-border-radius:4px;border-radius:0px}
.breadcrumb li{display:inline-block;*display:inline;text-shadow:0 1px 0 #fff;*zoom:1}
.breadcrumb a{color:#08c;text-decoration:none}
.breadcrumb .divider{padding:0 5px;color:#aaa}
.breadcrumb .active{color:#000}
