/* GENERAL LAYOUT */

	/* HEADER */
#headerContainer {
	width:100%;
	background-color:#FFFFFF;
}

	/* MENU */
#menuContainer {
	width:100%;
	background-color:#E8E8E8;
	border-top:1px solid #E3E3E3;

}

	/* CRAWL OVER */
#crawlContainer {
	width:100%;
	height:240px;
	background-color:#295785;
}
#crawlContainerHome091201 {
	width:100%;
	height:240px;
	background-color:#33472E;
}
		
	/* CONTENT LAYOUT */
#contentContainer {
	background-color:#73A4D3;
	background-image:url(../images/general/bckgr_general.jpg); background-repeat:repeat-x;
	border-top:#91ABC4 1px solid;
}
#contentContainerHome091201 {
	background-color:#599751;
	background-image:url(../images/general/bckgr_general_home.jpg); background-repeat:repeat-x;
	border-top:#93A58F 1px solid;
}


		
	/* FOOTER */
#footerContainer { 
	background-color:#73A4D3;
}
#footerContainerHome091201 { 
	background-color:#599751;
}
		
.footerStyle { 
	padding-top:20px;
	padding-bottom:20px;
	padding-left:5px;
	padding-right:5px;
	border-top:1px solid #E5E5E5;
	border-bottom:1px solid #E5E5E5;
	font-family: Arial,sans-serif;
	font-size: 10px;
	font-weight: normal;
	color: #A3A3A3;
}
		
		

/* CONTENT */
div#divContent {
	font-family: Arial Narrow, Arial, Helvetica, sans-serif;
	font-size:15px;
	text-align: justify;
	line-height: 1.4em;
	color: #5f5c5c;
	padding-left:10px;
	padding-right:10px;
}
div#divContent h4 {
	font-family:Arial,sans-serif;
	font-size:25px;
	font-weight:bold;
	color:#013D49;
	padding-top:10px;
	padding-bottom:5px;
}
div#divContent h3 {
	font-family:Arial,sans-serif;
	font-size:18px;
	font-weight:bold;
	color:#165BAF;
}
div#divContent h2 {
	font-family:Arial,sans-serif;
	font-size:18px;
	font-weight:bold;
	color:#63A225;
}
.bigButtons1 {
	font-size:24px;
	font-weight:bold;
}

.intertitle {
	font-family:Arial, Helvetica, sans-serif;
	font-size:15px;
	font-weight:bold;
	padding-top:15px;
	color:#57AE00;
}
	
/* LINKS */
a:link, a:active, a:visited {
	text-decoration:none; color:#2156B7;
}	
a:hover	{
	text-decoration:underline; color:#183F87;
}

/* LINKING */

.linking {
	font-family:Arial, Helvetica, sans-serif;
	font-size:10px;
	padding-top:10px;
	padding-bottom:50px;
}

	/* LEFT BAR */
div#divLeftBar {
	width: 240px;
	height: 600px;
	font-family: Verdana, Helvetica, sans-serif;
	font-size: 11px;
	line-height: 1.4em;
	color: #8F9EB8;
}	
		
	/* HIGHLIGHT */
.highlight1 { color:#63A225; }
.highlight2 { color:#FF6600; }
	
/* COPYRIGHT NOTICE TRAINING DETAILS WEBPAGES */
.trainingCopyright {
	font-family:Tahoma, Arial, sans-serif;
	font-size:10px;
	background-color:#F7F7F7;
	border-bottom:1px dashed #DFDFDF;
	border-top:1px dashed #DFDFDF;
	padding: 0 10px 0 10px;
	line-height:1.6em;
}
	
	
	
	
	
	

/* OLD */	

	
	/* HIGHLIGHT */
	.stress {
		font-family:Verdana, sans-serif; padding-left:10px; padding-right:20px; }
	.stress UL.sag1 LI {
		LIST-STYLE-IMAGE: url(../images/general/sag1.gif); }
	.stress UL.sag2 LI {
		LIST-STYLE-IMAGE: url(../images/general/sag2.gif); }
	.stress UL.sag3 LI {
		LIST-STYLE-IMAGE: url(../images/general/sag3.gif); }
	.stress UL.sag4 LI {
		LIST-STYLE-IMAGE: url(../images/general/sag4.gif); }
	.stress UL.sag5 LI {
		LIST-STYLE-IMAGE: url(../images/general/sag5.gif); }
	.stress UL.sag6 LI {
		LIST-STYLE-IMAGE: url(../images/general/sag6.gif); }

	.stressMore { font-family:Verdana, sans-serif; font-size:10px; padding-left:15px; padding-right:20px; }
	
	
