.title{
    font-family: Adobe Garamond Pro;
    color:gray;
    font-size:35px;
    padding:0px;
}
.title1{
    font-family: Adobe Garamond Pro;
    color:rgb(199,21,141);
    font-size:30px;
}
.title2{
    font-family: Adobe Garamond Pro;
    color:gray;
    font-size:25px;
}
.heading{
    font-size: 100%;
    font-family: Arial;
    font-weight: bold;
}
.mandatory{
    color: red;
}
.pageWidth{
    width:800px;
}
.pageAlign{    
    vertical-align:top;
    margin-left:auto;
    margin-right:auto;
}
.content_header{
    background: url(content_header.png) no-repeat;
    height: 15px;
    width: 800px;
    margin-left: 2px;
    margin-top:0px;
}
.content_body{
    background: url(content_body.png) repeat-y;
    width: 800px;
    height: 100%;
    padding-left:6px;
    padding-right:4px;
}
.content_footer{
    background: url(content_footer.png) no-repeat;
    height: 15px;
    width: 800px;
}
.lotus_bg{
    background: url(lotus.png) no-repeat ;
    width: 238px;
    height: 453px;
    padding-top: 75px;
    vertical-align: top;
}
.flower_bg{
    background: url(flower.png) no-repeat;
    background-position: right top;
    width: 100%;
    height: 417px;
    vertical-align: top;
}
.rose_petals{
    background: url(rose_petals.png) no-repeat;
    background-position: right top;
    width: 100%;
    vertical-align: top;
}
.man_lotus_bg1{
    background: url(solid_lotus.jpg) no-repeat;
    background-position: left top;
    width: 100%;
    vertical-align: top;
}
.light_orange{
    color: rgb(251,176,64);
    font-weight:bolder;
    font-family: Arial;
}
a{
    font-family: Arial;
    text-decoration: none;
    color: rgb(199,21,141);
    font-weight: normal;
}