/*
 * CSS Styles that are needed by jScrollPane for it to operate correctly.
 *
 * Include this stylesheet in your site or copy and paste the styles below into your stylesheet - jScrollPane
 * may not operate correctly without them.
 */



#content {
	float: left;
	overflow: auto;
	margin-top: 5px;
	width: 850px; 
	height: 530px;
}

#content h3{
	margin-top: 15px;
	margin-bottom: 10px;
	font-weight: bold;
}

#content h1 {
	font-size: 18pt;
	font-weight: bold;
}
/***
#content ul li{
	font-size: 14px;
	color: #6b6b6b
}



#content p {
	font-size: 14px;
	color: #6b6b6b;
	margin-right: 30px;
	margin-left: 15px;
}

#content a{
	font-size: 14px;
	color: #6b6b6b
}

#content table {
	width: 600px;
	margin-right: 30px;
	margin-left: 15px;
}

#content table td {
	font-size: 14px;
	color: #6b6b6b;

}
**/

.jspContainer
{
	overflow: hidden;
	position: relative;
}

.jspPane
{
	position: absolute;
}

.jspVerticalBar
{
	position: absolute;
	top: 0;
	right: 0;
	width: 16px;
	height: 100%;
	background: #E8E8E8;
}

.jspHorizontalBar
{
	position: absolute;
	bottom: 0;
	left: 0;
	width: 100%;
	height: 16px;
	background: #E8E8E8;
}

.jspVerticalBar *,
.jspHorizontalBar *
{
	margin: 0;
	padding: 0;
}

.jspCap
{
	display: none;
}

.jspHorizontalBar .jspCap
{
	float: left;
}

.jspTrack
{
	background: url('../images/bg_jsptrack.png') 7px repeat-y; 
	position: relative;
}

.jspDrag
{
	background:#ffffff;
	border-left: solid 1px #000;
	border-bottom: solid 1px #000;
	border-right: solid 1px #000;
	border-top: solid 1px #000;
	position: relative;
	top: 0;
	left: 0;
	cursor: pointer;
}

.jspHorizontalBar .jspTrack,
.jspHorizontalBar .jspDrag
{
	float: left;
	height: 100%;
}

.jspArrow
{
	background: #50506d;
	text-indent: -20000px;
	display: block;
	cursor: pointer;
}

.jspArrow.jspDisabled
{
	cursor: default;
	background: #80808d;
}

.jspVerticalBar .jspArrow
{
	height: 16px;
}

.jspHorizontalBar .jspArrow
{
	width: 16px;
	float: left;
	height: 100%;
}

.jspVerticalBar .jspArrow:focus
{
	outline: none;
}

.jspCorner
{
	background: #eeeef4;
	float: left;
	height: 100%;
}

/* Yuk! CSS Hack for IE6 3 pixel bug :( */
* html .jspCorner
{
	margin: 0 -3px 0 0;
}