body {
	font-size : 11px;
	font-family : Verdana, Arial, Helvetica, sans-serif;
	padding : 0px;
	margin : 0px;
	text-align: center; /* for IE 5x */
	background-color: #CC0000;
	}

a:link {
	color: #;
	}
a:visited {
	color: #000000;
	}

h1 {
	font-size: 17px;
	}

h2 {
	font-size: 16px;
	}

h3 {
	font-size: 14px;
	}
	
.wrapper {
	position: relative;
	width: 752px;
	margin: 0 auto;
	text-align: left; /* reset left-align */
	}
	
.logo
{
	position : absolute;
	top : 0px;
	left : 0px;
}

.new {
	position : absolute;
	top : 30px;
	left : 450px;
	z-index: 1;
	}
	
.tv {
	position : absolute;
	top : 10px;
	left : 30px;
	z-index: 1;
	}

.toptext
{
	position : absolute;
	top : 135px;
	left : 560px;
	width: 180px;
	z-index: 1;
}

.toptext h1
{
	font-size : 12px;
	margin : 0px;
	padding : 0px;
}

.toptext p
{
	margin : 0px;
	padding : 0px;
}

.nav
{
	position : absolute;
	top : 107px;
	left : 0px;
	width: 752px;
	text-align: center;
	z-index: 1;
}

.nav span {	
	padding: 10px;
	}

.content {
	position : absolute;
	top : 128px;
	left : 0px;
	width: 542px;
	background-color: #ffffff;
	padding: 10px 200px 10px 10px;
	}

td {
	font-size : 12px;
	}

.ads
{
	text-align : center;
}

.breadcrumbs
{
	text-transform : capitalize;
}

.linkbox
{
	width: 95%;
	background-color: #ffffff;
	border: solid 1px #666666;
	padding: 10px;
	font-family: "Courier New", "Andale Mono", monospace;
	font-weight: bold;
}

.prop {
    height: 720px;
    float: right;
    width: 1px;
  }

  .clear {
    clear: both;
    height: 1px;
    overflow: hidden;
  }
  
#disclosures {
	display:block;
	clear:both;
	width:100%;
	text-align:center;
}
#disclosures ul {
	margin:0px;
	padding:0px;
}
#disclosures ul li {
	display:inline;
	margin-right:10px;
}

#form	{
   display:table;
}

.service-select, .first-name, .last-name, .email {
	width:150px;
	font-size:12px;
	background-color:#ffffff !important;
	margin-bottom:10px;
	margin-left:10px;
}

.service-select		{
	width:150px;
} 

.first-name, .last-name, .email {

}

.continue-button {
   margin-top:10px;
   margin-bottom:10px;
   margin-left:30px;
}