body {
	background-color:		rgb(0, 40, 98);
	font-family:			Arial, Helvetica;
	color:					white;
	margin:					0px;
}

.containerBox {
	width:					1000px;
	position:				absolute;
	margin:					0px;
	padding:				0px;
}

.headingLogo {
	font-size:				30pt;
	margin-bottom:			15px;
	margin-left:			30px;
	margin-top:				15px;
}

.headingLogo img {
	border:					0px;
}

.navBar {
	margin-top:				10px;
	margin-bottom:			25px;
	margin-left:			0px;
}

.navBar img {
	border:					none;
}

.navText {
	margin-top:				10px;
	margin-bottom:			10px;
	margin-left:			15px;
}

.navText .selected {
	text-decoration:		none;
	color:					rgb(299, 157, 28);
	font-size:				10pt;
	font-weight:			bold;
}

.navText a {
	text-decoration:		none;
	color:					white;
	font-size:				10pt;
	font-weight:			bold;
}

.navText a:hover {
	text-decoration:		none;
	color:					rgb(299, 157, 28);
	font-weight:			bold;
}


.dropDown .navSpacer {
	color:					white;
	font-weight:			normal;
	display:				inline;
	padding-left:			5px;
	padding-right:			5px;
	line-height:			35px;
}


.bodyContent {
	width:					970px;
	margin-left:			15px;
	margin-right:			30px;
	position:				relative;
}

.bodyContent .menuBar {
	background-color:		rgb(255, 235, 149);
	font-size:				10pt;
	letter-spacing:			0px;
	font-weight:			normal;
	color:					rgb(0, 40, 98);
	width:					300px;
	float:					left;
}

.bodyContent .menuBar .menuHeading {
	margin-top:				10px;
	margin-left:			10px;
}

.bodyContent .menuBar .stepLink {
	text-decoration:		none;
	border:					0px;
	color:					rgb(0, 40, 98);
}

.bodyContent .menuBar .stepLink:hover {
	text-decoration:		none;
	border:					0px;
	background-color:		white;
}

.bodyContent .menuBar .stepLink:hover .step {
	background-color:		rgb(199, 210, 236);
	cursor:					pointer;
}

.bodyContent .menuBar .step {
	background-color:		rgb(299, 157, 28);
	color:					rgb(0, 40, 98);
	padding-left:			0px;
	padding-right:			0px;
	padding-top:			10px;
	padding-bottom:			0px;
	margin-top:				10px;
	margin-bottom:			10px;
	margin-left:			10px;
	margin-right:			10px;
}

.bodyContent .menuBar .step .stepNumber {
	float:					left;
	font-size:				20pt;
	font-weight:			normal;
	margin-left:			10px;
}

.bodyContent .menuBar .step .stepName {
	font-weight:			bold;
	font-size:				10pt;
	padding-left:			35px;
}

.bodyContent .menuBar .step .stepDesc {
	float:					left;
	width:					230px;
	font-size:				10pt;
	font-weight:			normal;
	padding-left:			10px;
	line-height:			110%;
}

.brSpacer {
	clear:					both;
}

.bodyContent .bodyText {
	font-size:				12pt;
	line-height:			150%;
	color:					white;
	float:					left;
	margin-left:			25px;
	width:					640px;
}

.bodyContent .bodyBottom {
	position:				relative;
	bottom:					0px;
	top:					225px;
	font-size:				10pt;
	font-weight:			bold;
	float:					left;
	margin-left:			25px;
}

.bodyFooter_old {
	position:				absolute;
	bottom:					-50px;
	width:					100%;
	text-align:				center;
	font-size:				10px;
	font-weight:			bold;
	color:					rgb(299, 157, 28);
	clear:					both;
}

.bodyFooter {
	position:				left;
	bottom:					0px;
	width:					100%;
	text-align:				left;
	font-size:				10px;
	font-weight:			bold;
	color:					rgb(299, 157, 28);
	clear:					both;
}

/*******************************************************/

.dropDown {
	border:					none;
	border:					0px;
	margin-left:			20px;
	padding:				0px;
	font: 6					7.5% Arial, Helvetica;
	font-size:				10pt;
	font-weight:			bold;
}
	
.dropDown ul {
	background:				rgb(0, 40, 98);
	height:					35px;
	list-style:				none;
	margin:					0;
	padding:				0;
}
	
.dropDown li {
	float:					left;
	padding:				0px;
}
	
.dropDown li a {
	color:					white;
	display:				block;
	font-weight:			normal;
	line-height:			35px;
	margin:					0px;
	padding:				0px 10px;
	text-align:				center;
	text-decoration:		none;
}

.dropDown li a.selected {
	color:					rgb(299, 157, 28);
}
		
.dropDown li a:hover, .dropDown ul li:hover a {
	background: 			none;
	color:					rgb(299, 157, 28);
	text-decoration:		none;
}
			
.dropDown li ul {
	background-color: 		rgb(199, 210, 236);
	display:				none;
	height:					auto;
	padding:				0px;
	margin:					0px;
	border:					0px;
	position:				absolute;
	width:					375px;
	z-index:				200;
}
		
.dropDown li:hover ul {
	display:				block;
}
		
.dropDown li li {
	display:				block;
	float:					none;
	margin:					0px;
	padding:				0px;
	width:					375px;
}
		
.dropDown li:hover li a {
	background:				none;
	color:					rgb(0, 40, 98);
	font-size:				10pt;
}
		
.dropDown li ul a {
	display:				block;
	height:					35px;
	font-size:				10px;
	font-style:				normal;
	margin:					0px;
	padding:				0px 10px 0px 15px;
	text-align:				left;
}
		
.dropDown li ul a:hover, .dropDown li ul li:hover a {
	border:					0px;
	color:					rgb(299, 157, 28);
	text-decoration:		none;
}
			
.dropDown p {
	clear:					left;
}	

