html, 
body {
	margin: 0;
	padding: 0;
	height: 100%;
	/*background-color: #EAEEF1;*/
	font: small Georgia, serif;
	font-size: 14px;
}
#wrapper {
	position: relative;
	min-height: 100%;
	width: 742px;
	margin: 0 auto 0 auto;
	border-right: 1px black solid;
	border-left: 1px black solid;
	background-color: #F6F5F1;
}
#header, 
#footer {
	border-top: 1px black solid;
	border-bottom: 1px black solid;
	background-color:#1c229a;
}
#header {
	height: 207px;
}
#footer {
	position: absolute;
	bottom: 0;
	left: 0;
	width: 100%;
	height: 60px;
}
#content {
	padding-bottom: 50px;
	background-color: #F6F5F1;
}
.header_top {
	background-color:#1c229a;
	background-image: url(../images/heading1.jpg);
	background-repeat: no-repeat;
	background-position: center;
	width: 742px;
	height: 57px;
}
.header_bottom {
	width: 742px;
	height: 150px;
	background-image: url(../images/home_strip.jpg);
	background-repeat: no-repeat;
	background-position: center;
}
.ft_1,.ft_2 {
	text-align: center;
	color: white;
}
.ft_1 {
	margin-top: 10px;
	margin-bottom:0px;
}
.ft_2 {
	margin-top: 5px;
}
.step_panels {
	border: 1px black solid;
	width: 486px;
	margin: 20px auto 0 auto;
	height: 40px;
	/*background-color: #5192c0;*/
	background-color: #EAEEF1;
}
.step_text {
	padding: 0;
	margin-top: 5px;
	margin-left: 5px;
}
.phase {
	font-weight: bold;
	font-size: 18px;
}
.info1 {
	margin-left: 20px;
	padding-bottom:20px;
	
}
