/* CSS Document */

/* supplements dbastyle.css for specific pages */
/* contact page */

#content {
	height:44em; /* needs height spec if pictures extend beyond bottom of text content area */
}

.image_1 {
	position:relative; /* does this matter abs or rel? - it shouldn't */
	top: 0px;
	right: 0px;
}

#main {
	background-image:url(../images/body_bg_coral.gif);
	background-repeat:repeat-y;
}

#footer {
	background-image:url(../images/footer_bg_coral.gif);
	background-repeat:no-repeat;
}


td {
	padding: .2em 0 .2em 0; /* l/r was .6em */
	margin: 0 .6em 0 0 ;
}

form .reqtext {
	padding-right: 18px;
	background:url(../images/required_symbol.gif) right no-repeat;
}
form .reqfield {
	background-color:#ffffcc;
}
/*
input {
	background-color:#fff;
}*/
