/* subnav buttons */
#j_subnav {
	background-image: url(../images/subnab_back.gif);
	background-repeat: repeat-y;
	background-color:#000;
	width:760px;
}

.j_subbut_on { 
	background-color:#ffffff;
	border-left:1px solid #000;
	border-right:1px solid #000;
	height: 25px;
}
.j_subbut_off { 
	background-color:#989EC1;
	border-left:1px solid #000;
	border-right:1px solid #000;
	height: 25px;
}
a.j_subbut_off { 
	color:#ffffff;
	font-family: arial, sans-serif;
	font-weight: normal;
	font-size: 10px;
	font-weight: bold;
	text-decoration: none;
	letter-spacing: 1px;
	border: 0px;
}

a.j_subbut_off:hover { 
	color:#252554;
	font-family: arial, sans-serif;
	font-weight: normal;
	font-size: 10px;
	font-weight: bold;
	text-decoration: none;
	letter-spacing: 1px;
	border: 0px;
}
a.j_subbut_on { 
	color:#5A6B85;
	font-family: arial, sans-serif;
	font-weight: normal;
	font-size: 10px;
	font-weight: bold;
	text-decoration: none;
	letter-spacing: 1px;
	border: 0px;
}


/* grey bar */
#j_grey_bar {
	height: 30px;
	background-color: #989EC1;
	color:#ffffff;
}


/* right content area */
#j_content {
	position:absolute;
	left: 20px; top:130px;
	
	background-color: #ffffff;
}

b.j_content {
	color:#000000;
	font-family: arial, sans-serif;
	font-weight: bold;
	font-size: 12px;
}
p.j_icontent {
	color:#000000;
	font-family: arial, sans-serif;
	font-weight: normal;
	font-size: 12px;
	margin: 0px 0px 13px 10px;
}
p.j_content {
	color:#666666;
	font-family: arial, sans-serif;
	font-weight: normal;
	font-size: 12px;
	line-height: 20px;
	margin: 0px 40px 15px 0px;
}
.j_date {
	color:#7287AE;
	font-family: arial, sans-serif;
	font-weight: bold;
	font-size: 12px;
	line-height: 20px;
}

/* left nav column */
.j_toc {
	margin: 0px 0px 6px 0px;
}
td.j_lnav {
	border-right: 1px solid #D0D0D0;
}
a.j_lnav {
	color:#5A6B85;
	font-family: arial, sans-serif;
	font-weight: bold;
	font-size: 11px;
	text-decoration: none;
}
a.j_lnav_on {
	color:#47B2CB;
	font-family: arial, sans-serif;
	font-weight: bold;
	font-size: 11px;
	text-decoration: none;
}
td.j_spacer {
	border-left: 0px solid #F2F0E8;
	padding: 0px 0px 0px 0px;

}

/* misc */
.j_indent_r {
	padding: 0px 10px 0px 0px;
}
.j_indent_l {
	padding: 0px 0px 0px 10px;
}