@charset "utf-8";
* {
	PADDING-RIGHT: 0px;
	PADDING-LEFT: 0px;
	PADDING-BOTTOM: 0px;
	MARGIN: 0px;
	PADDING-TOP: 0px;
	border-top-width: 0px;
	border-right-width: 0px;
	border-bottom-width: 0px;
	border-left-width: 0px;
}

body  {
	font: 100% Verdana, Arial, Helvetica, sans-serif;
	margin: 0; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	padding: 0;
	text-align: center; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
	color: #000000;
	background-color: #000;
	/*background-image: url(../pics/page-back1.jpg);
	background-repeat: no-repeat;
	background-position: left top;*/
}
.twoColFixLtHdr #container {
	width: 975px;
	text-align: left; /* this overrides the text-align: center on the body element. */
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
} 
.twoColFixLtHdr #header {
	padding: 0;  /* this padding matches the left alignment of the elements in the divs that appear beneath it. If an image is used in the #header instead of text, you may want to remove the padding. */
	margin: 0px;
} 
#header #header-top {
	height: 131px;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: none;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #F00;
	border-right-color: #F00;
	border-bottom-color: #F00;
	border-left-color: #F00;
}
#header #header-top .title-table tr td {
	height: 131px;
}
#header #header-top .title-table tr td #jbTitle {
	height: 131px;
	width: 612px;
	display: block;
}


#header #header-bottom {
	height: 6px;
}
#header #nav {
	CLEAR: both;
	OVERFLOW: visible;
	POSITION: relative;
	TOP: 0px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #F00;
	height: 27px;
	padding-left: 200px;
	border-top-width: 1px;
	border-right-width: 1px;
	border-left-width: 1px;
	border-top-style: none;
	border-right-style: none;
	border-left-style: none;
	border-top-color: #F00;
	border-right-color: #F00;
	border-left-color: #F00;
}
#header #nav UL LI {
	FLOAT: left;
	MARGIN-RIGHT: 4px;
	TEXT-ALIGN: center;
	list-style-type: none;
	display: inline;
}
#header #nav UL LI A {
	BORDER-RIGHT: #414141 1px solid;
	BORDER-TOP: #414141 1px solid;
	BORDER-LEFT: #414141 1px solid;
	BORDER-BOTTOM: #414141 1px solid;
	DISPLAY: block;
	FONT-SIZE: 12px;
	TEXT-TRANSFORM: capitalize! important;
	COLOR: #c9c9c9;
	LINE-HEIGHT: 26px;
	TEXT-DECORATION: none;
	top: 0px;
	width: auto;
	height: 23px;
	padding-right: 6px;
	padding-left: 6px;
	background-color: #272626;
	background-image: url(../pics/nav-back.jpg);
	padding-bottom: 2px;
}
#header #nav UL LI A:hover {
	COLOR: #fff;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #F00;
	border-right-color: #F00;
	border-bottom-color: #000;
	border-left-color: #F00;
	padding-bottom: 3px;
}

.twoColFixLtHdr #header h1 {
	margin: 0; /* zeroing the margin of the last element in the #header div will avoid margin collapse - an unexplainable space between divs. If the div has a border around it, this is not necessary as that also avoids the margin collapse */
	padding: 0px; /* using padding instead of margin will allow you to keep the element away from the edges of the div */
}
.twoColFixLtHdr #sidebar1 {
	float: left; /* since this element is floated, a width must be given */
	width: 205px; /* the background color will be displayed for the length of the content in the column, but no further */
	padding: 0px;
	margin: 0px;
	background-image: url(../pics/sidebar-back.png);
	background-repeat: repeat-y;
	background-position: left top;
}
#sidebar1 #sb1-content {

}
.twoColFixLtHdr #container #bas {
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: none;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #F00;
	border-right-color: #F00;
	border-bottom-color: #F00;
	border-left-color: #F00;
}

.twoColFixLtHdr #mainContent {
	margin-top: 0;
	margin-right: 0px;
	margin-bottom: 0;
	margin-left: 235px;
	padding-top: 20px;
	padding-right: 0px;
	padding-bottom: 0;
	padding-left: 0px;
	font-size: 12px;
	color: #CCC;
} 

#container #mainContent a {
	color: #F00;
	text-decoration: none;
}
#mainContent #theContent {
	font-size: 14px;
	line-height: 18px;
	background-image: url(../pics/content-back.png);
	background-repeat: repeat;
	background-position: left top;
	padding-left: 12px;
	padding-right: 10px;
}
#mainContent #theContent a {
	color: #ff0000;
	text-decoration: none;
}
#mainContent #theContent a:hover {color:#ffffff; }

#mainContent #theContent a.a1 {
	color: #ff0000;
	text-decoration: none;
}
#mainContent #theContent a.a1:hover {color:#000000; }

