/* The following CSS controls how the site will print */


/* This comand hides these elements. But they must be defined as div's first*/
#nav, #advertising, #other { 
  display : none; 
} 

#menuBar {
	width: 981px;
	height: 32px;
	background-image: url(images/menu_place_holder.jpg);
	}

/* Underline links:*/
a:link {
	text-decoration : underline; color : #0000ff;
}
a:visited {
	text-decoration : underline; color : #0000ff;
}
a:active {
}
a:hover {
	text-decoration : underline; color : #0000ff;
}

a {text-decoration : underline; color : #0000ff;
}

/* end  print specific controls  */


/* begin normal page controls  */
/* body and links */
body {
	font-size: 12px;
	font-weight: normal;
	color: #111111;
	font-family: "Trebuchet MS", tahoma, verdana, ms sans serif;
	font-style: normal;
	line-height: 1.5em;
}	


/* bread crumb controls. EX: eLearning > eLearning Lab  */
.breadCrumb {
	font-size: 11px;
	font-weight: normal;
	color: 8d8d8d;
}

.breadCrumb a:link {color: #8d8d8d;}
.breadCrumb a:visited {color: #8d8d8d;}
.breadCrumb a:active {color: #8d8d8d;}
.breadCrumb a:hover {
	color: #0c0c0c;
}




/* controls subtext title of each section */
	
.pageTitle {
font-size: 15px;
	font-weight: bold;
	color: 000000;
}	

.companyStyle {
	font-size: 13px;
	font-weight: bold;
	color: 00519d;
}

.elearningStyle {
	font-size: 13px;
	font-weight: bold;
	color: 539241;
}

.softwareStyle {
	font-size: 13px;
	font-weight: bold;
	color: 604d93;
}

.webStyle {
	font-size: 13px;
	font-weight: bold;
	color: 647da6;
}

.trainingStyle {
	font-size: 13px;
	font-weight: bold;
	color: ba7d35;
}

.newsStyle {
	font-size: 13px;
	font-weight: bold;
	color: 4ca9d2;
}


/* header include */
.headerOne {
	font-size: 10px;
	font-weight: normal;
	color: 4969a4;
}
.headerTwo {
	font-size: 11px;
	font-weight: normal;
	color: 4969a4;
}

.headerThree {
	font-size: 16px;
	font-weight: bold;
	color: 656565;
}


/* footer include controls */
.footer {
	font-size: 10px;
	font-weight: normal;
	color: #333333;
}


/* bread crumb controls. EX: eLearning > eLearning Lab  */
.leftNav {
	font-size: 11px;
	font-weight: normal;
	color: 56534a;
}

.leftNav a:link {color: #56534a;}
.leftNav a:visited {color: #56534a;}
.leftNav a:active {color: #56534a;}
.leftNav a:hover {
	color: #00549e;
}
