/* CSS Document */
.learningCenterFont {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-weight: bolder;
	color: #FF9900;
	text-decoration: none;
}
.learningCenterFont:hover {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-weight: bolder;
	color: #999999;
	text-decoration: none;
}
.content {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11.5px;
	color: #000000;
	text-decoration: none;
}
.contentWithRightPadding {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11.5px;
	color: #000000;
	text-decoration: none;
	padding-right: 10px;
}
.contentTitle {
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bolder;
	color: #FF8600;
	text-transform: capitalize;
}
.contentTitleNav {
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bolder;
	color: #FFFFFF;
	text-transform: capitalize;
	text-decoration: none;
	background-color: #FF9900;
	border: 1px solid #999999;
}
.contentTitleNav:hover {
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bolder;
	color: #006699;
	text-transform: capitalize;
	text-decoration: none;
}
.qouteText {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #006699;
	text-decoration: none;
	font-style: normal;
	padding-left: 10px;
	font-weight: 400;
	border-left-width: 1px;
	border-left-style: dotted;
	border-left-color: #006699;
}
.siteTitle {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 13px;
	font-weight: bolder;
	color: #01638B;
}
.copyright {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #FFFFFF;
}
.tempNav {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #FFFFFF;
	word-spacing: 1pt;
	text-decoration: none;
}
.tempNav:hover {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #01638B;
	word-spacing: 1pt;
	text-decoration: none;
}
.topNav {
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-weight: bold;
	color: #000000;
	word-spacing: 1pt;
	text-decoration: none;
}
.topNav:hover {
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-weight: bold;
	color: #FF9900;
	word-spacing: 1pt;
	text-decoration: none;
}
.smallImageBorder {
	border: 1px solid #999999;

}
.subTitle {
	font-family: Arial, Helvetica, sans-serif;
	color: #01638B;
	background-color: #f1efef;
	border-top: none;
	border-right: none;
	border-bottom: 1px dotted #01638B;
	border-left: none;
	font-weight: bold;
	font-size: 11px;
	line-height: 20px;
	padding-left: 5px;
}
.subTitle2 {
	font-family: Arial, Helvetica, sans-serif;
	color: #01638A;
	border-top: none;
	border-right: none;
	border-bottom: none;
	border-left: none;
	font-weight: bold;
	font-size: 11px;
}
.partnerDottedLine {
	border-top: none;
	border-right: none;
	border-bottom: 1px dotted #000066;
	border-left: none;
}
.colorTable {
	border-top: none;
	border-right: none;
	border-left: none;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	text-decoration: none;
	background-color: #01638B;
	padding: 2px;
	color: #FFFFFF;
}
.navBox{
	border-top: 1px solid #FFFFFF;
	border-right: 1px none #FFFFFF;
	border-bottom: 1px solid #FFFFFF;
	border-left: 1px dotted #FFFFFF;
	background-color: #FF8600;
	padding: 3px;
}
.applyNow{
	padding: 3px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: bold;
	color: #0C688E;
	text-decoration: none;
}
.applyNow:hover{
	padding: 3px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: bold;
	color: #999999;
	text-decoration: none;
}

/*experimenting with CSS below this comment*/
html, body, ul, ol, li, p, h1, h2, h3, h4, h5, h6, form, fieldset {  
	margin: 0; 
	padding: 0; 
	border: 0; 
}

html {
	min-height: 100%;
	margin-bottom: 1px;
}
/*The style below specifies a image background tile*/
/*body {
	background-image: url(../vInventory/images/body_bg.gif);
	font-size: 100.01%;
	font-family: Arial, Helvetica, sans-serif;
	color: #000;
}*/
/*experimenting with CSS above this comment*/
.popupTitle {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #01638A;
}
html {
	min-height: 100%;
	margin-bottom: 1px;
}

/*custom scroll bar*/
html, body{
scrollbar-face-color:#0f7ba3;
scrollbar-base-color:#0f7ba3;
scrollbar-arrow-color:black;
scrollbar-track-color:#CCCCCC;
scrollbar-shadow-color:#EBF5FF;
scrollbar-highlight-color:#EBF5FF;
scrollbar-3dlight-color:#78AAFF;
scrollbar-darkshadow-Color:#78AAFF;
}
