﻿body {
    margin: 0px;
    padding: 0px;
    background: #F3F2ED url('../images/img04.jpg') repeat-x left top;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 12px;
    color: #464646;
}

.main_menu {
    margin-top: 15px;
    width: 100px;
    background-color: #8AE0F2;
    color: #000;
    text-align: center;
    height: 30px;
    line-height: 30px;
    margin-right: 15px;
    border-top-left-radius: 5px;
    border-bottom-left-radius: 5px;
    border-top-right-radius: 5px;
    border-bottom-right-radius: 5px;
    transform: translateY(0);
}

.level_menu {
    width: 120px;
    background-color: #000;
    color: #fff;
    text-align: center;
    height: 30px;
    line-height: 30px;
    margin-top: 5px;
}

.selected {
    background-color: #852B91;
    color: #fff;
}
/** Logo Decoration**/

#divLogo {
    width: 90%;
    height: 97px;
    margin: 0 auto;
    padding-top: 20px;
    padding-left: 20px;
}

    #divLogo h1, #divLogo p {
        margin: 0px;
        line-height: normal;
        text-align: center;
        font-weight: normal;
        color:gray;
    }

    #divLogo p {
        margin-top: -4px;
        text-transform: capitalize;
        font-family: Georgia, "Times New Roman", Times, serif;
        font-size: 13px;
        color:gray;
    }

    #divLogo h1 {
        font-size: 48px;
    }

    #divLogo a {
        text-decoration: none;
        color: #FFFFFF;
        
    }

#divMainPage {
    width: 100%;
    margin: 0px auto;
    margin: 0 auto;
    background: #FFFFFF url(images/img06.jpg) repeat-y left 20px;
    /*height:430px;*/
    height:50vw;
}

#divContent {
    width: 80%;
    margin: 0px auto;
    padding: 10px;
    background: url(images/img05.jpg) no-repeat left top;
}

#divFooter {
   
    position: fixed;
    bottom: 0;
    width: 100%;
    margin-left:20px !important;
    
}

#footer p {
    margin: 0;
    padding: 40px 0px 0px 0px;
    text-align: center;
    line-height: normal;
    font-size: 12px;
 
}
.topRight{
   position:fixed;
   top:10px;
   right:10px;
   width:225px;
  }
.logOut{
    font:18px;
    font-weight:bold;

}
 input[type=submit]{

        margin-top:5px;
        margin-bottom:10px;
        margin-right:10px;
        display: inline-block;
        padding: 2px 7px;
        font-size: 18px medium;
        
        cursor: pointer;
        text-align: center;
        text-decoration: none;
        outline: none;
        color: #fff;
        background-color: firebrick;
        border: none;
        border-radius: 7px;
        box-shadow: 0 3px #999;
        }
    input[type=submit]:hover {
        background-color: #3e8e41
        }
    input[type=submit]:active {
        background-color: #3e8e41;
        box-shadow: 0 2px #666;
        transform: translateY(4px);
        }