@import url('/template/style.css');
p {
	font-family:Arial;
	font-size:13px;
	color:#737D87;	
}

h1 {
	font-size:24px;
	font-family:Arial;
	font-weight:normal;
	color:#003C83;	
}

h2 {
	font-size:22px;
	font-family:Arial;
	font-weight:normal;	
	color:#003C83;
}

h3 {
	font-size:22px;
	font-family:Arial;
	font-weight:normal;	
	color:#969F00;	
}

ul {
	list-style-image:url('images/ul_arrow.png');
	padding-left:15px;	
}
ul li {
	font-family:Arial;
	color:#737D87;
	font-size:12px;
	margin-bottom:5px;	
}

body.body {
	background:url('images/header_container.png') repeat-x;
	margin-top:0px;
}

#header_container {
	height:299px;
	top:0px;
	left:0px;
	background:none;
}

div.container {
	width:1292px;
}

#header {
	width:1292px;
	height:298px;
	position:relative;
	margin-top:0px;
	}


#header_hilite_about-mca, #header_hilite_the-mca-difference, #header_hilite_contact-us {
	position:absolute;
	top:109px;
	display:none;
	width:264px;
	height:140px;
	overflow:hidden;
}

#header_hilite_about-mca {	left:272px; }
#header_hilite_the-mca-difference {	left:543px;	}
#header_hilite_contact-us {	left:814px;}

#header #logo {
	top:0px;
	left:115px;		
}

#header_bg {
	position:absolute;
	top:109px;
	left:0px;	
}

#content_bg {
	width:1100px;
	padding:20px 153px 0px 153px;
	margin:0px;
	background:#FFFFFF;
}

#content_table {
	position:relative;
	top:-65px;	
}

#table_main {
	width:540px;
	padding-right:20px;
	padding-top:65px;
}

#table_sidebar {
	background:url('images/sidebar_bg.png') no-repeat;
	width:409px;

}

#sidebar_list_container {
	background:url('images/sidebar_bg_bottom.png') bottom no-repeat;
	padding-bottom:22px;	
}

#sidebar_list {
	background:#D0D6DD url('images/sidebar-list_bg.jpg') no-repeat;
	width:365px;
	margin-top:22px;
	margin-left:22px;
}
#sidebar_list p {
	
	color:#021E40;
	margin:10px;
	padding-bottom:10px;
	border-bottom:1px solid #e1e4e8;
}

#sidebar_list p.img_container {
	margin:0px;
	border:none;
	padding-bottom:5px;	
}

#submit_a_debt {
	position:relative;
	background:url('images/submit-a-debt.png');
	width:318px;
	height:282px;
}

#submit_a_debt img {
	position:absolute;
	top:199px;
	left:41px;
	width:242px;
	height:49px;	
}

#footer_container {
	
	height:128px;
	background:url('images/footer_bg.jpg') repeat-x;

}

#footer {
	width:950px;
	padding:16px 173px 0px 173px;
	position:relative;
	top:0px;
	
}
#footer p {
	font-size:11px;
	color:#FDFDFD;
	line-height:15px;
	margin:0px;
}

.submit_link {
	display:block;
	margin-top:5px;
	width:242px;
	height:49px;
	background:url('images/button_submit.png') top no-repeat;
}

.submit_link:hover { background:url('images/button_submit.png') bottom no-repeat; }

td.label {
	vertical-align:top;
	padding:8px 5px 0 0;
	font-size:12px;
	font-weight:normal;
	text-align:left;
	color:#737D87;
	
}

input.text, input.password, select.select, textarea, input.file {
	font-family:Arial;
	color:#0063AE;
	font-size:12px;
	padding:2px;
	border:1px solid #BDBDBD;	
	-moz-border-radius: 0px;	
}