body {
	font-size : 11px;
	font-family : Verdana, Arial, Helvetica, sans-serif;
	padding : 0px;
	margin : 0px;
	text-align: center; /* for IE 5x */
	background-color: #333333;
	color: #CCCCCC;
	}

a:link {
	color: #FB9A40;
	}
a:hover {
	color: #B43A28;
	}

h1 {
	font-size: 17px;
	}

h2 {
	font-size: 16px;
	}

h3 {
	font-size: 14px;
	}
	
h1, h2, h3 { color: #ffffff; }

h4	{
	color:#FB9A40;
	font-size:16px;
}

.wrapper {
	position: relative;
	width: 721px;
	margin: 20px auto;
	text-align: left; /* reset left-align */
	}
	
.logo {
	position : absolute;
	top : 0px;
	left : 0px;
	}

.toptext {
	position : absolute;
	top : 40px;
	left : 490px;
	width: 220px;
	color: #FB9A40;
	z-index: 1;
	text-align: right;
	}

.toptext h1 {
	font-size : 16px;
	margin : 0px;
	padding : 0 0 10px 0px;
	color: #FB9A40;
	}

.toptext p {
	margin : 0px;
	padding : 0px;
	font-size: 14px;
	line-height: 19px;
	}

.nav {
	position : absolute;
	top : 5px;
	left : 0px;
	width: 720px;
	
	font-weight: bold;
	z-index: 1;
	}

.nav span {
	padding: 10px;
	}

.nav a:link {
	text-decoration: none;
	color: #FB9A40;
	}
.nav a:hover	{
	text-decoration:underline;
}
.content {
	position : absolute;
	top : 226px;
	left : 0px;
	width: 501px;
	padding: 10px 10px 0 210px;
	background: url("/images/pad-back.gif") repeat-y;
	line-height: 16px;
	}

.content img {
	padding: 10px;
	}

td {
	font-size : 12px;
	}

.ads {
	position : absolute;
	top : 240px;
	left : 0px;
	width: 200px;
	text-align : center;
	z-index: 1;
	}
.ads a	{
	text-decoration:none;
}
.ads a:hover	{
	text-decoration:underline;
}

.breadcrumbs {
	text-transform : capitalize;
	}

.linkbox {
	width: 95%;
	background-color: #ffffff;
	color: #000000;
	border: solid 1px #666666;
	padding: 10px;
	font-family: "Courier New", "Andale Mono", monospace;
	font-weight: bold;
	}

.prop {
    height: 530px;
    float: right;
    width: 1px;
  	}

.clear {
    clear: both;
    height: 1px;
    overflow: hidden;
  	}
#disclosures {
	display:block;
	width:100%;
	text-align:center;
	clear:both;
}
#disclosures ul {
	margin:0px;
	padding:0px;
}
#disclosures ul li {
	display:inline;
	margin-right:6px;
}

.first-name, .last-name, .email {
   width:150px;
   font-size:12px;
   background-color:#FFFff !important;
   margin-bottom:12px;
}

.first-name:hover, .last-name:hover, .email:hover {
	background-color:#FFFFff !important;
}
.check-01, .check-02, .check-03, .select-amount {
   display:none;
}
.check-04 {
	width:180px;
}
.continue-button input {
    margin-top:10px;
}