/* This CSS controls how the page looks on the screen. But there is also print.css that helps it to print properly. 
If you make a change to this CSS, make sure you copy and apply those changes to print.css too. */

/* 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;
}	

a:link {
	color: #43629b;
}
a:visited {
	color: #6e69a4;
}
a:active {
}
a:hover {
	color: #273b6d;
	text-decoration: underline;
}
a {text-decoration: none;}



/* 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;
}
