@CHARSET "UTF-8";
#left_nav {
    width:250px;
}
#body {
    width:100%;
    float:left;
    margin:0px;
}

.accordion {
    
   padding: 12px 0 12px 19px;
    /*height:20px;*/
    border-top:#000px solid;
   /*background:url(../images/arw11.png) no-repeat right center;*/
   background: rgba(0, 0, 0, 0) url(../images/+.jpg) no-repeat scroll right center;
    font-family: "SourceSansProBold";
    text-decoration:none;
    text-transform:uppercase;
     color: #2f2f2f;
    font-size:19px;
	width:90%;
	cursor:pointer;
	border-top: 1px solid #dedede;
	border-bottom: 1px solid #dedede;
    
   
}
.accordion-open {
  /* background:url(../images/arw12.png) no-repeat right center;
    color: #000;
	width:90%;*/
	
	background: #ebebeb url("../images/-_07.png") no-repeat scroll right center;
    
    width: 90%;
	
}
.accordion:nth-child(3) {
    border-top: 0 none;
}
.accordion-open span {
    display:block;
    float:right;
    padding:10px;
}
.accordion-open span {
    background:url(../images/minus.png) center center no-repeat;
}
.accordion-close span {
    display:block;
    float:right;
    background:url(../images/plus.png) center center no-repeat;
    padding:10px;
}
div.container {
    padding:0;
    margin:0;
}
div.content {
    /*background:#000;*/
    /*margin: 0;
    padding:10px;
    font-size:12px;
    line-height:1.5em;
    font-family:"Helvetica Neue", Arial, Helvetica, Geneva, sans-serif;
	width:97%;*/
	
	 font-family: "SourceSansProRegular";
    font-size: 14px;
    font-weight: normal;
    line-height: 1.5em;
    margin: 0;
    padding: 10px;
    text-align: justify;
    width: 90%;
	
}
div.content ul, div.content p {
    /*padding:0;*/
    margin:0;
    /*padding:3px;*/
}
div.content ul li {
    list-style-position:inside;
    line-height:25px;
}
div.content ul li a {
    color:#555555;
}
code {
    overflow:auto;
}