:root {
	--themcolor: #353892;
	--MenuBackground: #325a62;
}
.MenuBackground{
  background:var(--MenuBackground) !important;
}
.topbar{
background: var(--themcolor);
padding: 3px;
color: white;
}
.container-background{background: white;}
.container-fit{padding-left:0px; padding-right: 0px;}
.container-shadow{box-shadow: 1px 2px 20px #a8a8a8}
.sub-container{margin-top: 5px;background: white;border-radius: 10px;}

.runningNews{
	border: 1px solid #dbdbdb;
	padding: 2px 0px 2px 0px;
	background: #F0F0F0;
	height: 40px;
	background: white;
}
.runningNews ul li{
	list-style: none;
	float: left;
	padding-right: 5px;
}

.heading{
	border-bottom: 3px solid var(--themcolor);
	padding: 10px;
	font-family: "Roboto Condensed", sans-serif;
	color: crimson;
	font-weight: bold;
	}
.social{
	color: white;
	padding: 6px 10px 7px;
	display: inline-block;
	background: var(--themcolor);
	border-radius: 12px;
}
.social:hover{
	color:white;
	background:#0e0e68;
}

.sidemenu1 {
background: #f4f4f4; /* Old Browsers */
background: -webkit-linear-gradient(bottom,#f4f4f4,#ffffff); /*Safari 5.1-6*/
background: -o-linear-gradient(bottom,#f4f4f4,#ffffff); /*Opera 11.1-12*/
background: -moz-linear-gradient(bottom,#f4f4f4,#ffffff); /*Fx 3.6-15*/
background: linear-gradient(to top, #f4f4f4, #ffffff); /*Standard*/
	padding: 0px;
	font-family:arial;
	height:auto;
	width:100%;
	border: 1px solid #dbdbdb;
	}
.sidelist_ul1 {
    list-style-type: none;
    margin: 0px;
    padding: 5px 0px 0px 0px;
    font-family: times;
 }
.sidelist_li1 {
    display: block;
    padding: 2px 5px 2px 5px;
    text-decoration: none;
    color: #3e3e3e;
    font-family: roboto;
    font-size: 15px;

}
.sidelist_li1 :hover {
    background-color: var(--themcolor);
    font-size:104%;
    color: white;
   	text-decoration: none;
   
}
.headingtext{
	color: #307d28;
	margin-top: -5px;
}

.paratext{

 margin-top: -10px;
 text-align: justify;
 font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
 line-height: 1.50;
 font-size: 14px;
}
.paratext1{
	
	 text-align: justify;
	 font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
	 line-height: 1.50;
	 font-size: 16px;
	 padding-left:50px;
	 color: rgb(0, 0, 0);
	}
@media only screen and (max-width:768px){
	.paratext1{padding-left:0px;}	
}
.sidetable {
	
background: #e0e7cd; /* Old browsers */
background: -moz-linear-gradient(top, #e0e7cd 0%, #c4d5b5 46%, #94c48e 100%); 
background: -webkit-linear-gradient(top, #e0e7cd 0%,#c4d5b5 46%,#94c48e 100%); 
background: linear-gradient(to bottom, #e0e7cd 0%,#c4d5b5 46%,#94c48e 100%); 
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#e0e7cd', endColorstr='#94c48e',GradientType=0 ); /* IE6-9 */
	color: white !important;
	border: 1px solid #99DF94 !important;
    font-weight: bold;
	width: 100%;
}

.sidetable_link{
	color: #0e3f0e;
}
.productList{
	padding: 8px;
	border-bottom: 1px solid #9ebd9e;
width: 63%;

}

.imgbox {
  width: 75%;
  height: 215px;
  background-color: white;
  box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
  margin-bottom: 15px;
  margin-left: 30px;
	border: 1px solid var(--themcolor);
}
.index_img{
	border: 1px solid var(--themcolor);
	padding: 5px;
	width:100%; height: 160px;
}
.imgtext {
  text-align: center;
  padding: 5px 10px;
  color: var(--themcolor);
  font-weight: bold;
	font-family: times;
	font-size: 12px;

}
.imgtext2{
  text-align: center;
  font-size: 10px;
  margin-top: -15px;
}
.rectangle{
    width:100%;
    height:250px;
    background:#f2ffcc;
    color: #00995c;
    border: 1px solid black;
    text-align: center;
}



