table {
      width: 100%;
    }

img {
      width: 100%;
      height: auto;
      max-width: 600px;
    }

	button {
      width: 100%;
      max-width: 220px;
    }

.tab{
	cursor:pointer;
	display:inline-block;
	width: 180px; 
	height: 100px;
	/*border: 2px solid #024f9f; /*top-right-bottom-left*/
	padding: 35px 0px 0px 0px; /*top-right-bottom-left*/
	margin: 0px 0px 0px 0px;
	border-radius: 10px;
	background:#024f9f;
	color: #ffffff;
	font-family:Segoe, "Segoe UI", "DejaVu Sans", "Trebuchet MS", Verdana, "sans-serif";
	font-size: 35px;
	text-decoration: none;
	text-align: center;
	vertical-align:top;
}
	
	.tab:hover {
		background: #ffffff;
		font-family:Segoe, "Segoe UI", "DejaVu Sans", "Trebuchet MS", Verdana, "sans-serif";
		text-decoration: none;
		color: #024f9f;
		
	}
	
		/*.tab:hover p {
		background: #ffffff;
		font-family: "Lucida Grande", "Lucida Sans Unicode", "Lucida Sans", "DejaVu Sans", Verdana, "sans-serif";
		text-decoration: none;
		color: #024f9f;
		
	}*/
.contentbox
	{
	display:none;
	max-width:1100px;
  height: 270px;
	margin: 20px 0px 2px 60px; /*top-right-bottom-left*/
	padding: 15px 15px 5px 20px; /*top-right-bottom-left*/
	font-family: "Lucida Grande", "Lucida Sans Unicode", "Lucida Sans", "DejaVu Sans", Verdana, "sans-serif";
	font-size: 22px;
	text-align: center;
	vertical-align: top;
	background: #ffffff;
	color: #024f9f;
	border: 1px solid #A2A2A2;
	border-radius: 20px;
	animation: slide 1s;
  	/*-webkit-animation: slide 1s;*/ /* Safari and Chrome */
}
	/*@-webkit-keyframes slide {*/ /* Safari and Chrome */
  		/*from {width:300px;}
  		to {width:1000px;}
	}*/
	
.button1{		
		background-color:#ffffff; 
		color: #024f9f; 
		font-size: 13px; 
		font-weight: bold; 
		padding: 5px 15px 5px 15px; 
		margin: 5px 2px; 
		display: inline-block; 
		cursor: pointer; 
		border-radius: 10px; 
		width: auto;
		border: solid 1px #024f9f;
		max-width: 250px;
	}
	
	.button1:hover {		
		background-color:#024f9f; 
		color: #ffffff;

	}
	
	.box1img {
		align-items: center; 
		max-width: 600px; 
		max-height: 250px; 
		border-radius:10px;
    margin-bottom:20px;
	}
	.box_column1{
		width: 50%;
		max-width: 600px;
		padding: 20px 20px 5px 10px;
	
	}
	.box_column2{
		width: 50%;
		max-width: 600px;
		padding: 10px 10px 5px 10px;
	}	

#divD {
	background:#ffffff;
	text-align: left; 
	vertical-align: top;
	color: #024f9f;
	
}
#divone{
	background:#ffffff;
	text-align: left; 
	vertical-align: top;
	color: #024f9f;
	
}
#divtwo{
	background:#ffffff;
	text-align: left; 
	vertical-align: top;
	color: #024f9f;
	
}
#divthree{
	background:#ffffff;
	text-align: left; 
	vertical-align: top;
	color: #024f9f;
	
}
#divfore{
	background:#ffffff;
	text-align: left; 
	vertical-align: top;
	color: #024f9f;
	
}
#divfive{
	background:#ffffff;
	text-align: left; 
	vertical-align: top;
	color: #024f9f;
	
}
#divsix{
	background:#024f9f;
	text-align: left; 
	vertical-align: top;
	color: #ffffff;
	
}

	#one{
		background: #8B290F;
		border:solid 1px #8B290F;
	}
	#one:hover{
		background: #ffffff;
		border:solid 1px #8B290F;
		color: #8B290F;
	}
	
	#two{
		background: #AA7719;
		border:solid 1px #AA7719;
	}
	
	#two:hover{
		background: #ffffff;
		border:solid 1px #AA7719;
	}
	
	#three{
		background: #252D90;
		border:solid 1px #252D90;
	}
	
	#three:hover{
		background: #ffffff;
		border:solid 1px #252D90;
	}
	
	#fore{
		background:#234603;
		border:solid 1px #234603;
	}
	#fore:hover{
		background: #ffffff;
		border:solid 1px #234603;
	}
	
	#five{
		background:#424445;
		border:solid 1px #424445;
	}
	
	#five:hover{
		background: #ffffff;
		border:solid 1px #424445;
	}
	
	#six{
		background:#B0540D;
		border:solid 1px #B0540D;
	}
	
	#six:hover{
		background: #ffffff;
		border:solid 1px #B0540D;
	}