body {
	border: 0;
	margin: 0;
	padding: 0;
	background: #e9ecea;
	font: 14px Tahoma, sans-serif;
}

fieldset{
border:0;
}
fieldset dl {
	margin: 0 60px 0 20px;
}
fieldset dt {
	margin-bottom: 3px;
}
fieldset dt.required {
	background-image: url(/lp/images/requiredBg.gif);
	background-repeat: no-repeat;
	background-position: right 2px;
}
fieldset dt.error {
	background-image: url(/lp/images/errorBg.gif);
}
fieldset dd {
	margin-bottom: 10px;
}
input[type="text"] {
	font-size: 13px;
	width: 255px;
	height: 20px;
	background-color: #f1f3f2;
	border: solid 1px #cfd0cf;
	padding: 3px 0 0 3px;
	color: #666;
}
input[type="text"].error {
	background-color: #FFDFDF;
}
input[type="image"] {
	margin-top: 10px;
}
input[type="text"]:focus, textarea:focus {
	background-color: #FFFFE0;
}
label {
	font-family:Verdana, Geneva, sans-serif;
	font-size: 11px;
	font-weight: bold;
	line-height: 1.2em;
}

h1 {
	color: #000000;
	font-size: 19px;
	font-weight: bold;
	line-height: 1.2em;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 10px;
	margin-left: 0px;
}
h2 {
	color: #666666;
	font-size: 14px;
	font-weight: bold;
	line-height: 21px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 10px;
	margin-left: 0px;
}
h3 {
	color: #006fc0;
	font-size: 18px;
	font-weight: bold;
	line-height: 1.2em;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 10px;
	margin-left: 0px;
}
h4 {
	color: #006fc0;
	font-size: 18px;
	font-weight: bold;
	line-height: 23px;
	margin: 0px 0px 20px 0px;
}

h4.alt {
	color: #ffffff;
	font-size: 19px;
	font-weight: bold;
	line-height: 22px;
	margin: 0px 0px 10px 0px;
}
h5 {
	color: #006fc0;
	font-size:14px;
	font-weight: bold;
	line-height: 16px;
}
h6 {
	color: #b1cefc;
	font-size:13px;
	font-weight: bold;
	line-height: 16px;
	margin: 0px 0px 10px 0px;
	text-transform: uppercase;
}
p {
	color: #666666;
	line-height: 21px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 10px;
	margin-left: 0px;
}

#container {
	margin-left: auto;
	margin-right: auto;
	width: 960px;
	background: #ffffff;
}

#header {
	width: 960px;
	margin: 0 20px 0 0px;
}

#primaryContent {
	width: 420px;
	margin: 0 0 0 30px;
	float: left;
}

#primaryContent #left {
	width: 420px;
	float: left;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0;
	margin-left: 0;
}

#primaryContent #right {
	width: 180px;
	float: left;
	margin-top: 20px;
	margin-right: 20px;
	margin-bottom: 40px;
	
}

#secondaryContent {
	width: 400px;
	float: right;
	padding-top: 55px;
	padding-right: 0px;
	padding-bottom: 10px;
	padding-left: 20px;
	margin-right: 30px;
	background-color: #e0e3e4;
	background-image: url(SNEAK_LP_Receive_Head.jpg);
	background-repeat:no-repeat;	
}

#secondaryContent h2 {
font-size:1px;
color: #e0e3e4;
}

#secondaryContent label {
font: 11px Tahoma, sans-serif;
}

#secondaryContent dt {
margin-top:5px;
margin-bottom:1px;
}


#footer {
	color: #999;
	font-size: 10px;
	margin: 20px 20px 20px 20px;
	padding: 20px 20px 20px 20px;
	width: 900px;
	background-color: #FFFFFF;
	background-image: url(/revimages/dotted.gif);
	background-repeat: repeat-x;
	background-position: 0px 0px;
	height:70px;
}

#footer img{
float: right;
}


#footer a {
	color: #777;	
}






/* Clear Floated Elements */

.clear {
	clear: both;
	display: block;
	overflow: hidden;
	visibility: hidden;
	width: 0;
	height: 0;
}

.clearfix:after {
	clear: both;
	content: ' ';
	display: block;
	font-size: 0;
	line-height: 0;
	visibility: hidden;
	width: 0;
	height: 0;
}

.clearfix {
	display: inline-block;
}

* html .clearfix {
	height: 1%;
}

.clearfix {
	display: block;
}

