body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,form,fieldset,input,p,blockquote,th,td {
	margin:0; 
	padding:0; 
}
object,img {
	border:0 none;
}


html {
	height: 100%;
	margin-bottom: 0px;
}
body {
	background: #000 url(images/bgnd.jpg) 0 0 repeat-x;
	color: #59606F;
	font-family: Helvetica, Arial, sans-serif;
	font-size: 12px;
	line-height: normal;
	padding: 12px 0 10px;
	text-align: center;
}

a:link {
	text-decoration: underline;
	color: #0059A1;
}

a:visited {
	text-decoration: underline;
	color: #0059A1;
}

/* -- LAYOUT -- */
#container {
	margin: 0 auto;
	position: relative;
	text-align: right;
	width: 830px;
}



/* -- USER-NAV -- */
#user-nav {
	display: block;
	height: 20px;
	margin: 0;
}
#user-nav li {
	color: #fff;
	display: inline;
	font-family: Helvetica, sans-serif;
	font-size: 10px;
	padding: 0 3px 0 7px;
}
#user-nav li.first {
	border: 0;
	padding-right: 4px;
}
#user-nav a {
	border-bottom:1px solid #88A1B3;
	color: #fff;
	font-family: inherit;
	font-size: inherit;
}
#user-nav a:hover {
	text-decoration: none;
}

/* -- HEADER -- */
#header {
	background: url(images/header.jpg) center no-repeat;
	padding: 0;
	text-align: left;
	line-height: 88px;
}

/* -- TITLE -- */
#title {
	display: block;
	height: 80px;
	margin: 0;
}
#title h1 {
	color: #777;
	display: block;
	font-family: Helvetica, sans-serif;
	font-size: 20px;
	font-weight: normal;
	padding: 50px 0 0px 100px;
}


/* -- PAGE -- */
#page {
	background: #ffffff center repeat-y;
	padding: 0;
	text-align: left;
}

/* -- FOOTER -- */
.footer {
	color: #5a5a5a;
	text-align: left;
	font-family: Helvetica, sans-serif;
	font-size: 10px;
	font-weight: normal;
	padding: 12px 0 10px;
	text-align: left;
}

/* -- FORM STYLES -- */
.formH2 {
	color: #777;
	text-align: left;
	font-family: Helvetica, Arial;
	font-size: 18px;
	font-weight: normal;
	margin: 110px 0 0 0;
	width: 330px;
	display: block;
}

.formH3 {
	color: #777;
	text-align: left;
	font-family: Helvetica, Arial;
	font-size: 14px;
	font-weight: normal;
	margin: 30px 0 0 0;
	width: 330px;
	display: block;
}

.formAddress {
	color: #777;
	text-align: left;
	font-family: Helvetica, Arial;
	font-size: 12px;
	font-weight: normal;
	margin: 20px 0 0 0;
	width: 330px;
	display: block;
}

.formText {
	color: #777;
	text-align: left;
	font-family: Helvetica, Arial;
	font-size: 12px;
	font-weight: normal;
	margin: 20px 0 0 100px;
	width: 500px;
	display: block;
}

.formRow {
	padding: 10px 0 10px 0;
}

.privacyRow {
	padding: 10px 80px 10px 0;
}

.formLabel {
	position:absolute;
	text-align:left;
	width:220px;
}
.formCheckboxLabel {
	position:absolute;
	text-align:left;
	width:220px;
}
.formInput {
	margin-left:200px;
}

