body {
	text-align: center;
	margin: 15px;		/* shift whole page down by 25 pixels */
	background-color: #FFFFFF;
	background-image: url(imgs/bg_left.jpg); 
	background-repeat: repeat-y;
}

#formHeader {
	position: relative;
	margin: 0 auto;
	text-align: left;
	width: 70%;
	background-color: #ffffff;
	padding-bottom: 10px;
}

p.formHeader {
	text-align: right;
	margin: 0 0 0 0;
	font-family: Tahoma, Arial, Verdana, sans-serif;
	font-weight: normal;
	color: #ffffff;
	font-size: 25px;
	position: relative;
	left: -5px;
	top: 4px;
	letter-spacing: 2px;
}


#formInfo {
	position: relative;
	width: 100%;
	background-color: #ffffff;
	margin: 0 0 0 0;
}

h2.formInfo {
	text-align: left;
	margin: 0 0 0 0;
	font-family: Tahoma, Arial, Verdana, sans-serif;
	font-weight: normal;
	font-size: 20px;
	position: relative;
	left: 20px;
	top: 0px;
	letter-spacing: 1px;
	line-height: 150%;
	color: #2299A1;
}

p.formInfo {
	text-align: left;
	margin: 0 0 0 0;
	font-family: Tahoma, Arial, Verdana, sans-serif;
	font-weight: normal;
	color: #000000;
	font-size: 12px;
	position: relative;
	left: 20px;
	top: 0px;
	color: #313877;
}

/* pop-up calendar */
button.calendarStyle {
	background-color: transparent;
	border: 0;
	height: 22px;
	width: 22px;
	background-image: url(imgs/calendar.png);
	cursor: pointer;
	cursor: hand;
}


p.footer {
	text-align: right;
	margin: 0 0 0 0;
	font-family: Tahoma, Arial, Verdana, sans-serif;
	font-weight: normal;
	color: #313877;
	font-size: 9px;
	position: relative;
	top: 4px;
	left: -140px;
	letter-spacing: 2px;
}

a.footer {
	text-align: right;
	margin: 0 0 0 0;
	font-family: Tahoma, Arial, Verdana, sans-serif;
	font-weight: normal;
	color: #313877;
	font-size: 9px;
	position: relative;
	top: 4px;
	letter-spacing: 2px;
}

/* BEGIN FormTools CSS */

td {
	font-family: Arial;
	font-size: 9pt;
}
input {
	font-size: 9pt;
}
textarea {
	font-size: 9pt;
}
select {
	font-size: 9pt;
}

.page_title {
	padding-bottom: 10px; padding-left: 10px; padding-right: 10px; font-family: Arial; float: left; color: #ffffff; font-size: 16pt; padding-top: 50px;
}
.page_title .form_title {
	color: #ffffcc;
}
.title2 {
	font-family: arial; font-size: 12pt; font-weight: bold;
}
.table_1 td {
	border-bottom: #cccccc 1px solid; background-color: #ffffff;
}
td.table_1_bg {
	border-bottom: medium none; padding-bottom: 2px; background-color: #cccccc; padding-left: 2px; padding-right: 2px; padding-top: 2px;
}
.table_1_bg td {
	border-bottom: #cccccc 0px solid; padding-bottom: 1px; background-color: #cccccc; padding-left: 1px; padding-right: 1px; padding-top: 1px;
}
td.table_1_title {
	padding-bottom: 3px; background-color: #cccccc; padding-left: 3px; padding-right: 3px; color: #ffffff; font-weight: bold; padding-top: 3px;
}
td.answer {
	background-color: #eaeaea;
}
.reg_title {
	font-family: arial; font-size: 14pt; font-weight: bold;
}
.req_field {
	color: red;
	text-align: center;
}
.error {
	border-bottom: #660000 1px solid; border-left: #660000 1px solid; background-color: #ffffcc; border-top: #660000 1px solid; border-right: #660000 1px solid;
}
.error td {
	padding-bottom: 5px; padding-left: 5px; padding-right: 5px; font-family: Tahoma; font-size: 10pt; padding-top: 5px;
}

/* END Formtools CSS */