@charset "utf-8";
/* CSS Document */

img {
	behavior: url('/iepngfix.htc');
}

body {
	margin: 0px; padding: 0px;		
	text-align: center;
	background-color: #8fafcf;	
	font-family: calibri, 'helvetica neue', verdana, arial, helvetica, sans-serif;		
	font-size-adjust: 0.48;
	vertical-align: center;

}

div#container
{
	margin-left: auto;
	margin-right: auto;
	width:1000px;
	height: 730px;
	text-align: left;
	background-color: #ffffff;
	border: 1px solid #003D79;
}
div#bannerLine {
	position: relative;
	z-index:1;
	width: 1000px;
	height: 10px;
	background-image: url('/images/v3/headerRightBackdrop.jpg');
	background-position: right;
	background-repeat: repeat-y;	

}

div#bannerLine img {
position: relative;
left: 300px;
top: 40px;
}
div#headerLeft {
	float: left;
	width: 320px;	
	height: 228px;
	text-align: center;
}

div#headerLeft img {
padding-top: 20px;
}

div#headerRight {
	float: left;
	background-image: url('/images/v3/headerRightBackdrop.png');
	background-position: right;
	background-repeat: repeat-y;	
	width: 680px;
	height: 228px;	
	z-index: 0;
}

div#bodyLeft {	
	float: left;
	clear: left;
	width: 320px;
	height: 373px;	
}

div#bodyLeft ul{	
	background-image: url('/images/v2/baddebtpilingup.jpg');
	background-position: right;
	background-repeat: no-repeat;
	font-size: 15px;
	height: 170px;
	line-height: 24px;
	font-weight: bold;
	list-style: none;
	list-style-position: outside;
	padding-left: 26px;
}


div#bodyRight {
	float: left;
	width: 679px;
	height: 373px;	
	text-align: left;
}

div#bodyRight h2 {
	padding: 0px 10px;
	margin: 0px;
	color: #003D79;
	font-size: 20px;
}

div#bodyRight div {
	padding: 0px 10px;
	font-size: 10pt;
	width: 46%;
	float: left;	
}

div#bodyRight div em {
	color: #003D79;
	font-size: 18px;
}

div#bodyRight a {
	text-decoration: none;
	padding: 0px 10px;
}
div#bodyRight a img{
	border: 0px;
}
table {
font-size: 13px;
border: 0px;
width: 80%;
margin: 10px;
padding-left: 10px;
}
input {
margin-top: 2px;
margin-bottom: 2px;
margin-left: 10px;
}

textarea {
height: 150px;
width: 250px;
}
