﻿
	body{
	font-family:Helvetica;
	line-height:1.4em;
	font-size:15px;
	/*color:#656565;
	color:#152750;*/
	color:#5B5B5B;
	width:760px;
	max-width:100%;
	text-align:left;
	margin-left:auto;
	margin-right:auto;
	background-color:#F6F6F6;
	overflow:scroll;
	
	
}
	
	
	
		.paneltop { 
	border:solid 1px #337AB7; 
	border-radius:4px; 
	width:100%;
	background-color: #fff;
} 


	.panel { 
	border:solid 1px #BCE8F1; 
	border-radius:4px; 
	width:100%;
	background-color: #fff;
}  


.subpanel{border:solid 1px #BCE8F1; 
	border-radius:4px; 
	width:90%;
	background-color: #fff;
	
	
}
	
	.maincontent{padding:0px 0px 20px 0px; text-align:center;} 
	
	.blue1{background-color:#337AB7; color:White;}
	.blue2{background-color:#D9EDF7; color:#31708F;}
	.heading1{font-size:26px; text-align:center; padding:10px 0px 10px 0px; }
	.heading2{font-size:16px;  text-align:center; }
	
	.spacer_pg_top{height:20px;}
	.spacer_pg_bottom{height:20px;}
	.img-size{width:60px; height:auto;}
	hr{height:1px; max-width:100%; background:#BCE8F1; border:0px; width:100%; max-width:100%;}
	p{ margin:10px 10px 0px 10px;  }
	
	
	  
  /* iPhone 6s width 375px, iPhone 7+ width is 414px   */
@media only screen and (max-width: 415px)
{
  body {
  	-webkit-text-size-adjust: none; /* Prevents font substitution on small screens */
    width:96%;
    margin:auto;
    color:#000;
    font-size:14px;
	text-align:left;
   }
   
	.panel_top{width:100%;}
	.panel{width:100%;}
	.subpanel{text-align:left; }
    .maincontent {width:100%; text-align:left; } 
	.img-size{width:70px; height:auto;}
	p{ margin:15px 10px 0px 10px;  }
   
}/* end media 480 */
