/* CSS Document */

#knowledgeNav {
	position: relative;
	top: 5px;
	left: 0px;
	width: 212px;
	float: right;

}

.width {
	width: 350px;
}

.kbTop {
	height: 21px;
	background-image: url(kbTop.gif);
	background-repeat: repeat-x;
	color: #FFF;
	font-weight: bold;
	font: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	padding-left: 3px;
	padding-top: 2px;
	
}

.kbBox {
	background-color: #D2D8DE;
	padding: 2px;
	margin-bottom: 2px;

}

.kbBox p a {
	font-size: 11px;
	color: #616264;
	text-decoration: none;
}
.kbBox p a:HOVER {
	font-size: 11px;
	margin: 0px;
	padding: 0px;
	text-decoration: underline;

}
.kbBox p strong{
	color: #335E85;
	font-weight: bolder;
	text-decoration: none;
}

form {
	padding-top: 2px;
	padding-bottom: 2px;
	margin: 0px;
}


.category {
	background-image: url(bk_browseTop.gif);
	background-repeat: repeat-x;
	margin-bottom: 5px;
	border: solid #BFCFDE 1px;



}

.category p a{
	font-size: 11px;
	color: #2E5981;
	text-indent: 3px;
	padding-bottom: 6px;
	text-decoration: none;
	margin:-10px;
	padding: -10px;
	font-weight: normal;
}
.category p a:HOVER{
	font-size: 11px;
	color: #2E5981;
	text-indent: 3px;
	padding-bottom: 6px;
	background-color: #FFF;
	font-weight: normal;
}

.categoryLabel {
	font-size: 11px;
	color: #583A0F;
	font-weight:bold;
	padding-left: 19px;
	background-image: url(ico_folder.gif);
	background-repeat: no-repeat;
}
.category ul li a{
	font-size: 11px;
	padding-left: 16px;
	padding-top: 5px;
	text-decoration:underline;
	font-weight: normal;
	background-image: url(ico_articleSmall.gif);
	background-repeat: no-repeat;
	background-position: left;
	display: block;
	color: #2E5981;
}
.moreTopics{
	color: #ED9A24;
	font-size: 11px;
	padding-right: 15px;
	background-image: url(ico_arrows.gif);
	background-repeat:no-repeat;
	background-position: right;
	float:right;
position: relative;
top: -20px;
left: 0px;
}
.moreTopics:HOVER{
	color: #CCC;
	font-size: 11px;
	padding-right: 15px;
	background-image: url(ico_arrows.gif);
	background-repeat:no-repeat;
	background-position: right;
	float:right;
position: relative;
top: -20px;
left: 0px;
}	
	


.breadcrumbs{
	font-size: 10px;
	color: #051F38;
}
.breadcrumbs a{
	font-size: 10px;
	color: #051F38;
}

.articleTitle {
	height: 32px;
	background-image: url(ico_article.gif);
	background-position:left;
	background-repeat: no-repeat;
	font-family: "Trebuchet MS";
	color: #2E5981;
	font-size: 16px;
	padding-left: 32px;
	margin-top: 10px;
}

.articleBox {
	border: solid 1px #BFCFDE;
	padding: 10px;
}

.print a{
	font-family: "Trebuchet MS";
	height: 22px;
	background-image: url(ico_print.gif);
	background-position:left;
	background-repeat: no-repeat;
	color: #2E5981;
	font-size: 12px;
	padding-left: 22px;
	margin: 5px;
}
.email a{
	font-family: "Trebuchet MS";
	height: 22px;
	background-image: url(ico_email.gif);
	background-position:left;
	background-repeat: no-repeat;
	color: #2E5981;
	font-size: 12px;
	padding-left: 22px;
	margin: 5px;
}

.email a:HOVER{
	font-family: "Trebuchet MS";
	height: 22px;
	background-image: url(ico_email.gif);
	background-position:left;
	background-repeat: no-repeat;
	color: black;
	font-size: 12px;
	padding-left: 22px;
	margin: 5px;
}.print a:HOVER{
	font-family: "Trebuchet MS";
	height: 22px;
	background-image: url(ico_print.gif);
	background-position:left;
	background-repeat: no-repeat;
	color: black;
	font-size: 12px;
	padding-left: 22px;
	margin: 5px;
}

blockquote p {
	text-indent: -15px;
	margin-left: -10px;
	margin-top: -.5em;
}

.articlebox p:first-letter {
	font-weight: bold;
	color: #ED9A24;
} 

.imgBorder {
	border: solid 1px #ED9A24;
}	


abbr {
	background-color:#ECE9D8;
	border:dashed 1px #B1C3D9; 
}