
header{
    display:block;
    height:30px; 
	line-height:30px;
	background-color:#3B4A83;
	/*background-color:#2C5463;*/
    width:85%;
    margin:auto;
    text-align:center;
    color:#fff;
	font-family:arial;
	font-size:14pt;
    vertical-align:middle;
	 min-width:350px;
	
	box-shadow: -5px 20px 18px #A0A0A0, 5px 20px 18px #A0A0A0, -5px 0px 18px #A0A0A0, 5px 0px 18px #A0A0A0;

}

article{
    width:85%;
    margin:0 auto;
    vertical-align:top;
    /*background-color:#ffffff;*/
	background-color:#fff;
    padding:0; 
    min-height: calc(100% - 30px) !important;
     min-width:350px;
    flex: 1 0 auto; 
	
	
	
	box-shadow: 10px 10px 5px #808080;
	/* For IE 8 */
	box-shadow: 10px 15px 18px rgba(128, 128, 128, .7), -10px 15px 18px rgba(128, 128, 128, .7); 
	
	
	
}


	
html, body{
	height:98%;
	background-color:#CCC;
	min-width:300px;
	
	
}	
	

.arial10pt{
	font-family: arial;
	font-size:10pt;
}

H3{
	font-family:arial;
	font-size:12pt;
	font-weight: bold;
}

div{
	font-family:arial;
	font-size:10pt;	
}
/* header */


@media (min-width: 48em) {
 
}

