body
{
	border-right: 0px;
	padding-right: 0px;
	border-top: 0px;
	padding-left: 0px;
	font-size: 69%;
	background-image: url(Images/jbwt_outerBackground.gif);
	padding-bottom: 0px;
	margin: 0px;
	border-left: 0px;
	color: #616161;
	padding-top: 0px;
	border-bottom: 0px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
}

h1 {
    border-right: #6183ad 20px solid;
    border-top: #aec4de 1px solid;
    font-weight: normal;
    font-size: 150%;
    background: #d7e5ef;
    margin: 5px 0px;
    border-left: #aec4de 1px solid;
    color: #6183ad;
    border-bottom: #aec4de 1px solid;
    width: 100%;
}

a
{
	color: #6799b1;
	text-decoration: underline;
}
a:hover
{
	color: #838f96;
	text-decoration: none;
}

/* ===================================== */
/* ========== LEFT NAVIGATION ========== */
/* ===================================== */
td.navLeft
{
	border-top-width: 1px;
	font-size: 69%;
	color: #ffffff;
	border-top-color: #ffffff;
	border-bottom: #ffffff 1px solid;
	font-family: Verdana, Arial, Helvetica, sans-serif;
}

td.navLeft a:link
{
	color: #ffffff;
	text-decoration: none;
}

/* This is not needed, "td.navLeftHover a:hover" overrides this */
/*
td.navLeft a:hover
{
	color: #990000;
	text-decoration: none;
}
*/

td.navLeft a:active
{
	color: #000000;
	text-decoration: none;
}

/* This overrides a:hover and you don't get the hover color */
td.navLeft a:visited
{
	color: #ffffff;
	text-decoration: none;
}

td.navLeftHover
{
	border-top-width: 1px;
	font-size: 69%;
	background: url(Images/selector_sub.gif) #c9dcea no-repeat right center;
	border-top-color: #ffffff;
	border-bottom: #ffffff 1px solid;
	font-family: Verdana, Arial, Helvetica, sans-serif;
}

td.navLeftHover a:link
{
	color: #000000;
	text-decoration: none;
}

td.navLeftHover a:hover
{
	color: #000000;
	text-decoration: none;
}

td.navLeftHover a:active
{
	color: #000000;
	text-decoration: none;
}

td.navLeftHover a:visited
{
	color: #000000;
	text-decoration: none;
}

/* ===================================== */
/* ============ MAIN CONTENT =========== */
/* ===================================== */
table.mainContent
{
	font-size: 69%;
}

table.mainContentInner
{
	font-size: 100%;
}

li
{	color: #999999;
	list-style: square inside;
}

li.links
{
	list-style-position: outside;
	list-style-image: url(Images/arrow_outline.gif);
	margin-left: 15px;
	text-decoration: none;
}

li.links a
{
	list-style-position: outside;
	list-style-image: url(Images/arrow_outline.gif);
	text-decoration: none;
}

li.links a:hover, li.linkSelected a:hover
{
	list-style-position: outside;
	list-style-image: url(Images/arrow.gif);
	color: #ac835c;
	text-decoration: none;
}

li.linkSelected
{
	list-style-position: outside;
	list-style-image: url(Images/arrow.gif);
	margin-left: 15px;
	text-decoration: none;
}

li.linkSelected a
{
	list-style-position: outside;
	list-style-image: url(Images/arrow.gif);
	text-decoration: none;
}

/* ===================================== */
/* =============== FOOTER ============== */
/* ===================================== */
span.footer
{
	font-size: 10px;
	color: #999999;
}

span.footer a
{
	color: #999999;
	text-decoration: underline;
}


/* ===================================== */
/* ================ MISC =============== */
/* ===================================== */
.textboxFormat
{
	font-family: Verdana, Arial, Helvetica, sans-serif;
}