body {
	font-size : 11px;
	font-family : Verdana, Arial, Helvetica, sans-serif;
	padding : 0px;
	margin : 0px;
	text-align: center; /* for IE 5x */
	background-color: #DDCEB1;
	}

a { color: #29377E;
	text-decoration:none;}
	
a:hover{
	text-decoration:underline; }

h1 { font-size: 17px; }

h2 { font-size: 16px; }

h3 { font-size: 14px; }

h4	{
	color:#B32B13;
	font-size:18px;
}
	
.wrapper {
	position: relative;
	width: 711px;  /* width of centered content, usually header width */
	margin: 0 auto;
	text-align: left; /* reset left-align */
	}
	
.logo {
	position : absolute;
	top : 0px;
	left : 0px;
	}

.toptext {
	position : absolute;
	top : 100px;
	left : 10px;
	width: 470px;
	z-index: 1;
	border-bottom: solid 2px #29377E;
	padding-bottom: 20px;
	}

.toptext h1 {
	font-size : 12px;
	margin : 0px;
	padding : 0px;
	}

.toptext p {
	margin : 0px;
	padding : 0px;
	}

.nav {
	position : absolute;
	top : 285px;
	left : 500px;
	z-index: 1;
	font-size: 13px;
	font-family: "Courier New", fixed-width;
	font-weight: bold;
	}

.nav div {
	padding: 3px 0 3px 0;
	}

.content {
	position : absolute;
	top : 276px;
	left : 0px;
	width: 471px;
	padding: 0px 230px 0px 10px;
	background-color: #ffffff;
	}

.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;
  	}
.support a	{
	margin:0px 5px 0px 5px;
	text-decoration:underline;
}
.support a:hover	{
	text-decoration:none;
}	
#form	{
	display:block;
	position:relative;
	width:160px;
	padding:10px;
	margin:0px;
	text-align:center;
		
}

.first-name, .last-name, .email, .select-amount  {
   width:140px;
	font-size:12px;
	margin-bottom:10px;
	background-color:#FFFFFF !important;
}


.check-01, .check-02, .check-03	{
   display:none;
}
.check-04 {
}
.continue-button input {
   margin-top:10px;
}


#disclosures	{
	text-align:center;
}
#disclosures ul	{
	margin:0px;
	padding:0px;
	
}
#disclosures ul li {  
  display:inline;
  margin-right:12px;
}
#disclosures ul li a	{
	color:#000000;	
	text-decoration:none;
}
#disclosures ul li a:hover	{
	text-decoration:underline;
}