	
.block-class{	
	display:block;
	}
	
/* ============
    WIDE: Main
   ============ */
	
	.main article header{
        /* float: none; */
        width: 100%;
    }
	
 	
	.main article section{
        width: 80%;
		padding:10%;
		padding-top: 30px;
		background-image: url('../img/Help_For_You/Program_Bkg_NoBORDER.png');
		background-repeat:no-repeat;
		background-size:100% 100%;
		
    } 
	
	.main article section a p{
		text-align:right;
		font-size: 23px;
		text-decoration:none;
    } 
	
	
	.main article section a {
		text-decoration:none;
    } 

	#news-image{
		max-width:100%;
		padding:1%;
	/* 		
		border:dashed;
		border-color:rgb(86,134,152); 
	*/
	}
	
	.main article section p{
        text-align:left;
		max-width:100%;
    }
	
	.main article footer{
        /* float: none; */
        width: 100%;
    }
	
	.main article section div{
        width: 100%;
    }
	
	.main article section div img{
        max-width: 100%;
    }
	
	
	.main article header p {
		font-size:17px;
		line-height: 1.4;
	}

	a p{ 
		margin:0px;
		margin-top:-10px;
	}
	
	
	
/* ==========================================================================
   Media Queries
   ========================================================================== */

/***************************************************************************************************************/
/***************************************************************************************************************/
/***                                                                                                         ***/
/***                          Media Queries For Tablet size Browser AND UP                                   ***/
/***                                                                                                         ***/
/***************************************************************************************************************/
/***************************************************************************************************************/

@media only screen and (min-width: 480px) {

	
/* ========================
    INTERMEDIATE: IE Fixes
   ======================== */

    .oldie nav a {
        margin: 0 0.7%;
    }
	
	/*Decrease the padding at the top of the section to allow for screen size increase*/
	.main article section{
		padding-top:15%;
    }	
	
}

/***************************************************************************************************************/
/***************************************************************************************************************/
/***                                                                                                         ***/
/***                                Media Queries For PC size Browsers AND UP                                ***/
/***                                                                                                         ***/
/***************************************************************************************************************/
/***************************************************************************************************************/

@media only screen and (min-width: 768px) {
	
	.main article header p {
		font-size: 19px;
	}
	
	/*Decrease the padding at the top of the section to allow for screen size increase*/
	.main article section{
		padding-top:10%;
		margin-top: 0px;
    } 
}

@media only screen and (min-width: 1140px) {}