/* CSS - Cascading Style Sheet */
/* Palette color codes */
/* Palette URL: http://paletton.com/#uid=14u0u0koNogeUwck1rlrOjAxEep */

/* Feel free to copy&paste color codes to your application */


/* As hex codes */

.color-primary-0 { color: #4F2683 } /* Main Primary color */
.color-primary-1 { color: #8463AD }
.color-primary-2 { color: #643F94 }
.color-primary-3 { color: #3B166A }
.color-primary-4 { color: #26064E }

.bkcolor-primary-0 { background-color: #4F2683 } /* Main Primary color */
.bkcolor-primary-1 { background-color: #8463AD }
.bkcolor-primary-2 { background-color: #643F94 }
.bkcolor-primary-3 { background-color: #3B166A }
.bkcolor-primary-4 { background-color: #26064E }


/* Generated by Paletton.com © 2002-2014 */
/* http://paletton.com */

body{
    margin: 0;
    padding: 0 0 20px 0;
    background: #EEE;
    background-image: url(/img/bigshield.gif);
    background-repeat:no-repeatn;
/*    background-position: 50% 50%;*/
    background-position: top;
    color: #333;
    font-size: 14px;
    height: auto;
    min-height: 100%;
}

h1,h2,h3,h4,h5,h6{
    color: #4F2683;
    font-size: 1.5em;
    margin: 0.5em 0 0.5em 0;
}

h2{
    font-size: 1.3em;
    margin: 0.8em 0 0.5em 0;
}

h3{
    background: #eee;
    padding: 7px 0 7px 10px;
    border-bottom: 1px solid #8463AD;
    text-transform: uppercase;
    font-weight: normal;
    margin-top: 1.5em;
}

h4{
    font-size: 1em;
}

hr{
    border: 1px solid #8463AD;
}

a{
    color: #8463AD;
    text-decoration: none;
}

a:hover{
    color: #4F2683;
    text-decoration: underline;
}

p{
    padding-right: 20px;
    text-align: justify;
    text-justify: inter-ideograph;
}

.title{
    margin: 0 auto;
    width: 960px;
}

.container{
    margin: 0 auto;
    width: 1080px;
    background-color: #FFF;
    padding: 30px;
    box-shadow: 0 10px 10px #666;
    min-height: inherit;
}

nav>ul{
    margin: 0;
    width: 1080px;
    padding: 0;
    list-style: none;
    height: 43px;
    background-color: #4F2683;
    background: -webkit-gradient(linear, 0% 0%, 0% 100%, from(#4F2E84), to(#380E6E));
    border: 1px solid #002232;
    box-shadow: inset 0px 0px 1px #EDF9FF;
}

nav>ul>li{
    float: left;
    display: block;
    text-align: center;
    line-height: 43px;
    height: 43px;
}

nav>ul>li>a{
    font-size: 1.5em;
    color: #EEE;
    display: block;
    padding: 0 28px;
    text-decoration: none;
}

nav>ul>li>a:hover{
    background-color: #643F94;
    color: #EEE;
    text-decoration: none;
}

.left-sidebar{
    margin-top: 40px;
    width: 250px;
    padding-right: 10px;
    float: left;
   /* position: fixed;*/

}

.left-sidebar p {
    text-align: left;
}

.left-sidebar h1 {
    position: fixed;
}

.left-sidebar ul{
    padding: 0;
    margin: 0;
    list-style: none;
    
}

.left-sidebar ul li{
    margin-left: 10px;
    margin-bottom: 10px;
}

.left-sidebar ul li.active{
    font-weight: bold;
    color:white;
}


.content{
    width: 820px;
    float: right;
}


.mid:after {
   content: " ";
   visibility: hidden;
   display: block;
   height: 0;
   clear: both;
   min-height: 500px;
}

footer{
    background-color: #4F2683;
    background: -webkit-gradient(linear, 0% 0%, 0% 100%, from(#4F2E84), to(#380E6E));
    color: #EEE;
    font-size: 12px;
    height: 105px;
    margin-top: 20px;
}

footer>img{
    margin: 10px 0 10px 20px;
    float: left;
}

footer a{
    color: #EEE;
    text-decoration: none;
}

footer a:hover{
    color: #EEE;
    text-decoration: underline;
}

footer>div{
    width: 500px; 
    float: left;
     margin: 16px 0 0 160px;
}

.breadcrumb{
    margin-top: 20px;
    
}

p.figure img{
    width: 550px;
    display: block;
    margin: 0 auto;
}

p.figure .caption{
    width: 550px;
    display: block;
    margin: 0 auto;
    font-weight: bold;
}

.content table thead{
    font-weight: bold;
    color: #4F2683;
    font-size: 1.2em;
}

.content table tbody td{
    padding: 0.2em 0;
    vertical-align:top;
}
