/* W3.CSS 1.67 by J.E.Refsnes. Do not remove this line. */
*{
-webkit-box-sizing:border-box;
-moz-box-sizing:border-box;
box-sizing:border-box;
}
/* Extract from normalize.css by Nicolas Gallagher and Jonathan Neal git.io/normalize */
html{
-ms-text-size-adjust: 100%;
-webkit-text-size-adjust: 100%;
height: 100%;
min-height: 100%;
}
body {
    color: #333333;
    font-family: "Open Sans",Arial,sans-serif;
    font-size: 14px;
    margin: 0 auto 0;
    line-height: 1.5em;
    background: #ffffff;
    height: 100%;
    width:100%;
    min-height: 100%;
}
a, a:visited {
    color: #0084ce;
    text-decoration: none;
}

a:hover {
    color: #0084ce;
    text-decoration: underline;
}
a img {
    border: none
}
a:focus,a:hover,a:active {
    outline: none
}
.head_container{
    margin:0 auto;
    height: 135px;
    width: 100%;
    background: #a4893d; 
    box-shadow: 0 3px 3px rgba(0,0,0,0.15);
    position: relative;
}
.logo{
    padding: 20px;
}
.head_left{
    float: left;
    height: 135px;
    width: 400px;
}
.head_right{
    height: 135px;
    width: 400px;
    text-align: right;
    float: right;
    padding-right: 20px;
    color: #f5f5f5; 
    letter-spacing: 0.05em;
    background: url(../img/vickramstt.jpg) no-repeat;
    font-size: 11px;
}
table.main{
    background: #ffffff;
    margin: 0 auto;
    width: 100%;
    height: auto;
    min-height: 87%;
    margin-top: -135px;
    position: relative;
}
td.menu{
    width: 20%;
    background: #f5f5f5;
}
td.content{
    width: 80%;
    background: #ffffff;
    padding: 20px;
}
.hr{
    position: relative;
    width: 80%;
    height: 8px;
    margin: 20px auto 30px;
    box-shadow: 0 1px 0 #fff,transparent 0 0 0;
    border-bottom: 1px solid #dedede;
    text-align: center;
}
ul.menu {
    list-style: none;
}
ul.menu > li {
    padding: 10px;
    font-size: 14px;
}
.content h1{
    font-size: 30px;
    font-weight: 300;
    margin-bottom: 7px;
}
.content .hr{
   position: relative;
    width: 100%;
    max-width: 100%;
    margin: 0px auto 20px;
    box-shadow: 0 1px 0 #fff,transparent 0 0 0;
    border-bottom: 1px solid #dedede;
    text-align: left; 
    float: left;
}
.page{
    text-align: justify;
    font-size: 14px;
}
.page ul > li{
    line-height: 2.5;
}
table.contact {
    border: 1px solid #ddd;
    border-collapse: collapse;
}
.contact td{
    border: 1px solid #ddd;
    padding: 10px 50px 10px 50px;
}
.copy {
    padding: 5px;
    border-top: 1px solid #dedede;
    background: #f5f5f5;
    font-size: 12px;
}
.chairman{
    width:400px; 
    float:left; 
    padding-right:20px;
}
