body{
	background-color: #F2F2F2;
	height:100%;
	margin: 0;	
	padding: 0;
	text-align: justify;
}

.wrapper {
	min-height:100%;
	position:relative;
}

.navbar-header img{
	height:150%;
}

.container_0{
	height:100px;
}

.container_1{
	
}

.fixed{		
	margin-top: 50px;
	overflow:hidden;	
	padding: 10px 50px 10px 50px;
}

.scrollit{	
	height: 90%;
	margin-top: 50px;
	overflow-y: scroll;
	padding: 10px 10px 10px 20px;
}

.left-div{	
	margin-top: 100px;
}

#accordion{
	border: 1px solid #e6e6e6;
}

#accordion h3{
	color: blue;
	text-align: center;
}

.right-div{
	background-color: #E6E6E6;
	border-radius: 10px;
	padding: 10px 10px 10px 10px;
}

.right-div h3{
	background-color: lightblue;
	border-radius: 5px;
	padding: 5px 5px 5px 5px;
}

.right-div p{
	padding-left: 10px;
}

.mid{
	font-weight: bold;
	text-align: center;
}

.hr{
	background-color: #e6e6e6;
}

h4{
	color: blue;
	text-align: center;
}
.site-footer{
	background:#151515;
	bottom:0;
	height:50px
	left:0;
	position:absolute;
	text-align: center;
	width:100%;
}

.site-footer p{	
	color: #ffffff;
	padding-top: 15px;
}

.container-fluid li{
	font-size: 0.8em;
}