/************ Link Styles ************/
a:link, a:visited {
	color: #29a7df;
	text-decoration: underline;
	font-weight: inherit;
}
a:hover {
	color: #f69027;
	text-decoration: underline;
	font-weight: inherit;
}

a.gray:link, a.gray:visited {
	color: #333333;
	text-decoration: underline;
	font-weight: inherit;
}
a.gray:hover {
	color: #f69027;
	text-decoration: underline;
	font-weight: inherit;
}

#wizard-banner-container {
	display: block;
	width: 100%;
	margin: 0;
	padding: 0;
	background-color: #024d7d;
}
	#wizard-banner-container #wizard-banner {
		display: block;
		width: 950px;
		height: 225px;
		margin: 0 auto;
		padding: 0;
		background: #024d7d url(../images/wizard-bkground.gif) 0 0 no-repeat;
	}
		#wizard-banner-content {
			display: block;
			width: 950px;
			height: 132px;
			margin: 0 auto;
			padding: 0;
			color: #ffffff;
		}
			#wizard-banner-content #title {
				display: block;
				height: 45px;
				margin: 0;
				padding: 10px 0 5px 0;
				overflow: hidden;
			}
			#wizard-banner-content #text {
				display: block;
				height: 50px;
				margin: 0;
				padding: 0 0 5px 0;
				font-size: 16px;
				line-height: 25px;
				overflow: hidden;
			}
		#wizard-banner-steps {
			display: block;
			width: 950px;
			height: 93px;
			margin: 0 auto;
			padding: 0;
			color: #333333;
			background: url(../images/wizard-steps-bkground.gif) 0 0 no-repeat;
		}
			#wizard-banner-steps .vseparator {
				display: block;
				float: left;
				width: 1px;
				height: 76px;
				margin: 0;
				padding: 0;
				background: #666666;
			}
			#wizard-banner-steps .stepnumber {
				display: block;
				float: left;
				width: 13px;
				height: 73px;
				margin: 0;
				padding: 0;
				color: #999999;
			}
			#wizard-banner-steps a.step1:link, #wizard-banner-steps a.step1:visited {
				display: block;
				float: left;
				width: 135px;
				height: 73px;
				margin: 0;
				padding: 10px;
				color: #444444;
				font-weight: bold;
				text-decoration: none;
				font-size: 13px;
				background: url(../images/wizard-step1-bkground.gif) 0 0 no-repeat;
			}
			#wizard-banner-steps a.step1:hover {
				background: url(../images/wizard-step1hover-bkground.gif) 0 0 no-repeat;
			}
			#wizard-banner-steps .step1sel {
				display: block;
				float: left;
				width: 135px;
				height: 73px;
				margin: 0;
				padding: 10px;
				color: #444444;
				font-weight: bold;
				text-decoration: none;
				font-size: 13px;
				background: url(../images/wizard-step1sel-bkground.gif) 0 0 no-repeat;
			}
			#wizard-banner-steps a.step2:link, #wizard-banner-steps a.step2:visited {
				display: block;
				float: left;
				width: 134px;
				height: 73px;
				margin: 0;
				padding: 10px;
				color: #444444;
				font-weight: bold;
				text-decoration: none;
				font-size: 13px;
				background: url(../images/wizard-step2-bkground.gif) 0 0 no-repeat;
			}
			#wizard-banner-steps a.step2:hover {
				background: url(../images/wizard-step2hover-bkground.gif) 0 0 no-repeat;
			}
			#wizard-banner-steps .step2sel {
				display: block;
				float: left;
				width: 134px;
				height: 73px;
				margin: 0;
				padding: 10px;
				color: #444444;
				font-weight: bold;
				text-decoration: none;
				font-size: 13px;
				background: url(../images/wizard-step2sel-bkground.gif) 0 0 no-repeat;
			}
			#wizard-banner-steps a.step3:link, #wizard-banner-steps a.step3:visited {
				display: block;
				float: left;
				width: 134px;
				height: 73px;
				margin: 0;
				padding: 10px;
				color: #444444;
				font-weight: bold;
				text-decoration: none;
				font-size: 13px;
				background: url(../images/wizard-step3-bkground.gif) 0 0 no-repeat;
			}
			#wizard-banner-steps a.step3:hover {
				background: url(../images/wizard-step3hover-bkground.gif) 0 0 no-repeat;
			}
			#wizard-banner-steps .step3sel {
				display: block;
				float: left;
				width: 134px;
				height: 73px;
				margin: 0;
				padding: 10px;
				color: #444444;
				font-weight: bold;
				text-decoration: none;
				font-size: 13px;
				background: url(../images/wizard-step3sel-bkground.gif) 0 0 no-repeat;
			}
			#wizard-banner-steps a.step4:link, #wizard-banner-steps a.step4:visited {
				display: block;
				float: left;
				width: 134px;
				height: 73px;
				margin: 0;
				padding: 10px;
				color: #444444;
				font-weight: bold;
				text-decoration: none;
				font-size: 13px;
				background: url(../images/wizard-step4-bkground.gif) 0 0 no-repeat;
			}
			#wizard-banner-steps a.step4:hover {
				background: url(../images/wizard-step4hover-bkground.gif) 0 0 no-repeat;
			}
			#wizard-banner-steps .step4sel {
				display: block;
				float: left;
				width: 134px;
				height: 73px;
				margin: 0;
				padding: 10px;
				color: #444444;
				font-weight: bold;
				text-decoration: none;
				font-size: 13px;
				background: url(../images/wizard-step4sel-bkground.gif) 0 0 no-repeat;
			}
			#wizard-banner-steps a.steplast:link, #wizard-banner-steps a.steplast:visited {
				display: block;
				float: left;
				width: 309px;
				height: 73px;
				margin: 0;
				padding: 10px;
				color: #0a73b8;
				font-weight: bold;
				text-decoration: none;
				font-size: 18px;
				background: url(../images/wizard-steplast-bkground.gif) 0 0 no-repeat;
			}
			#wizard-banner-steps a.steplast:hover {
				background: url(../images/wizard-steplasthover-bkground.gif) 0 0 no-repeat;
			}
			#wizard-banner-steps .steplastsel {
				display: block;
				float: left;
				width: 309px;
				height: 73px;
				margin: 0;
				padding: 10px;
				color: #0a73b8;
				font-weight: bold;
				text-decoration: none;
				font-size: 18px;
				background: url(../images/wizard-steplastsel-bkground.gif) 0 0 no-repeat;
			}

