body {
	width: 100%;
	height: 100%;
	margin: 0px;
	padding: 0px;
	border: 0px;
	text-align: center;
	font-family: arial;
	}

#container, 
#container2  {
	text-align: left;
	margin: 0px auto 0px auto;
	width: 800px;
}

#container {
	background: url('../images/background.jpg') no-repeat top left;
	height: 625px;
}

#container2 	{
	background: url('../images/background2.jpg') no-repeat top left;
	height: 250px;
}

a {}

a:visited {}
	
#main {
	padding: 20px;
	}
	
#leftMain {
	display: block;
	width: 350px;
	height: 350px;
	float: left;
	margin-top:90px;
	}
	
#rightMain {
	width: 375px;
	height: 425px;
	background: url('../images/form_background.jpg') no-repeat top left;
	float: right;
	margin-top: 80px;
	}
	
.content {
	padding: 10px 35px;
	font-size: 9pt;
	}
	
#pageNav {
	margin: 20px 0px 10px 20px;
	font-family: verdana;
	font-size: 14pt;
	font-weight: bold;
	color: #4e5a66;
	}
	
#pageNav a {
	color: #27486b;
	text-decoration: none;
	}

#pageNav a:visited {
	color: #27486b;
	text-decoration: none;
	}	
	
#rightMain p {
	height: 30px;
	margin: 0px;
	padding: 0px;
	}
	
#rightMain label {
	display: block;
	width: 140px;
	float: left;
	}
	
#rightMain select {
	display: block;
	width: 165px;
	font-size: 10pt;
	float: right;
	}

/*override by b */
#rightMain input {
	/*display: block;
	width: 165px;
	float: right;*/
	}
	
#rightMain textarea {
	width: 305px;
	height: 60px;
	margin-bottom: 10px;
	}
	
#content_page1 button {
	width: 114px;
	height: 35px;
	margin: 0px;
	padding: 0px;
	border: 0px;
	background: transparent url('../images/nextStep.jpg') no-repeat center top;
	cursor: pointer; /* hand-shaped cursor */
	cursor: hand; /* for IE 5.x */
	}

#content_page1 button:hover {
	background: transparent url('../images/nextStep_rollover.jpg') no-repeat center top;
	}
	
#content_page2 button {
	width: 114px;
	height: 35px;
	margin: 0px;
	padding: 0px;
	border: 0px;
	background: transparent url('../images/submit.jpg') no-repeat center top;
	cursor: pointer; /* hand-shaped cursor */
	cursor: hand; /* for IE 5.x */
	}

#content_page2 button:hover {
	background: transparent url('../images/submit_rollover.jpg') no-repeat center top;
	}

#rightMain  button { 
	float: right;
	}

#content_page1 {
	display: block;
	}

#content_page2 {
	/*display: none;*/
	}
	
#footer {
	color: black;
	margin: 0px auto;
	position: relative;
	top: 45px;
	width: 800px;
	text-align: center;
	clear: both;
	}
	
#footerTOP {
	width: 800px;
	height: 100px;
	padding-top: 20px;
	margin: 0px;
	background: url('../images/footerTop.jpg') no-repeat top left;
	color: white;
	}
	
#footerBottom {
	font-size: 10px;
	margin: 0px;
	padding: 0px;
	}
	
#Footnote {
	position: absolute;
	padding-top: 50px;
	font-size:10px;
	color: white;
	padding-left: 60px;
}
