/* ************************************************** div#content ****************************** */
div#content {
	overflow: hidden;
	float: none;
	width: 940px;
	margin: 0;
	padding: 0;
}
#content #contactform {
	float: left;
	width: 640px;
}
#content #contactform h2 {
	margin: 0 20px 20px 0;
	padding: 0 0 17px 0;
	font-family: "Lucida Sans", "Lucida Sans Unicode", "Lucida Grande", Helvetica, Arial, sans-serif;
	font-size: 11px;
	font-weight: bold;
	line-height: 1em;
	text-transform: uppercase;
	background-image: url(/imgD/bkg_soliddouble_horizontal.gif);
	background-repeat: repeat-x;
	background-position: left bottom;
}
#content #contactform label {
	float: left;
	width: 300px;
	margin: 0 20px 0 0;
	padding: 0 0 1.5em 0;
	font-family: "Lucida Sans", "Lucida Sans Unicode", "Lucida Grande", Helvetica, Arial, sans-serif;
	font-size: 11px;
	font-weight: bold;
	line-height: 2em;
}
#content #contactform .formfield {
	width: 287px;
	margin: 0;
	padding: 12px 6px 0 6px;
	height: 23px;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 10px;
	font-style: italic;
	border: solid #f6f6f6;
	border-width: 0 1px 1px 0;
	background-image: url(/imgD/bkg_formfield.gif);
	background-position: 0 0;
	background-repeat: no-repeat;
}
#content #contactform .formfield.toggle {
	background-position: -600px 0;
	border: solid #ECE9D5;
	border-width: 0 1px 1px 0;
}
#content #contactform .formtextarea {
	width: 293px;
	margin: 0;
	padding: 4px 0 4px 6px;
	height: 142px;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 10px;
	font-style: italic;
	line-height: 1.8em;
	border: solid #f6f6f6;
	border-width: 0 1px 1px 0;
	background-image: url(/imgD/bkg_formfield.gif);
	background-position: 0 0;
	background-repeat: no-repeat;
}
#content #contactform .formtextarea.toggle {
	background-position: -600px 0;
	border: solid #ECE9D5;
	border-width: 0 1px 1px 0;
}
#content #contactform .selectlabel {
}
#content #contactform p.checkboxcontainer {
	float: left;
	width: 300px;
	margin: 0 20px 0 0;
	padding: 2.5em 0 1.5em 0;
	font-family: "Lucida Sans", "Lucida Sans Unicode", "Lucida Grande", Helvetica, Arial, sans-serif;
	font-size: 11px;
	font-weight: normal;
	line-height: 1.5em;
}
#content #contactform .checkboxcontainer .formcheck {
	
}
#content #contactform .checkboxcontainer label {
	float: none;
	display: inline;
	width: auto;
	margin: 0;
	padding: 0;
	font-family: "Lucida Sans", "Lucida Sans Unicode", "Lucida Grande", Helvetica, Arial, sans-serif;
	font-size: 11px;
	font-weight: normal;
	font-style: italic;
	line-height: 1.5em;
}
#content #contactform p.submitcontainer {
	float: left;
	width: 300px;
	margin: 0 20px 0 0;
	padding: 4em 0 1.5em 0;
}
#content #contactform .formbutton {
	width: 93px;
	height: 39px;
	text-indent: -9999px;
	background-color: #fff;
	background-image: url(/imgD/btn_signup.gif);
	background-position: 0 0;
	background-repeat: no-repeat;
	border: 0 none;
}
#content #contactform .formbutton:hover {
	background-position: 0 -39px;
}
#content #contactform .thanks {
	padding: 0 0 .2em 0;
	font-size: 30px;
	font-style: italic;
	line-height: 1em;
}



/* ************************************************** div#column ****************************** */
div#column {
	float: right;
	width: 220px;
	margin: 0;
	padding: 0;
}
#column h2 {
	margin: 0 0 23px 0;
	padding: 0 0 17px 0;
	font-family: "Lucida Sans", "Lucida Sans Unicode", "Lucida Grande", Helvetica, Arial, sans-serif;
	font-size: 11px;
	font-weight: bold;
	line-height: 1em;
	text-transform: uppercase;
	background-image: url(/imgD/bkg_soliddouble_horizontal.gif);
	background-repeat: repeat-x;
	background-position: left bottom;
}




