/*********************************** [ Banners ] */

/* ---(Main Banner)--- */
div#main_banner {
	display					: block;
	visibility				: visible;
	
	position				: relative;
	height					: 182px;
	background				: url('/images/banner.png') no-repeat top left;
}
	div#banner_corner	{
		display				: block;
		background			: url('/images/bancimg_training.jpg') 
	}
	.banner_text_standardlayout{
		left					: 10px;
	}
	
/*********************************** [ Body ] */

/* ---(MODIFIERS)--- */
#pg_docs {
	width: 280px;
}

#mainbody table {
	border: 0px;
}



/* ---(CPE Credits Box)--- */
#cpecreds {
	position: relative;
	width : 320px;
	float: left;
	margin: -5px 20px 9px 0px;
}
	#cpecreds p { font-weight: bold; margin: 0px 0px -5px 0px; padding: 0px 20px 0px 20px; }
	
	#cpecreds h4 {
		font-size: 14pt;
		margin-bottom: 10px;
		margin-left: 20px;
		font-weight: bold;
		color: #005596;
	}

/* ---(Training Course Table)--- */
#box_upcoming_training {
	position : relative;
	float: right;
	top: 0px;
	width: 640px;
	display: block;
	margin: 10px 0px 30px 0px;
}
	#box_upcoming_training h6 { color	: #f29010; }
	
