@charset "utf-8";
/* CSS Document */

#faq_text {
	overflow: auto;
	height: 380px;
	width: 282px;
	left: 0px;
	top: 28px;
	position: absolute;
	visibility: visible;
	border-right-width: 10px;
	border-right-style: none;
	border-right-color: #B1BABF;
}
#navigation_heads {
	font-family: Verdana, Geneva, sans-serif;
	padding-left: 20px;
	width: 290px;
	padding-top: 2px;
	font-size: 0.9em;
	border: thin none #F68C1F;
}
#navigation_subheads {
	font-family: Verdana, Geneva, sans-serif;
	padding-left: 20px;
	width: 290px;
	padding-top: 7px;
	font-size: 0.95em;
	border: 2px none #F68C1F;
	top: 10px;
}
#knowledgebase_textbox {
	font-family: Verdana, Geneva, sans-serif;
	color: #000;
	height: 360px;
	overflow: hidden;
}
.current_page_knowledgebase {
	border: 3px solid #FFF;
	padding: 4px;
	background-color: #666;
	width: 400px;
}
.knowledgebase_header {
	color: #000;
	text-decoration: none;
}
a.knowledgebase_header {
	text-decoration: none;
}
.knowledgebase {
	color: #666;
	text-decoration: none;
	font-size: .9em;
	padding-top: 5px;
	padding-right: 15px;
}
a.knowledgebase {
	text-decoration: none;
}
#navigation {
	position: absolute;
	left: -369px;
	top: 3px;
	color: #FFF;
	font-weight: normal;
	font-size: 1.2em;
	width: 349px;
}

