﻿

.DivContainerFull {
    /*width:100%;*/
    padding-top: 20px;
    padding-right: 20px;
    padding-left: 5px;
    padding-bottom: 20px;

    margin-bottom: 50px;
    

    vertical-align: top;
    font-family: "garamond-premier-pro","garamondpremrpro-smbd",Garamond, Georgia, Times New Roman, Times, serif;
    font-size: 18px;
    border: 1px solid gray;
    -moz-box-shadow: 5px 5px 5px gray;
    -webkit-box-shadow: 5px 5px 5px gray;
    box-shadow: 5px 5px 5px gray;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    border-radius: 10px;
}
.DivContainer {
    /*width:100%;*/
    padding-top: 20px;
    padding-right: 20px;
    padding-left: 5px;
    padding-bottom: 20px;

    margin-bottom: 50px;
    margin-left: 15px;

    vertical-align: top;
    font-family: "garamond-premier-pro","garamondpremrpro-smbd",Garamond, Georgia, Times New Roman, Times, serif;
    font-size: 18px;
    border: 1px solid gray;
    -moz-box-shadow: 5px 5px 5px gray;
    -webkit-box-shadow: 5px 5px 5px gray;
    box-shadow: 5px 5px 5px gray;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    border-radius: 10px;
}
    .DivContainer header {
        font-weight: bold;
        font-size: 26px;
        margin-bottom: 10px;
        text-align:center;
    }
    .ContaintHeader {
        font-weight: bold;
        font-size: 20px;        
    }
     .DivContainer a {
        font-size: 17px;
        color: darkblue; /*#21759B deeppink darkblue*/
        text-decoration: none;
    }
      .DivContainer a:hover {
            color: blue;
            text-decoration: underline;
        }
     .DivContainerFull a {
        font-size: 17px;
        color: darkblue; /*#21759B deeppink darkblue*/
        text-decoration: none;
    }
      .DivContainerFull a:hover {
            color: blue;
            text-decoration: underline;
        }
     .DivFooter a {
        font-size: 17px;
        color: #999; /*#21759B deeppink darkblue*/
        text-decoration: none;
    }
      .DivFooter a:hover {
            color: #fff;
            text-decoration: underline;
        }
      .footerfixed11 a {
        font-size: 17px;
        color: #999; /*#21759B deeppink darkblue*/
        text-decoration: none;
    }
      .footerfixed11 a:hover {
            color: #fff;
            text-decoration: underline;
        }
.Note,.Content {
    padding-left: 30px;
    margin-top: 18px;
    /*height: 471px; Ashish */
}
.Content header {
        font-weight: bold;
        font-size: 20px;
        margin-top: 10px;
        margin-bottom: 10px;
        text-align:left;
        text-decoration:underline;
    }
.DivFollowing {
    margin-top:10px;
    padding-left: 30px;
}
.FollowingHeader{
    font-weight:bold;
}
.FollowingContent {
    margin-top: 5px;
    padding-left: 30px;
}
.Photocopies{     
    margin-top:5px;
    margin-bottom:-15px;
}
.PhotocopiesContent {
    padding-left: 30px;
    /*margin-top:-15px;*/
}
.DivLeftMenu {
    width:228px;
}