#wizard-main-container {
	display: block;
	width: 100%;
	margin: 25px 0 0 0;
	padding: 0;
}
	#wizard-main-container #wizard-main {
		display: block;
		width: 950px;
		margin: 0 auto;
		padding: 0;
	}
	#wizard-main-container #wizard-main #wizard-content {
		display: block;
		width: 950px;
		margin: 0;
		padding: 0;
		color: #666666;
		font-size: 16px;
		line-height: 24px;
		font-weight: normal;
		text-align: justify;
	}
		#wizard-main-container #wizard-main #wizard-content .smallText{
			font-size: 12px;
		}
		#wizard-main-container #wizard-main #wizard-content h1 {
			font-family: Trebuchet MS, Helvetica, Tahoma, Arial, sans-serif;
			display: block;
			float: left;
			margin: 0 0 20px 0;
			padding: 0;
			font-weight: normal;
			font-size: 24px;
			color: #29a7df;
			text-align: left;
		}
		#wizard-main-container #wizard-main #wizard-content h2 {
			font-family: Trebuchet MS, Helvetica, Tahoma, Arial, sans-serif;
			display: block;
			margin: 0 0 10px 0;
			padding: 0;
			font-weight: bold;
			font-size: 15px;
			color: #555555;
			text-align: left;
		}
		#wizard-main-container #wizard-main #wizard-content h2.inline {
			display: inline;
			margin: 0;
			padding: 0;
		}
		#wizard-main-container #wizard-main #wizard-content h3 {
			font-family: Trebuchet MS, Helvetica, Tahoma, Arial, sans-serif;
			display: block;
			margin: 0 0 10px 0;
			padding: 0;
			font-weight: bold;
			font-size: 14px;
			color: #444444;
			text-align: left;
		}
		#wizard-main-container #wizard-main #wizard-content h3.inline {
			display: inline;
			margin: 0;
			padding: 0;
		}
		#wizard-main-container #wizard-main #wizard-content .navigation {
			display: block;
			float: right;
			margin: 0 0 20px 0;
			padding: 0;
			font-weight: normal;
			text-align: left;
		}
		#wizard-main-container #wizard-main #wizard-content .hdelimiter {
			display: block;
			width: 100%;
			height: 1px;
			margin: 0;
			padding: 0;
			background: url(../images/hdelimiter-dotted.jpg) top left repeat-x;
		}

#wizard-footer-container {
	display: block;
	width: 100%;
	margin: 0;
	padding: 5px 0 0 0;
	background: #ffffff;
}
	#wizard-footer {
		display: block;
		width: 930px;
		margin: 0 auto;
		padding: 15px 10px 0 10px;
		color: #aaaaaa;
		line-height: 16px;
		border-top: 1px solid #cccccc;
	}
		#wizard-footer-container #wizard-footer a:link, #wizard-footer-container #wizard-footer a:visited {
			margin: 0;
			padding: 0;
			color: #aaaaaa;
			text-decoration: none;
			font-weight: normal;
			font-size: 11px;
		}
		#wizard-footer-container #wizard-footer a:hover {
			text-decoration: underline;
		}
