body,td,th {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #000000;
}
body {
	background: url(../images/bg_top.jpg) repeat-x top;
	margin: 0px;
}
a.foot:link {
	color: white;
}
a.foot:visited {
	color: white;
}
a.foot:hover {
	color: white;
}
a.foot:active {
	color: white;
}
a:link {
	color: #0066FF;
}
a:visited {
	color: #0066FF;
}
a:hover {
	color: #0099CC;
}
a:active {
	color: #0066FF;
}
h1 {
	font-size: 18px;
	color: #0099FF;
}
a img, img.middle {
	border: 0px;
	vertical-align: middle;
	margin: 2px 5px;
}
legend {
	font-weight: bold;
	padding-left: 5px;
	padding-right: 5px;
}
fieldset {
	margin: 15px 0px;
}
a.grey {
	text-decoration: none;
	color: grey;
}
a.grey:link {
	color: grey;
}
a.grey:visited {
	color: grey;
}
a.grey:hover {
	color: grey;
	text-decoration: underline;
}
a.grey:active {
	color: grey;
}



.body_padding {
	text-align:left;
	padding: 0px 30px 0px 50px;
}

.sidebar_padding {
	padding: 0px 30px 0px 20px;
	color: #FFFFFF;
	text-align: center;
}

#bg_body {
background: url(../images/bg.jpg) repeat-y;
}

#footer {
	background: url(../images/footer.jpg) no-repeat;
	display:table;
	width: 230px;
	height: 115px;
	padding: 18px 0px 0px 570px;
	color: #FFFFFF;
	font-weight:bold;
}

form td{
	color:#006699;
}

#reg_progress {
	background:url(../images/reg/main_bg.jpg) bottom repeat-x;
	text-align:left;
	width:484px;
}

#reg_progress .complete {
	background:url(../images/reg/complete.jpg) bottom repeat-x;
	float:left;
	text-align:center; 
	 
}

#reg_progress .complete .arrow {
	background:url(../images/reg/arrow.jpg) bottom right no-repeat;	
}

#reg_progress .complete .arrow .unchecked {
	background:url(../images/reg/unchecked.jpg) bottom center no-repeat;
	min-height:40px;
	padding-bottom:30px;
}

#reg_progress .complete .checked {
	background:url(../images/reg/checked.jpg) bottom center no-repeat;
	min-height:40px;
	padding-bottom:30px;
}

#reg_progress .incomplete {
	 float:left;
	 text-align:center;
}

#reg_progress .incomplete .unchecked_inc {
	background:url(../images/reg/unchecked_incomplete.jpg) bottom center no-repeat;
	min-height:40px;
	padding-bottom:30px;
}
