body
{
	font-size : 11px;
	font-family : Helvetica, Arial, sans-serif;
	padding : 0px;
	margin : 0px;
	background-image: url("/images/challenge-outline.gif");
	background-repeat: repeat-y;
}

a:link
{
	color: #709795;
}

a:visited
{
	color: #333333;
}

.logo
{
	position : absolute;
	top : 0px;
	left : 20px;
}

.toptextbox
{
	position : absolute;
	top : 190px;
	left : 30px;
	width: 182px;
}

.toptext
{
	background-color: #F8E8C2;
	border: solid 1px #DD805C;
	padding: 10px;
}

.toptext h1
{
	font-size : 13px;
	margin : 0px;
	padding-bottom : 5px;
}

.toptext p
{
	margin : 0px;
	padding : 0px;
}

.nav
{
	position : absolute;
	top : 167px;
	left : 30px;
	width: 650px;
	z-index: 1;
	font-size: 10px;
	font-family : Arial, Helvetica, sans-serif;
	text-align: center;
}

.nav span
{
	padding: 10px;
}

.nav a, .nav a:visited
{
	color: #C44E1E;
	text-decoration: none;
}

.content
{
	position : absolute;
	top : 200px;
	left : 230px;
	width: 480px;
}


td
{
	font-size : 12px;
}

.ads
{
	/*position : absolute;
	top : 0px;
	left : 0px;*/
	background-color: #F8E8C2;
	border: solid 1px #DD805C;
	text-align : center;
	padding: 10px;
}
.ads a {
	display:block;
	margin:12px 0px 12px 0px;
}

.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;
}

#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:5px
}

.service-select, .first-name, .last-name, .email {

}

.continue-button {
   margin-top:10px;
   margin-bottom:10px;
}

