body{
	background:url(images/bg_body.jpg) #FBE9C7;
	background-repeat: repeat-x;
}

/************* #header ***************/

#header {
	width:900px;
	height:200px;
	background:#fff;
	margin:0;
	padding:0;
	border:0 none;
	text-align:center;
	background-image:url('images/top_img.jpg');
	background-position:30px 30px;
	background-repeat:no-repeat;
	display:block;
}

#header h1 {
background:#fff;
height:25px;
text-align:left;
color:#000;
font-size:8pt;
font-weight:normal;
margin:0;
padding:5px 0 0 0;
text-indent:30px;
text-align:left;
}

/************* #form***************/

.apply {
color:#000;
background:#FDBF6F;
margin:0;
}

.errorMessage {
	color:red;
}

.public_form{
	padding: 8px 5px;
	
	color: #333;
	background:#FDBF6F;
	height:20px;
}
.public_form_notes {
background:#fff;
font-size:90%;
	color: #FF0000;
	font-weight: bolder;
}
.public_form{
	padding: 8px 5px;
	
	color: #333;
	background:#FDBF6F;
	height:20px;
}

.public_form_head{
	padding: 8px 5px;
	border-top-width: 1px;
	border-top-style: dotted;
	border-top-color: #fff;
	color: #000;
	
	font-weight: bold;
	text-align:left;
	vertical-align:top;
}
.public_form_data{
	padding: 8px 5px;
	border-top-width: 1px;
	border-top-style: dotted;
	border-top-color: #fff;
	color: #333;
	
	font-weight:normal;
	text-align:left;
	vertical-align:top;
}
.public_section {
	display:none;
}
