h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, font, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td {
    font-family: 'Droid Sans', "Helvetica Neue", Arial, Helvetica, sans-serif;
}
div, h1, h2, h3, h4, h5, h6 {
    background: transparent;
    border: 0;
    margin: 0;
    padding: 0;
    vertical-align: baseline;
    font-size: 16px;
    text-decoration: none;
    outline: none;
    list-style-type: none;
}

html {
    background-color: #e0e0e0;
    background-repeat: repeat;
    background-attachment: scroll;
    background-position: left top;
    /* Background pattern from subtlepatterns.com */
    background-image: url("../images/arrow_pattern.png");
}

.header {
    background-color: #000;
    color:yellow;
    height: 92px;
}
.leftHeader {
    background-color: #ffff00;
    color:black;
    width: 35%;
    height: 92px;
    margin: 0;
    float: left;
    text-align: center;
    min-width: 484px;
}
.rightHeader {
    background-color: #000;
    color: #ff0000;
    display: inline-block;
    text-align: center;
    height: 50%;
    float: right;
    margin-top: 1.25%;
    width: 60%;
}
#nav {
    line-height:30px;
    background-color:#1e160b;
    height:300px;
    width:100px;
    float:left;
    padding:5px;
}
.section {
    width:350px;
    float:left;
    padding:10px;
}
#footer {
    background-color: #ffff00;
    border-radius: 4px;
    margin: 10px;
    padding: 5px 10px;
    border: 2px solid #000000;
}
/*
****************************************************************************************************
*********************Navigation bar Begin***********************************************************
****************************************************************************************************
*/
ul.menu {
    list-style-type: none;
    margin: 0;
    padding: 0;
    overflow: hidden;
    background-color: #000000;
}
ul.menuright {
    float: left;
    list-style-type: none;
    margin: 0;
    padding: 0;
    overflow: hidden;
}

ul.menu li {
    float: left;
}

ul.menu li a {
    font-weight: bold;
    display: block;
    color: #ffff00;
    text-align: center;
    padding: 14px 16px;
    text-decoration: none;
}

ul.menu li a:hover:not(.active) {
    background-color: #1e160b;
}

ul.menu .active {
    background-color: #ffff00;
    color: #1e160b;
}
ul.menu .deactive {
    background-color: #000;
    color: #ffff00;
}
/*
****************************************************************************************************
*********************Navigation bar end*************************************************************
****************************************************************************************************
*/
/*
****************************************************************************************************
*********************Home Tab begin*************************************************************
****************************************************************************************************
*/
html {
    height: 100%;
}

body {
    height: 90%;
    margin: 0;
    padding: 0;
    /* background-color: #ceb4a7; */
}
section {
    height: 70%;
}
.home {
}

/*
****************************************************************************************************
*********************Home Tab end*************************************************************
****************************************************************************************************
*/
.show {
    display: block;
}
.hide {
    display: none;
}

.leftHeader h1 {
    margin: 0;
    font-size: 200%;
}
.leftHeader h4 {
    margin: 0;
    font-style: italic;
    font-weight: bold;
    font-size: 18px;
}
.rightHeader h1 {
    margin: 0;
    font-size: 200%;
    text-align: center;
}
.rightHeader h3 {
    margin: 15px 0 10px 0;
    font-size: 28px;
}
.rightHeader h4 {
    font-style: italic;
}

.container {
    height: 100%;
}

.subText {
    margin-top: -5px;
}

.left {
    float: left;
    margin-left: 10%;
}

.right {
    float: right;
    margin-right: 10%;
}

.subText div {
    display: inline-block;
    font-size: 20px;
    font-weight: bold;
}

.borderedContainer {
    border: 2px solid red;
    padding: 15px 15px;
    border-radius: 7px;
    background-color: yellow;
}
.borderedContainer p {
    margin: 0 0 10px 0;
}

.borderedQuestion {
    border: 2px solid #ff0000;
    background-color: #000;
    color: #ffff00;
    border-radius: 7px;
    padding: 10px;
    margin: 6px 0;
}

.leftSide {
    width: 50%;
    float: left;
}
.rightSide {
    width: 40%;
    float: left;
}

