@charset "utf-8";
/* CSS Document */

body {
	margin-left: 0px;
	margin-top: 37px;
	margin-right: 0px;
	margin-bottom: 0px;
	background-color: #333333;
	background-image: url(/images/landing/bg_header.gif);
	background-repeat: repeat-x;
}

#header {
	margin-left:auto;
	margin-right:auto;
	height:67px;
	width:940px;
	}
	
#header2 {
	margin-left:auto;
	margin-right:auto;
	height:10px;
	width:100%;
	background-image:url(/images/landing/bg_header2.gif);
	}
	
.clear {clear:both;}

#content {
	width:100%;
	background:#e7e8ed;
	padding-top:27px;
	padding-bottom:34px;
	}

#page-content {
	margin-left:auto;
	margin-right:auto;
	width:960px;
	}

.label {
	font-family:Arial, Helvetica, sans-serif;
	font-size:10px;
	text-transform:uppercase;
	color:#4b90c4;
	font-weight:bold;
	}

.field input {
	width:161px;
	border:solid 1px #000000;
	}
	
.checkbox {
	font-family:Arial, Helvetica, sans-serif;
	font-size:11px;
	color:#231f20;
	}

.checkbox td {
	padding-top:5px;
	}
	
#footer {
	margin-left:auto;
	margin-right:auto;
	width:960px;
	font-family:Arial, Helvetica, sans-serif;
	font-size:10px;
	color:#ffffff;
	padding:16px 0 16px 0;
	}