body {
	font-size : 11px;
	font-family : Verdana, Arial, Helvetica, sans-serif;
	padding : 0px;
	margin : 0px;
	text-align: center; /* for IE 5x */
	}

a { 
	color: #227986;
	text-decoration:underline;
 }

a:hover	{
	text-decoration:none;
}
h1 { font-size: 17px; }

h2 { font-size: 16px; }

h3 { font-size: 14px; }

h4	{
	font-size:24px;
	color:#C94F2C;
	margin-bottom:5px;
}
	
.wrapper {
	position: relative;
	width: 731px;  /* width of centered content, usually header width */
	margin: 0 auto;
	text-align: left; /* reset left-align */
	}

.logo {
	position : absolute;
	top : 10px;
	left : 0px;
	}

.toptext {
	position : absolute;
	top : 30px;
	left : 540px;
	width: 175px;
	z-index: 1;
	}

.toptext h1 {
	font-size : 12px;
	margin : 0px;
	padding : 0px;
	}

.toptext p {
	margin : 0px;
	padding : 0px;
	}

.sidebar {
	position : absolute;
	top : 160px;
	left : 540px;
	width: 180px;
	z-index: 1;
	font-family: Georgia, "Times New Roman", serif;
	font-size: 13px;
	}

.content {
	position : absolute;
	top : 150px;
	left : 0px;
	width: 500px;
	padding: 110px 230px 0 0px;
	background: url(/images/debtcc-bg.gif) repeat-y ;
	}

.content img {
	padding: 10px;
	}

td {
	font-size : 12px;
	}

.nav {
	font-size: 14px;
	font-weight: bold;
	line-height: 1.5em;
	
	}



.breadcrumbs {
	text-transform : capitalize;
	}

.linkbox {
	width: 90%;
	background-color: #ffffff;
	color: #000000;
	border: solid 1px #666666;
	padding: 10px;
	font-family: "Courier New", "Andale Mono", monospace;
	font-weight: bold;
	}

.prop {
    height: 50px;
    float: right;
    width: 1px;
  	}

.clear {
    clear: both;
    height: 1px;
    overflow: hidden;
  	}
	
#form	{
	display:block;
	margin-top:-5px;
	margin-left:10px;
	
	
}
.service-select	{
	width:153px;
	font-size:12px;
	margin-bottom:8px;
  
   
}
.first-name, .last-name, .email {
	width:150px;
	font-size:12px;
	margin-bottom:8px;
	background-color:#FFFFFF !important;
}

.continue-button {
   margin-left:20px;
 }
 
#disclosures ul	{
	margin:0px;
	padding:0px;
}
#disclosures ul li {  
  display:inline;
  margin-right:20px;
}
#disclosures ul li a	{
	color:#000000;
	text-decoration:none;
}
#disclosures ul li a:hover	{
	text-decoration:underline;
}