body {
	background-image: url(images/side.gif);
	background-repeat: repeat;
	margin: 0px;
	padding: 0px;
}
.table {
	background-image: url(images/side2.gif);
	background-repeat: repeat-x;
	background-position: left top;
}
.stretch, .text {
	background-image: url(images/stretch.jpg);
	background-repeat: repeat-y;
	background-position: center;
	font: 400 .8em/1.3em helvetica, verdana, sans-serif;
	color: #28173F;
}

.left {
	background-image: url(images/whitebar.jpg);
	background-repeat: repeat-y;
	background-position: right;
}
a:link {
	color: #000000;
}
a:visited {
	color: #000000;
}
a:hover {
color: #A4A672;
}
ul, li {
list-style: square outside;
}
li { 
margin-bottom: 7px;
}
x {
	color: #000000;
	text-decoration: underline;
	}
x:hover {
	color: #A4A672;
	text-decoration: underline;
	}

/* FAQ CSS*/
/*  "Show All" + "Hide All" links */
#TJK_ToggleON,#TJK_ToggleOFF {border:1px solid #333;padding:0 5px;margin-right:5px}
/* zeroing out padding and margin */
#TJK_DL dd,#TJK_DL dt {margin:0;padding:0} 
/* margin for the DTs (shorthand) */
#TJK_DL dt {margin:7px 0}
/* image and left padding for DDs */
#TJK_DL dd {padding-left:55px}
/* styling all anchors in the DTs */
#TJK_DL dt a {background:0 50% no-repeat;padding-left:32px;color:#000;text-decoration:none}
#TJK_DL dt a:visited {color:#666}
#TJK_DL dt a:visited:hover,
#TJK_DL dt a:hover,
#TJK_DL dt a:active,
#TJK_DL dt a:focus {font-weight:bold}
/* the + and - gif in the anchors */
#TJK_DL .DTplus a {background-image:url(square.png)}
#TJK_DL .DTminus a {background-image:url(square.png)}
/**********************************/
/**********************************/
#TJK_DL .showDD {position:relative;top:0}
#TJK_DL dd,.hideDD{top:-9999px;position:absolute}
#TJK_ToggleON,#TJK_ToggleOFF {display:inline;cursor:pointer;cursor:hand}