#theContent .page-title {
	font-size: 16px;
	font-weight: bold;
	color: #F00;
	background-image: url(../pics/installment-back.png);
	background-repeat: repeat-x;
	background-position: left top;
	display: block;
	height: 32px;
	padding-top: 8px;
	padding-left: 6px;
	letter-spacing: .1em;
}

#theContent h1 {
	font-size: 16px;
	font-weight: bold;
	color: #F00;
	letter-spacing: .1em;
}
#theContent h2 {
	font-size: 14px;
	font-weight: bold;
	color: #28903A;
}
#theContent h3 {
	font-size: 15px;
	font-weight: bold;
	color: #F15D22;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: solid;
	border-left-style: none;
	border-top-color: #28903A;
	border-right-color: #28903A;
	border-bottom-color: #28903A;
	border-left-color: #28903A;
	margin-bottom: 12px;
	padding-left: 6px;
}
#theContent .installment {
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-bottom-style: solid;
	border-top-color: #666;
	border-right-color: #666;
	border-bottom-color: #666;
	border-left-color: #666;
	margin-bottom: 20px;
	padding-bottom: 8px;
	padding-top: 0px;
	padding-right: 0px;
	padding-left: 0px;
}
#theContent .installment a {
	color: #0072BC;
	text-decoration: none;
}



#theContent .installment-title {
	font-size: 14px;
	font-weight: bold;
	color: #0072BB;
}
#theContent .installment-subtitle {
	font-size: 12px;
	font-weight: bold;
	color: #00B16B;
}
#theContent .installment-number {
	font-size: 48px;
	font-weight: bold;
	color: #0072BC;
	float: left;
	vertical-align: middle;
	line-height: 52px;
	margin-top: 0px;
	margin-right: 12px;
	margin-bottom: 8px;
	margin-left: 0px;
	height: 52px;
}
#theContent .resume {
	padding-top: 5px;
	padding-right: 5px;
	padding-bottom: 8px;
	padding-left: 5px;
	margin-bottom: 20px;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-bottom-style: solid;
	border-top-color: #666;
	border-right-color: #666;
	border-bottom-color: #666;
	border-left-color: #666;
}

#theContent .resume a:link {
	color: #FF0000;
	text-decoration: none;
}
#theContent .resume a: hover{color:#ff0000; }


#theContent .resume a.a1:hover{color:#0000ff; text-decoration: underline;}
#theContent .resume a.a1 {COLOR: #ff0000; FONT-FAMILY: verdana,helvetica; font-weight:bold;}


#theContent .imgRight {
	float: right;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 8px;
	margin-left: 12px;
}
#mainContent table td {
	padding: 4px;
}

#mainContent h1 {
	font-size: 16px;
}

.twoColFixLtHdr #footer {
	padding: 0;
	margin: 0px;
	color: #FFF;
} 
#footer #footer-content {
	font-size: 11px;
	color: #F00;
	text-align: center;
	padding-top: 12px;
	padding-bottom: 12px;
}
#footer #footer-content a {
	color: #999;
	text-decoration: none;
}

.twoColFixLtHdr #footer p {
	margin: 0; /* padding on this element will create space, just as the the margin would have, without the margin collapse issue */
	padding-top: 2px;
	padding-right: 0;
	padding-bottom: 2px;
	padding-left: 0;
}
#container #page-bottom {
	background-image: url(../pics/page-bottom.gif);
	background-repeat: no-repeat;
	height: 2px;
}
#container #copyright {
	padding-top: 8px;
	padding-right: 12px;
	padding-bottom: 8px;
	padding-left: 12px;

	color: #999;
	text-align: center;
	font-size: 11px;
	line-height: 18px;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #F00;
	border-right-color: #F00;
	border-bottom-color: #F00;
	border-left-color: #F00;
}
#container #copyright a {
	color: #CCC;
	text-decoration: none;
}

.fltrt { /* this class can be used to float an element right in your page. The floated element must precede the element it should be next to on the page. */
	float: right;
	margin-left: 8px;
}
.fltlft { /* this class can be used to float an element left in your page */
	float: left;
	margin-right: 8px;
}
.clearfloat { /* this class should be placed on a div or break element and should be the final element before the close of a container that should fully contain a float */
	clear:both;
    height:0;
    font-size: 1px;
    line-height: 0px;
}
#theContent ul li {
	margin-left: 40px;
	color: #28903A;
}
#theContent ul li a {
	color: #CCC;
	text-decoration: none;
}
#theContent ul li a:hover {
	color: #F15D22;
}
#container #gototop a {
	float: right;
	width: 140px;
	text-decoration: none;
	color: #FFF;
	font-size: 11px;
}
#container #gototop a:hover {
	color: #F00;
}

