/* ***********************************************************************
 * Formatting and appearance
 * *********************************************************************** */

FORM .footnote {
	font-style: italic;
}

DIV#columnWrapper {
	background-image: url("/images/background-columns-181-526.gif") !important;
}

P#contactInfo {
	border-top: 25px solid #3A3B33;
	background-image: url("/images/background-contact_info.gif");
	background-repeat: no-repeat;
}


/* ***********************************************************************
 * Layout
 * *********************************************************************** */

FORM LABEL,
FORM .footnote {
	display: block;
	clear: both;
	float: left;
	width: 157px; /* 181 - 24 */
	padding-right: 24px;
	margin-bottom: 10px;
	text-align: right;
	line-height: 17px;
}

FORM .arranged {
    float: left;
	margin-bottom: 10px;
}

FORM INPUT.text,
FORM TEXTAREA {
	width: 250px;
	margin-left: 10px;
}

FORM INPUT.button {
	margin-left: 191px;
	padding-left: 5px;
	padding-right: 5px;
}

FORM SELECT {
	width: 157px;
	margin-left: 10px;
}

DIV#leftCol {
	width: 475px !important;
}

DIV#leftCol H2 {
	margin-top: 16px;
	margin-left: 191px !important;
	margin-right: 0 !important;
}

DIV#rightCol {
	width: 232px !important;
	padding-top: 0 !important;
}

P#contactInfo {
	margin: 0 !important;
	width: 196px;
}

