/******** BASIC PAGE LAYOUT ********/

html,
body {
	margin: auto, 0;
	padding:0;
	height:auto;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 24px;
	color: #434343;
	background-color: #6B6C6F;
	/*background-image: url(../images/textured_background.gif);*/
	
	text-align: center;
	
	height:auto;
	margin-top: 20px;
}

table {
	background-image: url(http://www.raptorware.com/images/body_with_drop_shadow.gif);
}

/******** HEADER ********/

#header {
	width: 960px;
	
	position:relative;
	width: 100%;
	height: 121px;
	/*background-color: #434343;
	background-image: url(../images/curved_top_header.png) no-repeat left top;*/
	background-image: url(http://www.raptorware.com/images/curved_top_header.gif);
}

#header h2 {
	background: #FFA200 url(http://www.raptorware.com/images/curved_top_header.gif) no-repeat left top;
}

#header span{
	display: none;
}

#header a{
	font-size: 13px;
	color: #7e948f;
	text-decoration: none;	
}

#header a:hover{
	font-size: 13px;
	color: #ccefe7;
	text-decoration: underline;	
}

/******** Footer ********/

#footer {
	width: 960px;

	font-size: 11px;
	line-height: 32px;
	color: #CCCCCC;
	position:relative;
	
	height: 42px;
	background-image: url(http://www.raptorware.com/images/curved_bottom_footer.gif);
	clear:both;
}

#footer_alt {
	font-size: 11px;
	line-height: 32px;
	color: #CCCCCC;
	position:relative;
	width: 100%;
	height: 42px;
	background-image: url(http://www.raptorware.com/images/curved_bottom_footer_top_lines.gif);
	clear:both;
}

#footer_left_side {
	padding-left:10px;
	float: left;
	width: 306px;
}

#footer_right_side {
	padding-left:10px;
	float: right;
	width: 306px;
}

#footer_middle { 
	padding-left:10px;
	float: left;
	width: 306px;
	/*border-left-style:dotted;
	border-right-style:dotted;
	border-color:#666666;*/
}

.midfooter_left_side {
	padding-left:10px;
	float: left;
	width: 306px;
}

.midfooter_right_side {
	padding-left:10px;
	float: right;
	width: 306px;
}

#midfooter_middle { 
	padding-left:10px;
	float: left;
	width: 306px;
	/*border-left-style:dotted;
	border-right-style:dotted;
	border-color:#666666;*/
}

#footer a{
	font-size: 11px;
	color: #FFFFFF;
	text-decoration: none;	
}

#footer a:hover{
	font-size: 11px;
	color:#FFA500;
}

#text_footer {
	font-size: 10px;
	line-height: 12px;
	color: #CCCCCC;
	position:relative;
	width: 100%;
	background-color: #6B6C6F;
	text-align:center;
}

#text_footer a {
	color: #CCCCCC;
	text-decoration: none;	
}

#text_footer a:hover {
	color: #FFFFFF;
	/*text-decoration: underline;*/
}

#text_footer_dots_top {
	margin-bottom: 6px;
	color: #434343;
	position:relative;
	width: 100%;
}

#text_footer_dots_bottom {
	color: #434343;
	position:relative;
	width: 100%;
}

.KB_MainHeading
{
	font-family: Arial;
	font-size: 15pt;
	font-weight: bold;
	color: #000000;
	background-color:#FFFFFF;
	/*background-image: url(http://www.raptorware.com/images/body_with_drop_shadow.gif);*/
}

.KB_SubHeading
{
	font-family: Arial;
	font-size: 12pt;
	font-weight: bold;
	color: #E16D10;
	background-color:#FFFFFF;
}

.KB_Section
{
	background-color: "#F3F3F3";
	font-family: Arial;
	font-size: 9pt;
	font-weight: bold;
	color: #000000;
	background-color:#FFFFFF;
}

.KB_SectionBorder
{
	background-color: "#F3F3F3";
	font-family: Arial;
	font-size: 9pt;
	font-weight: bold;
	border: solid 2px #595959;
	padding: 10px;
	color: #000000;
	background-color:#FFFFFF;
	
}

.KB_Body
{
	font-family: Arial;
	font-size: 9pt;
	font-weight: normal;
	color: #000000;
	background-color:#FFFFFF;
}

.KB_BodySmall
{
	font-family: Arial;
	font-size: 7pt;
	font-weight: normal;
	color: #808080;
	background-color:#FFFFFF;
}

.KB_Link
{
	font-family: Arial;
	font-size: 9pt;
	font-weight: normal;
	text-decoration: underline;
	color: #000000;
	background-color:#FFFFFF;
}

.KB_LinkSmall1
{
	font-family: Arial;
	font-size: 7pt;
	font-weight: normal;
	text-decoration: underline;
	color: #808080;
	background-color:#FFFFFF;
}

.KB_GlossaryLink
{
	font-family: Arial;
	font-size: 9pt;
	font-weight: normal;
	text-decoration: none;
	border-bottom: dashed 1px #000000;
	color: #000000;
	cursor: help;
}

.KB_GlossaryHover
{
	font-family: Arial;
	font-size: 9pt;
	font-weight: normal;
	text-decoration: none;
	border-bottom: dashed 1px #000000;
	background-color: yellow;
	color: #000000;
	cursor: help;
}

.KB_LinkSmall
{
	font-family: Arial;
	font-size: 7pt;
	font-weight: normal;
	text-decoration: underline;
	color: #000000
}

.KB_Small
{
	font-family: Arial;
	font-size: 7pt;
	font-weight: normal;
	text-decoration: normal;
	color: #000000
}

.KB_Link_Bold
{
	font-family: Arial;
	font-size: 9pt;
	font-weight: bold;
	text-decoration: underline;
	color: #000000
}

.KB_Asterix
{
	font-family: Arial;
	font-size: 9pt;
	font-weight: bold;
	text-decoration: none;
	color: red
}

.KB_Box
{
	background-color: #e6f1e5;
	border: dashed 1px #000000;
	margin: 5px;
	padding: 10px;
	float: right;
	background-color:#FFFFFF;
}
