#header {
	background: url(/images/header-inside.jpg) no-repeat;
	width: 900px;
	height: 195px;
	position: relative;
	}
	
#right-col-content {
	width: 645px;
	margin: 0 0 0 29px;
	}

#tagline {
	text-align: right;
	width: 100%;
	margin-bottom: 1em;
	}

#tagline span {
	font-family: Trebuchet, Trebuchet MS, Arial, Helvetica;
	color: #164D78;
	font-style: italic;
	font-size: 16px;
	letter-spacing: -1px;
	}
	
#page-content {
	margin-bottom: 2em;
	}
	
#form-col-left, #form-col-right {
	width: 49%;
	float: left;
	}
	
/* Forms */

fieldset {
	border: 0;
	margin: 2em 0 0 0;
	padding: 0;
	}

fieldset legend {
	margin: 0 0 2em 0;
	padding: 1em 0 3em 0;
	font-style: italic;
	color: #0066a0;
	}

fieldset dl {
	margin: 0;
	padding: 0;
	}

fieldset dl dt {
	margin: 1.2em 0 0 0;
	padding: 0 0 .4em 0;
	font-weight: bold;
	color: #0066a0;
	}

fieldset dl dd {
	margin: 0;
	padding: 0;
	}
	
fieldset dl dd input, fieldset dl dd select, textarea {
	padding: 3px;
	font-size: 1em;
	font-family: inherit;
	background: #fff;
	border: 1px solid #599ABF;
	}

fieldset dl dt input.submit {
	background: #0066a0;
	border: 2px solid #599ABF;
	color: #fff;
	cursor: pointer;
	padding: .4em;
	font-size: 1em;
	}

fieldset dl dd textarea {
	width: 350px;
	height: 100px;
	}

.large-field {
	width: 200px;
	}
	
.med-field {
	width: 150px;
	}
	
.sm-field {
	width: 75px;
	}
	
#thankyou {
	background: #ffffcc;
	border: 1px dashed #0066a0;
	padding: 20px 0 20px 20px;
	width: 450px;
	color: #0066a0;
	margin-top: 20px;
}

#error {
	background: #ffffcc;
	border: 1px dashed #990000;
	padding: 20px 0 20px 20px;
	width: 450px;
	color: #990000;
	margin-top: 20px;
	font-weight: bold;
}

dl {
	margin: 0;
	padding: 0;
	}
	
dl dt {
	margin: 1.5em 0 .25em 0;
	padding: 0;
	font-weight: bold;
	}
	
dl dd {
	margin: 0 0 .5em 0;
	padding: 0;
	}
	
fieldset dl dd.exp {
	float: left;
	margin-right: .25em;
}

fieldset dl dt.amt {
	clear: left;
	padding-top: 1em;
	}
	
div#otheramtfield {
visibility: hidden;
display: none;
}

div.alert {
	border: 1px solid #0066a0;
	width: 90%;
	padding: 5%;
	color: #0066a0;
	margin-bottom: 1em;
	}
