body {
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
}
.row {
margin:0;}
.brdr
{
border:1px solid #020054
}
.topheadinner {
display:inline-block;
}
.tophead {
    font-family: Arial;
    font-size: 12px;
    color: #000000;
    margin-bottom: 4px;
    font-weight: normal;
}
.header {
    
    margin: 0 auto;
    width: 78.8%;
    text-align: center;
    background-color: white;
}

.content {
    margin: 0 auto;
    width: 78.8%;
    text-align: center;
    background-color: white;
}

.heads {
    font-family: Arial;
    color: #020054;
    font-size: 13px;
    font-weight: bold;
}
.leftheads
{
font-family:Arial;
color:#020054;
font-size:13px;
font-weight:bold;
}



h1
{
	font-family: Arial;
	font-size: 12px;
	color: #000000;
	margin-top: 2px;
	margin-bottom: 4px;
	padding-bottom:2;
	font-weight: normal;
	
}

h2 {
	font-family: Arial;
	font-size: 17px;
	color: #000000;
	margin-top: 0px;
	margin-bottom: 0px;
	padding-top:4;
	padding-bottom:0;
	font-weight: bold;

}

.links
{
font-family:Arial;
color:#000000;
font-size:12px;

}
.leftlinks
{
font-family:Arial;
color:#000000;
font-size:12px;
}



.text
{
font-family:Arial;
color:black;
font-size:12px;
text-align:justify;

padding:10px;
}

.textmod
{
font-family: Arial, Helvetica, sans-serif;
color:#313234;
font-size:12px;
text-decoration:none
}
.more
{

	color: #020054;
	font-size: 12px;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
}



.toplinks
{
	color : #020054;
	font-size: 12px;
	font-family: Arial, Helvetica, sans-serif;
	font-weight:normal;
}



.bottomlinks {
    color: #000000;
    font-size: 12px;
    font-family: Arial, Helvetica, sans-serif;
    display: block;
}


.blueheads
{
	color : #020054;
	font-size: 13px;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
}






.marq
{
	color : #020054;
	font-size: 12px;
	font-family: Arial, Helvetica, sans-serif;
	font-weight:normal;
}




a:link
	{
	text-decoration:underline;	
	}
a:visited
	{
	text-decoration:underline;
	}

.innercontent {
    text-align: left;
    width: 65%;
    margin: 0 auto;
}
.menu-btn {
    display: none;
}
.menu-icon {
    position: absolute;
    cursor: pointer;
    display: none;
    left: 100%;
    top: 0;
}
.sub-menu {
    display: inline-block;
    padding-right:13px;
    position:relative;
}
.menu {
margin:0;
}

.bar1:before {
    content: "";
    display: block;
    position: absolute;
    background-color: #000000;
    height: 14px;
    width: 0.5px;
    top: 0px;
    right: 2px;
}

.bar2:before {
    content: "";
    display: block;
    position: absolute;
    background-color: #000000;
    height: 14px;
    width: 0.5px;
    top: 0px;
    right: 2px;
}

.bar3:before {
    content: "";
    display: block;
    position: absolute;
    background-color: #000000;
    height: 14px;
    width: 0.5px;
    top: 0px;
    right: 2px;
}

.bar4:before {
    content: "";
    display: block;
    position: absolute;
    background-color: #000000;
    height: 14px;
    width: 0.5px;
    top: 0px;
    right: 2px;
}

.bar5:before {
    content: "";
    display: block;
    position: absolute;
    background-color: #000000;
    height: 14px;
    width: 0.5px;
    top: 0px;
    right: 2px;
}
@media (max-width:550px) {
    .content {
      
        background-color: white;
    }

    .imgc {
        max-width: 100%;
        height: auto;
    }
    .innercontent {
        width: 100%;
    }
    .menu-btn {
        display: inline-block;
    }
    .main-content .sub-menu .menu-anchor {
        padding: 4px 5px;
    }

    .yellow-bar-title {
        padding: 4px 7px;
    }

    .menu {
        display: none;
    }

    .menu-btn {
        display: inline-block;
    }

    .menu-icon {
        position: fixed;
        cursor: pointer;
        display: block;
        left: 100%;
        top: 4;
        z-index: 9999;
    }
    .topfixed {
    width:100%;
    height:45px;
    background-color:white;
    position:fixed;
    top:0;
    }
    .headimg {
    margin-top:47px;
    }

    .menu-icon .nav-icon {
        background-color: #020054;
        display: block;
        height: 3px;
        width: 35px;
        position: absolute;
        left: -54px;
        bottom: -19px;
    }

            .menu-icon .nav-icon:before,
            .menu-icon .nav-icon:after {
                background-color: #020054;
                content: "";
                display: block;
                position: absolute;
                height: 100%;
                width: 100%;
                transition: all 0.4s ease-in-out;
            }

            .menu-icon .nav-icon:after {
                top: 7px;
            }

            .menu-icon .nav-icon:before {
                top: -7px;
            }

    .menu-btn {
        display: none;
    }

        .menu-btn:checked ~ ul {
            display: block;
            position: fixed;
            z-index: 9;
            top: 47px;
            right: 0px;
            width: 71%;
            text-align: right;
            background: #B6C6E0;
            padding: 0;
            font-size: 15px;
        }

            .menu-btn:checked ~ ul li a {
                font-size: 20px;
            }

            .menu-btn:checked ~ ul li {
                display: block;
                border-bottom: 1px solid;
                line-height: 1.9em;
            }

        .menu-btn:checked ~ .menu-icon .nav-icon {
            background: transparent;
        }

            .menu-btn:checked ~ .menu-icon .nav-icon:before {
                transform: rotate(-45deg);
                top: 0;
            }

            .menu-btn:checked ~ .menu-icon .nav-icon:after {
                transform: rotate(45deg);
                top: 0;
            }
    .header {
    width:100%;
    }
    .content {
        width: 100%;
        margin-bottom: 100px;
    }
    .topheadinner {
        display: block;
        font-weight: bold;
    }
    .bottomlinks {
        color: #000000;
        font-size: 14px;
        font-family: Arial, Helvetica, sans-serif;
        display: block;
    }
        .bottomlinks:hover {
            color: #000000;
            font-size: 14px;
            font-family: Arial, Helvetica, sans-serif;
        }
    .text {
        font-family: Arial;
        color: black;
        font-size: 16px;
        text-align: justify;
        padding: 10px;
    }
    .blueheads {
        color: #020054;
        font-size: 17px;
        font-family: Arial, Helvetica, sans-serif;
        font-weight: bold;
        margin: 20px;
    }
        .blueheads:hover {
        
            font-size: 17px;
          
        }
    .tophead {
        width: 90%;
        position: fixed;
        top: 0px;
        z-index: 999;
        padding-top: 5px;
        background: white;
    }
    body {
    width:100%;
    }

    .bar1:before {
        display:none;
    }
    .bar2:before {
        display: none;
    }
    .bar3:before {
        display: none;
    }
    .bar4:before {
        display: none;
    }
    .bar5:before {
        display: none;
    }
    .menu-btn:checked ~ ul li a {
        font-size: 12px;
        font-size: 15px;
        text-decoration: none;
    }
    }