body {
	font-size : 11px;
	font-family : Verdana, Arial, Helvetica, sans-serif;
	padding : 0px;
	margin : 0px;
	text-align: center; /* for IE 5x */
	}

a { color: #6F9A95; }
a:hover { color: #666666; }

h1 { font-size: 17px; }

h2 { font-size: 16px; }

h3 { font-size: 14px; }
	
.wrapper {
	position: relative;
	width: 722px;  /* width of centered content, usually header width */
	margin: 0 auto;
	text-align: left; /* reset left-align */
	}

.logo {
	position : absolute;
	top : 0px;
	left : 1px;
	}

.title {
	position : absolute;
	top : 50px;
	left : 230px;
	font-size: 30px;
	}

.title a {
	text-decoration: none;
	}

.toptext {
	position : absolute;
	top : 350px;
	left : 10px;
	width: 200px;
	z-index: 1;
	}

.toptext h1 {
	font-size : 12px;
	margin : 0px;
	padding : 0px;
	}

.toptext p {
	margin : 0px;
	padding : 0px;
	}

.nav {
	position : absolute;
	top : 5px;
	left : 230px;
	width: 500px;
	padding-bottom:10px;
	border-bottom:2px solid #A2BDBA;
	}
.nav a	{
	font-size:14px;
	text-decoration:none;
	margin:0px 10px 0px 10px;
}
.nav a:hover	{
	color:#D7DB24;

}
.nav span {
	padding: 10px;
	}

.content {
	position : absolute;
	top : 200px;
	left : 0px;
	width: 492px;
	padding: 0px 0px 0px 230px;
	background: url(/images/billtherapy-bg.gif) repeat-y;
	}

.content img {
	padding: 10px;
	}

td {
	font-size : 12px;
	}



.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 {
	padding:10px;
	font-weight:bold;
	font-size:16px;
	color:#31425E;
	margin-top:5px;
	text-align:center;
}
.service-select{
	width:180px;
	font-size:11px;
	background-color:#FFFFFF !important;
	margin-bottom:5px;
}
.first-name, .last-name, .email {
	width:150px;
	font-size:12px;
	background-color:#FFFFFF !important;
	margin-bottom:5px;
}
.continue-button {
   margin-top:5px;
}
#disclosures {
	display:block;
	clear:both;
	width:100%;
	text-align:center;
}
#disclosures ul {
	margin:0px;
	padding:0px;
}
#disclosures ul li {
	display:inline;
	margin-right:10px;
}
