/* CSS Document */

	body {
		margin:3%;
	}

	div.fullPage {	
		position:relative; 
		width: 94%; 
		clear:both;
	}

	div.leftCol500 {
		position:relative;
		width:94%;
		clear:both; 		
	}
	div.leftCol40 {
		position:relative;
		width:94%;
	}

	div.rightCol40 {	
		position:relative;
		width:94%;
	}
	
	div.widthNonDef {
		position:relative;  
		clear:both; 
		padding-right: 0px;
		padding-left: 0px;
		padding-top: 0px;
		padding-bottom: 10px; 
		width:94%; 
	}
	
	


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

/*	body {
		background-color: lightgoldenrodyellow;
	}	*/
	
	div.fullPage {	
		width: 100%; 
	}

	div.leftCol500 {
		width:90%;
		max-width:600px;		
	}

	div.leftCol40 {
		width:90%;
		max-width:600px;		
	}

	div.rightCol40 {	
		width:90%;
		max-width:600px;		
	}
	  	    
	div.widthNonDef {
		width:80%; 
	}
}

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

	/*body {
		background-color: lightcyan;
		margin:3em;
	}	*/
	
	div.fullPage {	
		width: 100%; 
	}

	div.leftCol500 {
		width:100%;
		max-width:700px;
		float:left; 
	}
	
	div.leftCol40 {
		width:50%;
		max-width:500px;
		float:left; 
	}

	div.rightCol40 {	
		float:left;
		left:35px;
		width:50%;
		max-width:500px;		
	}
	  	    
	div.widthNonDef {
		width:70em; 
	}
}

