html {
	margin: 0;
	padding: 0;
}

body {
	background: #cccc00; 
	margin: 0pt;
	width: auto;
	height: 700px;
	font-family:Arial, Helvetica, sans-serif;
	font-size: 14px;
	overflow:hidden;
}
.hometext {
	font-family:Arial, Helvetica, sans-serif;
	font-size: 14px;
}

#pageContainer {
	background: #cccc00 url(../img/pageContainer.png);
	width:850px;
	height:700px;	
	margin: auto;
	z-index:0;
}
.homeBg {
	background: url(../img/homePageBg3.jpg);
	width:850px;
	height:700px;
	position:relative;
	top:0px;
	left: 0px;
	z-index:1;
}
.header {
	/*background: url(../img/astinsLogo.jpg);*/
	background:none;
	width:538px;
	height:131px;
	position:relative;
	top:8px;
	left: 291px;
}
.homeGreenBox {
	background: url(../img/homeGreenBox.png);
	width:529px;
	height:240px;
	position:relative;
	top:18px;
	left: 305px;
}
	#greenBoxLeft {
		width: 238px;
		height: 220px;
		float:left;
		display:inline;
		background:none;
		position:relative;
		top: 20px;
		left: 22px;
		font-size: 13px;
	}

	#greenBoxRight {
		width: 238px;
		height: 220px;
		float:left;
		display:inline;
		background:none;
		position:relative;
		top: 20px;
		left: 39px;
		font-size: 13px;
	}
	.homeNav1 {
		background: url(../img/homeMainNavBg.png);
		width:237px;
		height:82px;
		position:relative;
		top: -0px;
		left: 0px;
		z-index:2;
	}
		.homeNav1 .homeImg {
			background:none;
			width:90px;
			height:92px;
			z-index:4;
			position:relative;
			top: -10px;
			left: -1px;
			float:right;
			display:inline;
		}
	.homeNav2 {
		background: url(../img/homeMainNavBg.png);
		width:237px;
		height:82px;
		position:relative;
		top: 17px;
		left: 0px;
		z-index:2;
	}
		.homeNav2 .homeImg {
			background:none;
			width:76px;
			height:81px;
			z-index:4;
			position:relative;
			top: -7px;
			left: -1px;
			float:left;
			display:inline;
		}
	.homeNav3 {
		background: url(../img/homeMainNavBg.png);
		width:237px;
		height:82px;
		position:relative;
		top: 0px;
		left: 0px;
		z-index:2;
	}
		.homeNav3 .homeImg {
			background:none;
			width:76px;
			height:81px;
			z-index:4;
			position:relative;
			top: -7px;
			left: -11px;
			float:right;
			display:inline;
		}
	.homeNav4 {
		background: url(../img/homeMainNavBg.png);
		width:237px;
		height:82px;
		position:relative;
		top: 17px;
		left: 0px;
		z-index:2;
	}
		.homeNav4 .homeImg {
			background:none;
			width:76px;
			height:81px;
			z-index:4;
			position:relative;
			top: -9px;
			left: -3px;
			float:left;
			display:inline;
		}

		.homeLabelBoxTopLeft {
				width: 138px;
				height: 42px;
				float:left;
				display:inline;
				background:none;
				position:relative;
				top: 31px;
				left: 0px;
		}
		.homeLabelBoxBottomLeft {
				width: 138px;
				height: 42px;
				float:left;
				display:inline;
				background:none;
				position:relative;
				top: 12px;
				left: 0px;
		}
			*:first-child+html .homeLabelBoxBottomLeft {
				width: 138px;
				height: 40px;
				float:left;
				display:inline;
				background:none;
				position:relative;
				top: 21px;
				left: 0px;
		}

		
		.homeLabelBoxTopRight {
				width: 138px;
				height: 20px;
				float:left;
				display:inline;
				background:none;
				position:relative;
				top: 31px;
				left: 6px;
		}
		.homeLabelBoxBottomRight {
				width: 138px;
				height: 20px;
				float:left;
				display:inline;
				background:none;
				position:relative;
				top: 21px;
				left: 0px;
		}

.topNavBar {
	background: url(../img/topNavBarBg.png);
	width:823px;
	height:32px;
	position:relative;
	top: 16px;
	left: 9px;
	font-family:Arial, Helvetica, sans-serif;
	font-size: 14px;
}

	.topNavBar ul 
	{	
		margin: 0em;
		padding: 0em 0em 0em 0em;
		list-style: none;
		font-size: 1.0em;
		font-weight: bold;
		width:850px;
		height:32px;
	}	

	.topNavBar li 
	{
		float: left;
		white-space: nowrap;
		text-align:center;
		line-height:32px;
	}

	.topNavBar li.selected 
	{
		display: block;
		padding: 0px 40px 0px 15px;
		text-decoration: none;
		color: #CCCC00;
		font-weight: bold;
	}

	.topNavBar li a 
	{
		display: block;
		padding: 0px 40px 0px 15px;
		text-decoration: none;
		color: #FFFFFF;
		font-weight: bold;
		
	}

	.topNavBar a:hover 
	{
		text-decoration: underline;
		color: #CCCC00;
		background: none;
	}

.homeTextBox {
	background: url(../img/homeTextBox.png);
	width:535px;
	height:246px;
	position:relative;
	top:35px;
	left: 302px;
}
	#newsText {
		width: 500px;
		height: 204px;
		float:left;
		display:inline;
		background:none;
		position:relative;
		top: 18px;
		left: 18px;
		font-size: 14px;
	}
#leftNav {
	position:relative;
	top:62px;
	left:0px;
	width: 286px;
	height: 400px;
	background:none;
}

	.lgLeftNav1 {
		background: url(../img/lgLeftNavBg.png);
		width:237px;
		height:62px;
		position:absolute;
		top: 0px;
		left: 9px;
		z-index:2;
	}
	.lgLeftNav1Selected {
		background: url(../img/lgLeftNavSelectedBg.png);
		width:286px;
		height:62px;
		position:absolute;
		top: 0px;
		left: 9px;
		z-index:2;
	}
		.lgLeftNav1 .navImg {
			background:none;
			width:76px;
			height:81px;
			z-index:6;
			position:absolute;
			top: -12px;
			left: 160px;
		}
		*:first-child+html .lgLeftNav1 .navImg {
			background:none;
			width:76px;
			height:81px;
			z-index:6;
			position:absolute;
			top: -12px;
			left: 160px;
		}

	.lgLeftNav2 {
		background: url(../img/lgLeftNavBg.png);
		width:237px;
		height:62px;
		position:absolute;
		top: 70px;
		left: 9px;
		z-index:2;
	}
	.lgLeftNav2Selected {
		background: url(../img/lgLeftNavSelectedBg.png);
		width:286px;
		height:62px;
		position:absolute;
		top: 70px;
		left: 9px;
		z-index:2;
	}
		.lgLeftNav2 .navImg {
			background:none;
			width:86px;
			height:88x;
			z-index:7;
			position:absolute;
			top: -12px;
			left: 150px;
		}
		*:first-child+html .lgLeftNav2 .navImg {
			background:none;
			width:86px;
			height:88px;
			z-index:7;
			position:absolute;
			top: -12px;
			left: 150px;
		}

	.lgLeftNav3 {
		background: url(../img/lgLeftNavBg.png);
		width:237px;
		height:62px;
		position:absolute;
		top: 140px;
		left: 9px;
		z-index:2;
	}
	.lgLeftNav3Selected {
		background: url(../img/lgLeftNavSelectedBg.png);
		width:286px;
		height:62px;
		position:absolute;
		top: 140px;
		left: 9px;
		z-index:2;
	}
		.lgLeftNav3 .navImg {
			background:none;
			width:82px;
			height:81px;
			z-index:8;
			position:absolute;
			top: -12px;
			left: 150px;
		}
		*:first-child+html .lgLeftNav3 .navImg {
			background:none;
			width:82px;
			height:81px;
			z-index:8;
			position:absolute;
			top: -12px;
			left: 150px;
		}

	.lgLeftNav4 {
		background: url(../img/lgLeftNavBg.png);
		width:237px;
		height:62px;
		position:absolute;
		top: 210px;
		left: 9px;
		z-index:2;
	}
	.lgLeftNav4Selected {
		background: url(../img/lgLeftNavSelectedBg.png);
		width:286px;
		height:62px;
		position:absolute;
		top: 210px;
		left: 9px;
		z-index:2;
	}
		.lgLeftNav4 .navImg {
			background:none;
			width:82px;
			height:83px;
			z-index:9;
			position:absolute;
			top: -12px;
			left: 150px;
		}
		*:first-child+html .lgLeftNav4 .navImg {
			background:none;
			width:82px;
			height:83px;
			z-index:9;
			position:absolute;
			top: -12px;
			left: 150px;
		}

	.lgLeftNav5 {
		background: url(../img/lgLeftNavBg.png);
		width:237px;
		height:62px;
		position:absolute;
		top: 280px;
		left: 9px;
		z-index:2;
	}
	.lgLeftNav5Selected {
		background: url(../img/lgLeftNavSelectedBg.png);
		width:286px;
		height:62px;
		position:absolute;
		top: 280px;
		left: 9px;
		z-index:2;
	}
		.lgLeftNav5 .navImg {
			background:none;
			width:82px;
			height:83px;
			z-index:10;
			position:absolute;
			top: -12px;
			left: 150px;
		}
		*:first-child+html .lgLeftNav5 .navImg {
			background:none;
			width:82px;
			height:83px;
			z-index:10;
			position:absolute;
			top: -12px;
			left: 150px;
		}

	.smlLeftNav1 {
		background: url(../img/smlLeftNavBg.png);
		width:238px;
		height:32px;
		position:relative;
		top: 11px;
		left: 9px;
		z-index:2;
	}
	.smlLeftNav1Selected {
		background: url(../img/smlLeftNavSelectedBg.png);
		width:274px;
		height:32px;
		position:relative;
		top: 11px;
		left: 9px;
		z-index:2;
	}
		.smlLeftNav1SelectedInstBus {
			background: url(../img/instituteBusinessSelectedBg.png);
			width:274px;
			height:182px;
			position:relative;
			top: 11px;
			left: 9px;
			z-index:2;
		}
		.smlLeftNav1SelectedWhyChoUs {
			background: url(../img/partnersSelectedBg.png);
			width:273px;
			height:119px;
			position:relative;
			top: 11px;
			left: 9px;
			z-index:2;
		}
		.smlLeftNav1SelectedWhoIsAst {
			background: url(../img/instituteLifeSelectedBg.png);
			width:270px;
			height:131px;
			position:relative;
			top: 11px;
			left: 9px;
			z-index:2;
		}



	.smlLeftNav2 {
		background: url(../img/smlLeftNavBg.png);
		width:238px;
		height:32px;
		position:relative;
		top: 19px;
		left: 9px;
		z-index:2;
	}
	.smlLeftNav2Selected {
		background: url(../img/smlLeftNavSelectedBg.png);
		width:274px;
		height:32px;
		position:relative;
		top: 19px;
		left: 9px;
		z-index:2;
	}
		.smlLeftNav2SelectedInstLife {
			background: url(../img/instituteLifeSelectedBg.png);
			width:270px;
			height:131px;
			position:relative;
			top: 19px;
			left: 9px;
			z-index:2;
		}
		.smlLeftNav2SelectedAstWay {
			background: url(../img/advisorySelectedBg.png);
			width:272px;
			height:92px;
			position:relative;
			top: 19px;
			left: 9px;
			z-index:2;
		}

	.smlLeftNav3 {
		background: url(../img/smlLeftNavBg.png);
		width:238px;
		height:32px;
		position:relative;
		top: 26px;
		left: 9px;
		z-index:2;
	}
	.smlLeftNav3Selected {
		background: url(../img/smlLeftNavSelectedBg.png);
		width:274px;
		height:32px;
		position:relative;
		top: 26px;
		left: 9px;
		z-index:2;
	}
		.smlLeftNav3SelectedInstLife {
			background: url(../img/advisorySelectedBg.png);
			width:272px;
			height:92px;
			position:relative;
			top: 26px;
			left: 9px;
			z-index:2;
		}

		.smlLeftNav3SelectedCareers {
			background: url(../img/advisorySelectedBg.png);
			width:272px;
			height:92px;
			position:relative;
			top: 26px;
			left: 9px;
			z-index:2;
		}
		
	.smlLeftNav4 {
		background: url(../img/smlLeftNavBg.png);
		width:238px;
		height:32px;
		position:relative;
		top: 33px;
		left: 9px;
		z-index:2;
	}
	.smlLeftNav4Selected {
		background: url(../img/smlLeftNavSelectedBg.png);
		width:274px;
		height:32px;
		position:relative;
		top: 33px;
		left: 9px;
		z-index:2;
	}
		.smlLeftNav4SelectedInstLife {
			background: url(../img/partnersSelectedBg.png);
			width:273px;
			height:119px;
			position:relative;
			top: 33px;
			left: 9px;
			z-index:2;
			/*background: url(../img/advisorySelectedBg.png);
			width:272px;
			height:92px;
			position:relative;
			top: 33px;
			left: 9px;
			z-index:2;*/
		}

	.smlLeftNav5 {
		background: url(../img/smlLeftNavBg.png);
		width:238px;
		height:32px;
		position:relative;
		top: 40px;
		left: 9px;
		z-index:2;
	}
	.smlLeftNav5Selected {
		background: url(../img/smlLeftNavSelectedBg.png);
		width:274px;
		height:32px;
		position:relative;
		top: 40px;
		left: 9px;
		z-index:2;
	}

	.leftNavAd {
		width:238px;
		height:241px;
		position:relative;
		top: 50px;
		left: 9px;
		z-index:2;
	}


#formBg{
	background: url(../img/formPageBg.png);
	width:824px;
	height:485px;
	position:relative;
	top: 28px;
	left:24px;
	z-index:2;
}

#wideContentBg{
	background: url(../img/wideContentBg.png);
	width:824px;
	height:485px;
	position:relative;
	top: 28px;
	left:24px;
	z-index:2;
}
	#wideContentLeft {
		width: 300px;
		height: 415px;
		float:left;
		display:inline;
		background:none;
		position:relative;
		top: 35px;
		left: 20px;
		font-size: 13px;
		overflow:hidden;
	}
	#wideContentRight {
		width: 454px;
		height: 405px;
		float:left;
		display:inline;
		background:none;
		position:relative;
		top: 35px;
		left: 30px;
		font-size: 13px;
		overflow:hidden;
	}
	
#contentBg{
	background: url(../img/contentBg.png);
	width:576px;
	height:447px;
	position:relative;
	top: -356px;
	left:274px;
	z-index:5;
}

	#contentLeft {
		width: 120px;
		height: 405px;
		float:left;
		display:inline;
		background:none;
		position:relative;
		top: 30px;
		left: 20px;
		font-size: 13px;
		overflow:hidden;
	}

		#contentLeftWide {
			width: 215px;
			height: 405px;
			float:left;
			display:inline;
			background:none;
			position:relative;
			top: 30px;
			left: 20px;
			font-size: 13px;
			overflow:hidden;
		}

		#contentLeftImg {
			width: 280px;
			height: 395px;
			float:left;
			display:inline;
			background:none;
			position:relative;
			top: 30px;
			left: 20px;
			font-size: 13px;
			overflow:hidden;
		}
		#contentLeftMediumImg {
			width: 250px;
			height: 395px;
			float:left;
			display:inline;
			background:none;
			position:relative;
			top: 30px;
			left: 20px;
			font-size: 13px;
			overflow:hidden;
		}

		#contentLeftNarrowOverflow {
			width: 120px;
			height: 405px;
			float:left;
			display:inline;
			background:none;
			position:relative;
			top: 28px;
			left: 20px;
			font-size: 13px;
			white-space: nowrap;
		}
		#contentLeftOverflow {
			width: 170px;
			height: 405px;
			float:left;
			display:inline;
			background:none;
			position:relative;
			top: 28px;
			left: 20px;
			font-size: 13px;
			white-space: nowrap;
		}
		#contentLeftMentorsOverflow {
			width: 130px;
			height: 405px;
			float:left;
			display:inline;
			background:none;
			position:relative;
			top: 30px;
			left: 20px;
			font-size: 13px;
			white-space: nowrap;
		}
		
		#contentLeftMentorsOverflowInside {
			width: 130px;
			height: 200px;
			float:left;
			display:inline;
			background:none;
			position:relative;
			top: 0px;
			left: 0px;
			font-size: 13px;
			white-space: nowrap;
		}		
		#contentLeftSub {
			width: 120px;
			height: 390px;
			float:left;
			display:inline;
			background:none;
			position:relative;
			top: 20px;
			left: 20px;
			font-size: 13px;
			overflow:hidden;
		}
		.imgBox {
			width:120px;
			height:135px;
		}
		.imgBox img{
			padding: 0 0 0 0;
			margin:0 0 0 0;
			width:120px;
			height:90px;
		}
		.imgBoxSquare {
			width:100px;
			height:100px;
		}
		.imgBoxSquare img{
			padding: 0 0 0 0;
			margin:0 0 0 0;
			width:100px;
			height:100px;
		}

		.applicationBg {
			background: url(../img/applicationBoxBg.png);
			width:211px;
			height:240px;
			position:relative;
			top: -2px;
			left:-4px;
		}
		.applicationImg {
			background: url(../img/navApplyImg.png);
			width:82px;
			height:83px;
			position:relative;
			top: 175px;
			left:10px;
		}
		.applicationText {
			background: none;
			width:180px;
			height:200px;
			position:relative;
			float: left;
			top: -59px;
			left:11px;
			overflow: hidden;
			white-space: normal;
			font-size:12px;
			line-height:14px;
		}
		.applicationApplyNow {
			background: none;
			width:222px;
			height:99px;
			position:relative;
			top: 100px;
			left: -76px;
			z-index: 5;
		}
				*:first-child+html .applicationApplyNow {
					background: none;
					width:222px;
					height:99px;
					position:relative;
					top: -97px;
					left: 100px;
					z-index: 10;
			}
		
		.largeImg {
			width:98px;
			height: 130px;
			float:left;
			display:inline;
		}
		
		.smallImg {
			width:45px;
			height:60px;
			margin-top:8px;
			margin-right:8px;
			float:left;
			display:inline;
		}
		
		.mentorsImg {
			width:58px;
			height:77px;
			float:left;
			display:inline;
			margin-right:4px;
			margin-left:0px;
			margin-top:0px;
			margin-bottom:30px
		}
			.mentorsImg  img{
				width:58px;
				height:77px;
				margin-right:4px;
				margin-left:0px;
				margin-top:0px;
				margin-bottom:0px
			}			
			.mentorsImgLabel {
				width:58px;
				height:auto;
				float:left;
				display:inline;
				font-size:10px;
				line-height:13px;
				margin-top:3px;
				margin-right:4px;
				margin-bottom:5px;
				white-space:wrap;
			}	

		.communityImg {
			width:58px;
			height:77px;
			float:left;
			display:inline;
			margin-right:2px;
			margin-left:0px;
			margin-top:0px;
			margin-bottom:30px
		}
			.communityImg  img{
				width:58px;
				height:77px;
				margin-right:2px;
				margin-left:0px;
				margin-top:0px;
				margin-bottom:0px
			}			
			.communityImgLabel {
				width:58px;
				height:13px;
				float:left;
				display:inline;
				font-size:10px;
				line-height:13px;
				margin-top:3px;
				margin-right:2px;
				margin-bottom:5px;
				white-space:wrap;
			}	

		.leftLargeImg {
			width:280px;
			height:395px;
			float:left;
			display:inline;
			margin-right:0px;
			margin-left:0px;
			margin-top:0px;
			margin-bottom:10px
		}
			.leftLargeImg  img{
				width:280px;
				height:395px;
				margin-right:0px;
				margin-left:0px;
				margin-top:0px;
				margin-bottom:0px
			}			

		.leftMediumImg {
			width:250px;
			height:395px;
			float:left;
			display:inline;
			margin-right:0px;
			margin-left:0px;
			margin-top:0px;
			margin-bottom:10px
		}
			.leftMediumImg  img{
				width:250px;
				height:395px;
				margin-right:0px;
				margin-left:0px;
				margin-top:0px;
				margin-bottom:0px
			}			
	
		.stateImgWide {
			width:128px;
			height:90px;
			float:left;
			display:inline;
			margin-right:10px;
			margin-left:0px;
			margin-top:0px;
			margin-bottom:10px
		}
			.stateImgWide  img{
				width:128px;
				height:90px;
				margin-right:10px;
				margin-left:0px;
				margin-top:0px;
				margin-bottom:0px
			}			

		.stateImgNarrow {
			width:64px;
			height:90px;
			float:left;
			display:inline;
			margin-right:10px;
			margin-left:0px;
			margin-top:0px;
			margin-bottom:10px
		}
			.stateImgNarrow  img{
				width:64px;
				height:90px;
				margin-right:10px;
				margin-left:0px;
				margin-top:0px;
				margin-bottom:0px
			}			
		.innerScrollRowImg {
			margin-bottom:10px;
			width:160px;
			height:140px;
		}

		.innerScrollRowLargeImg {
			margin-bottom:10px;
		}

		
	#contentRight {
		width: 385px;
		height: 390px;
		float:left;
		display:inline;
		background:none;
		position:relative;
		top: 30px;
		left: 30px;
		font-size: 13px;
		overflow:hidden;
	}
		#contentRightApply {
			width: 335px;
			height: 390px;
			float:left;
			display:inline;
			background:none;
			position:relative;
			top: 30px;
			left: 30px;
			font-size: 13px;
			overflow:hidden;
		}
		#contentRightSub {
			width: 360px;
			height: 390px;
			float:left;
			display:inline;
			background:none;
			position:relative;
			top: 25px;
			left: 30px;
			font-size: 13px;
			overflow:hidden;
		}

		#contentRightSmall {
			width: 230px;
			height: 395px;
			float:left;
			display:inline;
			background:none;
			position:relative;
			top: 30px;
			left: 30px;
			font-size: 13px;
			overflow:hidden;
		}

		#contentRightMedium {
			width: 250px;
			height: 395px;
			float:left;
			display:inline;
			background:none;
			position:relative;
			top: 30px;
			left: 30px;
			font-size: 13px;
			overflow:hidden;
		}

		#contentRightNarrow {
			width: 295px;
			height: 390px;
			float:left;
			display:inline;
			background:none;
			position:relative;
			top: 30px;
			left: 30px;
			font-size: 13px;
			overflow:hidden;
		}

		#contentRightNarrow ul.contentList{
			list-style:none;
			margin-left: 0px;
			padding-left: 0px;
		}
		
		#contentRightNarrow ul.contentList li{
			padding: 0 0 0 20px;
			background: url(../img/topNavBullet.jpg) no-repeat left top;
			font-size:12px;
			line-height:16px;
		}
		
		.coursesApplyNow {
			background: none;
			width:222px;
			height:99px;
			position:relative;
			top: 140px;
			left: -100px;
			z-index: 10;
		}
				*:first-child+html .coursesApplyNow {
					background: none;
					width:222px;
					height:99px;
					position:relative;
					top: 140px;
					left: -100px;
					z-index: 10;
			}

	#contentWhole {
		width: 510px;
		height: 400px;
		float:left;
		display:inline;
		background:none;
		position:relative;
		top: 30px;
		left: 20px;
		font-size: 13px;
		overflow:hidden;
	}
		.innerScrollRow {
			width: auto;
			height: auto;
			padding: 0 0 0 0;
			margin: 0px 0px 0px 0px;
			clear:both;
			background-color: none;
		}

		.col20pc {
			width: 110px;
			float:left;
			display:block;
			height:auto;
			white-space: wrap;
			margin:0;
			padding-right:5px;
		}
		
		.col30pc {
			width: 160px;
			float:left;
			display:block;
			height:auto;
			white-space: wrap;
			margin:0;
			padding-right:10px;
		}
		
		.col40pc {
			width: 220px;
			float:left;
			display:block;
			height:auto;
			white-space: wrap;
			margin:0;
			padding-right:10px;
		}	

		.col45pc {
			width: 230px;
			float:left;
			display:block;
			height:auto;
			white-space: wrap;
			margin:0;
			padding-right:10px;
		}	

		.col50pc {
			width: 250px;
			float:left;
			display:block;
			height:auto;
			white-space: wrap;
			margin:0;
			padding-right:10px;
		}	

		.col60pc {
			width: 240px;
			float:left;
			display:block;
			height:auto;
			white-space: wrap;
			margin:0;
			padding-right:5px;
		}

		.col70pc {
			width: 300px;
			float:left;
			display:block;
			height:auto;
			white-space: wrap;
			margin:0;
			padding-right:5px;
		}		

		.col80pc {
			width: 350px;
			float:left;
			display:block;
			height:auto;
			white-space: wrap;
			margin:0;
		}
		.leftInnerScrollDiv {
			width: 110px;
			float:left;
			display:inline;
			height:auto;
		}
		
		.rightInnerScrollDiv {
			width: 360px;
			float:left;
			display:inline;
			height:auto
		}	

/*  Admin Content Page Listing Styles */
		.pageList {
			width: 400px;
			height: auto;
			font-family: 'ArialMT','Arial','sans-serif';
			font-weight: bold;
			font-size: 14px;
			margin: 10px 0 10px 0;
			padding: 0 0 0 0;
			color:#453c3c;
		}
			.pageList a{
				font-family: Arial, Helvetica, sans-serif;
				font-weight:bold;
				font-size: 14px;
				height:18px;
				line-height:18px;
				width: auto;
				padding: 0 0 0 20px;
				margin:0;
				background:url(../img/pageEdit.png) no-repeat left center;
				text-decoration: none;
				color: #453c3c;
				vertical-align: top;
			}

			.pageList a:hover {
				background: url(../img/pageEdit.png) no-repeat left center;
				background-color: none;			
				text-decoration: none;
				color: #007e7d;
			}
			
			ul.listul {	
				margin: 10px;
				padding: 0em;
				list-style: none;
			}	
		
			li.listli {
				width: auto;
				background:none;
				padding: 0;
				margin:0;
				height:auto;
			}
		
			li.listli a{
				font-family: Arial, Helvetica, sans-serif;
				font-weight:bold;
				font-size: 12px;
				height:18px;
				line-height:18px;
				width: auto;
				padding: 0 0 0 20px;
				margin:0;
				background:url(../img/pageEdit.png) no-repeat left center;
				text-decoration: none;
				color: #453c3c;
				vertical-align: top;
				
			}
		
			li.listli a:hover {
				background: url(../img/pageEdit.png) no-repeat left center;
				background-color: none;			
				text-decoration: none;
				color: #007e7d;
			}
		
			li.listli .selected {
				width: auto;
				background: none;
				padding-left: 0;
				height: auto;
			}
		
			li.listli .selected a {
				font-family: Arial, Helvetica, sans-serif;
				font-weight:bold;
				font-size: 12px;
				height:18px;
				line-height:18px;
				width: auto;
				padding: 0 0 0 15px;
				margin:0;
				background:url(../img/pageEdit.png) no-repeat left center;
				text-decoration: none;
				color: #960024;
				vertical-align: top;
			}


/* END */

		
		
		
		
	#imgWhole {
		width: 534px;
		height: 409px;
		float:left;
		display:inline;
		background:none;
		position:relative;
		top: 22px;
		left: 11px;
		font-size: 13px;
		overflow:hidden;
	}
p{
	margin: 0 0 10px 0;
	padding: 0 0 0 0;
}		
p a{
	color:#003071;
	font-weight:bold;
	text-decoration:none;
}
.text {
	font-size:13px;
	}
.text a{
	color:#003071;
	font-weight;bold;
}
.textSml {
	font-size:12px;
	line-height:14px;
	}
.textSml a{
	color:#003071;
	font-weight;bold;
}
#contentRight ul.contentList, #contentWhole  ul.contentList {
	/*list-style:outside;*/
	margin-left: 0px;
	padding-left: 0px;
	list-style: none;
}
#contentRight ul.contentList li, #contentWhole  ul.contentList li {
	padding: 0 0 0 20px;
	background: url(../img/topNavBullet.jpg) no-repeat left top;
	font-size:13px;
	line-height:16px;
}

#contentRight a, #contentWhole a, #contentRightNarrow a{
	color:#003071;
	text-decoration:none;
	font-weight: bold;
	}

.headerMain {
	font-family:Arial, Helvetica, sans-serif;
	font-size: 18px;
	font-weight: bold;
}
.headerMainS {
	font-family:Arial, Helvetica, sans-serif;
	font-size: 15px;
	font-weight: bold;
}
.headerSub {
	font-family:Arial, Helvetica, sans-serif;
	font-size: 13px;
	font-weight: bold;
}
.headerSubSmall {
	font-family:Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
}
.headerSmall {
	font-family:Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: bold;
}

.spacer {
	width:auto;
	height: 5px;
	clear:left;
	margin:auto;
}
.spacer3 {
	width:auto;
	height: 3px;
	clear:left;
	margin:auto;
}	
.spacer10 {
	width:auto;
	height: 10px;
	clear:left;
	margin:auto;
}
.spacer15 {
	width:auto;
	height: 15px;
	clear:left;
	margin:auto;
}
.spacer20 {
	width:auto;
	height: 20px;
	clear:left;
	margin:auto;
}
.spacer35 {
	width:auto;
	height: 35px;
	clear:left;
	margin:auto;
}
.spacer40 {
	width:auto;
	height: 40px;
	clear:left;
	margin:auto;
}
.spacer50 {
	width:auto;
	height: 50px;
	clear:left;
	margin:auto;
}
.spacer60 {
	width:auto;
	height: 60px;
	clear:left;
	margin:auto;
}
.spacer70 {
	width:auto;
	height: 70px;
	clear:left;
	margin:auto;
}
.spacer80 {
	width:auto;
	height: 80px;
	clear:left;
	margin:auto;
}
.spacer90 {
	width:auto;
	height: 90px;
	clear:left;
	margin:auto;
}
.spacer100 {
	width:auto;
	height: 100px;
	clear:left;
	margin:auto;
}
.spacer105 {
	width:auto;
	height: 105px;
	clear:left;
	margin:auto;
}
.HR {
	width: auto;
	height: 2px;
	color: #000000;
	margin-top: 5px;
	margin-bottom: 5px;
	background-color: none;
	border-top: 1px solid #000000;
	clear:both;
}

/*font styles */
.pdfLink {
	font-size:13px;
	text-decoration:none;
	font-family:Arial, Helvetica, sans-serif;
	font-weight:bold;
}

a.pdfLink {
	color:#FFFFFF;
	text-decoration:none;
}

a.pdfLink:hover {
	color: #CCCC00;
	text-decoration:none;
}

a.pdfLink:visited  {
	color: #FFFFFF;
	text-decoration:none;
}
.homelabel {
	font-size: 18px;
	line-height: 21px;
	padding-left: 18px;
	z-index: 10;
	font-weight: bold;
	color:#FFFFFF;
	width: 125px;
	float:left;
	display:inline;
}

.homelabel a {
	color:#FFFFFF;
	text-decoration:none;
}

.homelabel a:hover {
	color:#CCCC00;
	text-decoration:none;
}

.label {
	font-size: 18px;
	line-height: 62px;
	padding-left: 11px;
	z-index: 10;
	font-weight: bold;
	color:#FFFFFF;
	width: 150px;
	float:left;
	display:inline;
}

.label a {
	color:#FFFFFF;
	text-decoration:none;
}

.label a:hover {
	color:#CCCC00;
	text-decoration:none;
}

.smllabel {
	font-size: 18px;
	line-height: 32px;
	padding-left: 11px;
	z-index: 10;
	font-weight: bold;
	color:#FFFFFF;
	width: 250px;
	float:left;
	display:inline;
}

.smllabel a {
	color:#FFFFFF;
	text-decoration:none;
}

.smllabel a:hover {
	color:#CCCC00;
	text-decoration:none;
}
.smllabelblack {
	font-size: 18px;
	line-height: 30px;
	padding-left: 11px;
	z-index: 10;
	font-weight: bold;
	color:#000000;
	width: 250px;
	float:left;
	display:inline;
}
.smllabelblack a {
	color:#000000;
	text-decoration:none;
}

.smllabelblack a:hover {
	color:#FFFFFF;
	text-decoration:none;
}
.smllabelWhite {
	font-size: 18px;
	line-height: 32px;
	padding-left: 11px;
	z-index: 10;
	font-weight: bold;
	color:#FFFFFF;
	width: 250px;
	float:left;
	display:inline;
}

.smllabelWhite a {
	color:#FFFFFF;
	text-decoration:none;
}

.smllabelWhite a:hover {
	color:#000000;
	text-decoration:none;
}
.smllabelsub {
	font-size: 14px;
	line-height: 22px;
	padding-left: 11px;
	z-index: 10;
	font-weight: bold;
	color:#000000;
	width: 250px;
	float:left;
	display:inline;
}
.smllabelsub a {
	color:#000000;
	text-decoration:none;
}

.smllabelsub a:hover {
	color:#ffffff;
	text-decoration:none;
}
.smllabelsubSelected {
	font-size: 14px;
	line-height: 22px;
	padding-left: 11px;
	z-index: 10;
	font-weight: bold;
	color:#ffffff;
	width: 250px;
	float:left;
	display:inline;
}


.imgLabel {
	font-size: 12px;
	line-height: 16px;
	font-weight: bold;
	color:#003071;
	padding-left:2px;
}
.imgLabel a{
	font-size: 12px;
	line-height: 16px;
	font-weight: bold;
	color:#003071;
	text-decoration:none;
}
.imgLabel a:hover{
	font-weight: bold;
	color:#003071;
	text-decoration:none;
}
/* Intro sites content, box for 1st line (when 3, 4 or 6 frames)  */
#instContentBoxTop {
	width: 530px;
	height: 182px;
	float:left;		
	display:inline;
	background:none;
	position:relative;
	top: 38px;
	left: 16px;
	z-index:7;
}

/* Intro sites content box (when 2 frames)  */
#instContentBoxTop2 {
	width: 520px;
	height: 380px;
	float:left;		
	display:inline;
	background:none;
	position:relative;
	top: 38px;
	left: 16px;
	z-index:7;
}

/* Intro sites content, box for 2nd line (when 6 frames) */
#instContentBoxBottom {
	width: 530px;
	height: 182px;
	float:left;		
	display:inline;
	background:none;
	position:relative;
	top: 47px;
	left: 16px;
	z-index:7;
}

/* Intro sites content, box for 2nd line (when 4 frames) */
#instContentBoxBottom2 {
	width: 530px;
	height: 182px;
	float:left;		
	display:inline;
	background:none;
	position:relative;
	top: 51px;
	left: 16px;
	z-index:7;
}

/* Intro sites content, box for 2nd line (when 1 frames)  Flash container*/
#instContentBoxFlash {
	width: 530px;
	height: 182px;
	float:left;		
	display:inline;
	background:none;
	position:relative;
	top: 58px;
	left: 24px;
	z-index:7;
}

/* Intro sites content, box for 2nd line (when 3 frames) */
#instContentBoxBottom3 {
	width: 530px;
	height: 182px;
	float:left;		
	display:inline;
	background:none;
	position:relative;
	top: 12px;
	left: 0px;
	z-index:7;
}

.leftHandScrollText {
	width:245px;
	height:350px;
	float:left;
	display:inline;
	background:none;
	position:relative;
	top:10px;
	left:7px;
	overflow:hidden;
}
		div.leftHandScrollText ul.contentList{
			list-style:none;
			margin-left: 0px;
			padding-left: 0px;
		}
		
		div.leftHandScrollText ul.contentList li{
			padding: 0 0 0 20px;
			background: url(../img/topNavBullet.jpg) no-repeat left top;
			font-size:13px;
			line-height:16px;
		}
.rightHandText {
	width:225px;
	height:110px;
	float:left;
	display:inline;
	background:none;
	position:relative;
	top:10px;
	left:17px;
	overflow:hidden;
	margin-bottom:5px;
}
.rightHandScrollText {
	width:245px;
	height:110px;
	float:left;
	display:inline;
	background:none;
	position:relative;
	top:10px;
	left:7px;
	overflow:hidden;
	margin-bottom:5px;
}
.rightHandTextLong {
	width:225px;
	height:250px;
	float:left;
	display:inline;
	background:none;
	position:relative;
	top:10px;
	left:17px;
	overflow:hidden;
	margin-bottom:5px;
}
.rightHandScrollTextLong {
	width:245px;
	height:250px;
	float:left;
	display:inline;
	background:none;
	position:relative;
	top:10px;
	left:7px;
	overflow:hidden;
	margin-bottom:5px;
}
.rightHandImgHolder {
	width:235px;
	height: 240px;
	background:none;
	float:left;
	display:inline;
	position:relative;
	top:10px;
	left:17px;
	}

.rightHandImgHolder img {
	margin-bottom: 3px;
	}

*:first-child+html  .rightHandImgHolder img {
	margin-bottom: 0px;
	}

.leftHandText {
	width:225px;
	height:360px;
	float:left;
	font-size: 12px;
	display:inline;
	background:none;
	position:relative;
	top:10px;
	left:17px;
	overflow:hidden;
	color:#000000;
}	

div.leftHandText ul.contentList{
	/*list-style:outside;*/
	margin-left: 0px;
	padding-left: 15px;
	list-style: disc;
	margin-top:0px;
	margin-bottom:10px;
}	
.leftHandWhiteText {
	width:235px;
	height:360px;
	float:left;
	font-size: 12px;
	display:inline;
	background:none;
	position:relative;
	top:10px;
	left:10px;
	overflow:hidden;
	color:#ffffff;
}	

div.leftHandWhiteText ul.contentList{
	/*list-style:outside;*/
	margin-left: 0px;
	padding-left: 15px;
	list-style: disc;
	margin-top:0px;
	margin-bottom:10px;
	padding-top:0px;
}
div.leftHandWhiteText ul.contentList.headerSub{
	/*list-style:outside;*/
	margin-left: 0px;
	padding-left: 0px;
}
div.leftHandWhiteText ul.contentList li{
	/*list-style:outside;*/
	margin: 0 0 0 0 ;
	padding: 0 0 0 0;
}
/* Intro sites content, grey border (when 6 frames) */
.smlLinkBox {
	width: 173px;
	height: 182px;
	float:left;		
	display:inline;
	background: url(../img/introBorder6.png);
	position:relative;
	top: 0px;
	left: 0px;
	z-index:8;
}
	.smlLinkBoxText {
		width: 110px;
		height: 37px;
		float:left;
		display:inline;
		background:none;
		position:relative;
		top:143px;
		left:35px;
		z-index:9;
		text-align:center;
	}
/* Intro sites content, div for Images (when 6 frames) */
.smlLinkBoxImg {
	width: 173px;
	height: 182px;
	float:left;		
	display:inline;
	background: none;
	position:relative;
	top: 0px;
	left: 8px;
	z-index:8;
}
	.smlLinkBoxImgText {
		width: 110px;
		height: 37px;
		float:left;
		display:inline;
		background:none;
		position:relative;
		top:-43px;
		left:35px;
		z-index:9;
		text-align:center;
	}
	
/* Intro sites content, grey border (when 4 frames) */
.mdLinkBox {
	width: 259px;
	height: 183px;
	float:left;		
	display:inline;
	background: url(../img/introBorder4.png);
	position:relative;
	top: 0px;
	left: 0px;
	z-index:8;
}
	.mdLinkBoxText {
		width: 110px;
		height: 37px;
		float:left;
		display:inline;
		background:none;
		position:relative;
		top:143px;
		left:72px;
		z-index:9;
		text-align:center;
	}
/* Intro sites content, div for Images (when 4 frames) */	
	.mdLinkBoxImg {
	width: 259px;
	height: 183px;
	float:left;		
	display:inline;
	background: none;
	position:relative;
	top: 0px;
	left: 8px;
	z-index:8;
	}
	.mdLinkBoxImgText {
		width: 110px;
		height: 37px;
		float:left;
		display:inline;
		background:none;
		position:relative;
		top:-43px;
		left:72px;
		z-index:9;
		text-align:center;
	}

/* Intro sites content, grey border (when 2 frames) */
.lgLinkBox {
	width: 258px;
	height: 381px;
	float:left;		
	display:inline;
	background: url(../img/introBorder2.png);
	position:relative;
	top: 0px;
	left: 0px;
	z-index:8;
}
	.lgLinkBoxText {
		width: 110px;
		height: 37px;
		float:left;
		display:inline;
		background:none;
		position:relative;
		top:335px;
		left:72px;
		z-index:9;
		text-align:center;
	}
.lgLinkBoxSml {
	width: 258px;
	height: 275px;
	float:left;		
	display:inline;
	background: url(../img/introBorderSml.png);
	position:relative;
	top: 0px;
	left: 0px;
	z-index:8;
}
.lgLinkBlueBox {
	width:252px;
	height:373px;
	float:left;
	display:inline;
	background:url(../img/whiteTextBgImg.jpg) no-repeat left center;
	position:relative;
	top:0px;
	left:0px;
	z-index:8;
}
.lgLinkGreenBox {
	width:247px;
	height:100px;
	float:left;
	display:inline;
	background:url(../img/lgLinkGreenBox.png) no-repeat left center;
	position:relative;
	top:-1px;
	left:6px;
	z-index:8;
}	
/* Intro sites content, grey border (when 3 frames) */
.bLinkBox {
	width: 514px;
	height: 183px;
	float:left;		
	display:inline;
	background: url(../img/introBorder3.png);
	position:relative;
	top: 0px;
	left: 0px;
	z-index:8;
}
	.bLinkBoxText {
		width: 110px;
		height: 37px;
		float:left;
		display:inline;
		background:none;
		position:relative;
		top:145px;
		left:199px;
		z-index:9;
		text-align:center;
	}

/* Intro sites content, css for black Links (same for all frames) */
.introlabel {
	font-family:Arial, Helvetica, sans-serif;
	font-size: 15px;
	line-height: 18px;
	padding-left: 0px;
	z-index: 10;
	font-weight: bold;
	color:#FFFFFF;
	width: 110px;
}

.introlabel a {
	color:#000000;
	text-decoration:none;
}

.introlabel a:hover {
	color:#CCCC00;
	text-decoration:none;
}

/* Intro sites content, css for white Links (same for all frames) */
.introlabelwhite {
	font-family:Arial, Helvetica, sans-serif;
	font-size: 15px;
	line-height: 18px;
	padding-left: 0px;
	z-index: 10;
	font-weight: bold;
	color:#FFFFFF;
	width: 110px;
}

.introlabelwhite a {
	color:#ffffff;
	text-decoration:none;
}

.introlabelwhite a:hover {
	color:#CCCC00;
	text-decoration:none;
}

#contactForm {
	height: 390px; 
	left: 20px; 
	position: absolute; 
	top: 30px; 
	width: 510px; 
	z-index: 2;
	background:none;
}
#coursesForm {
	height: 390px; 
	left: 20px; 
	position: absolute; 
	top: 30px; 
	width: 530px; 
	z-index: 2;
	background:none;
}
.careerButton {
	width: 83px;
	height: 33px;
	position: relative;
	top: 22px;
	left: 244px;
}

.careerPassport {
	background: url(../img/careerPassportImg.png);
	width:81px;
	height:103px;
	position:relative;
	top: -31px;
	left: 27px;
	z-index: 7;
}
.careerPath {
	width: 170px;
	height: 300px;
	float:left;
	display:inline;
	background:none;
	position:relative;
	top: -23px;
	left: 1px;
	font-size: 13px;
	white-space: nowrap;
}
.routeButtons {
	width: auto;
	height: 30px;
	position: relative;
	top: 30px;
	left: 35px;
}
.ewpaButtons {
	width: auto;
	height: 30px;
	position: relative;
	top: 365px;
	left: -122px;
}
#applyBanner{ 
	height: 85px; 
	width: 220px;  
	height: 75px; 
	left: 360px; 
	position: absolute; 
	top: -30px; 
	width: 208px; 
	z-index: 2; 
}
		#applyBannerImg { 
			position: relative; 
			width: 208px; 
		}
		#applyBannerImg img { 
			height: 85px; 
			left: 0px; 
			margin-left: -6px; 
			margin-top: -6px; 
			position: absolute; 
			top: 0px; 
			width: 220px; 
		}

#applyBannerExp{ 
	height: 85px; 
	width: 220px;  
	height: 75px; 
	left: 610px; 
	position: absolute; 
	top: -14px; 
	width: 208px; 
	z-index: 2; 
}
		#applyBannerExpImg { 
			position: relative; 
			width: 208px; 
		}
		#applyBannerExpImg img { 
			height: 85px; 
			left: 0px; 
			margin-left: -6px; 
			margin-top: -6px; 
			position: absolute; 
			top: 0px; 
			width: 220px; 
		}
#wideForm {
	height: 392px; 
	left: 20px; 
	position: absolute; 
	top: 40px; 
	width: 510px; 
	z-index: 2;
}

#nextButton { 
	height: 24px; 
	left: 476px; 
	position: absolute; 
	top: 400px; 
	width: 57px; 
	z-index: 2;
	background: #cccc00;
}
	#nextButton p { 
		padding-bottom: 0pt; 
		padding-top: 0pt;
		line-height:24px;
		padding-left:5px;
		text-decoration:none;
		font-weight: bold;
	}
	#nextButton p a { 
		text-decoration:none;
		color:#000000;
	}

#contactMapButton { 
	height: 24px; 
	left: 386px; 
	position: absolute; 
	top: 388px; 
	width: 150px; 
	z-index: 2;
	background: #cccc00;
}
	#contactMapButton p { 
		padding-bottom: 0pt; 
		padding-top: 0pt;
		line-height:24px;
		padding-left:7px;
		text-decoration:none;
		font-weight: normal;
	}
	#contactMapButton p a { 
		text-decoration:none;
		color:#000000;
	}
#directionsMapButton { 
	height: 24px; 
	left: 330px; 
	position: absolute; 
	top: 411px; 
	width: 100px; 
	z-index: 2;
	background: #cccc00;
}
	#directionsMapButton p { 
		padding-bottom: 0pt; 
		padding-top: 0pt;
		line-height:24px;
		padding-left:7px;
		text-decoration:none;
		font-weight: normal;
	}
	#directionsMapButton p a { 
		text-decoration:none;
		color:#000000;
	}
#contactSubmitButton { 
	height: 24px; 
	left: 480px; 
	position: absolute; 
	top: 291px; 
	width: 57px; 
	z-index: 2;
	background: #cccc00;
}
	#contactSubmitButton p { 
		padding-bottom: 0pt; 
		padding-top: 0pt;
		line-height:24px;
		padding-left:5px;
		text-decoration:none;
		font-weight: bold;
	}
	#contactSubmitButton p a { 
		text-decoration:none;
		color:#000000;
	}
#coursesSubmitButton { 
	height: 24px; 
	left: 480px; 
	position: absolute; 
	top: 34px; 
	width: 57px; 
	z-index: 2;
	background: #003071;
	color:#ffffff
}
	#coursesSubmitButton p { 
		padding-bottom: 0pt; 
		padding-top: 0pt;
		line-height:24px;
		padding-left:3px;
		text-decoration:none;
		font-weight: bold;
	}
	#coursesSubmitButton p a { 
		text-decoration:none;
		color:#FFFFFF;
	}	
#submitButton { 
	height: 24px; 
	left: 728px; 
	position: absolute; 
	top: 438px; 
	width: 57px; 
	z-index: 2;
	background: #003071;
	color:#ffffff
}
	#submitButton p { 
		padding-bottom: 0pt; 
		padding-top: 0pt;
		line-height:24px;
		padding-left:3px;
		text-decoration:none;
		font-weight:bold;
		}
	#submitButton p a { 
		text-decoration:none;
		color:#FFFFFF;

	}

/* Easy Scroll button styling */
#easyscroll{
	background:#fff;
	margin:0px 0;
	/* add additional styling */
}	

	/* to use images at side of content*/
	#easyscrollnav, #easyscrollnav ul, #easyscrollnav li {
		margin-top: 0pt;
		margin-right: 0pt;
		margin-bottom: 0pt;
		margin-left: 0pt;
		padding-top: 0pt;
		padding-right: 0pt;
		padding-bottom: 0pt;
		padding-left: 0pt;
		z-index:3;
		list-style: none;
	}

	#easyscrollnav {
		float: left;
		margin-top: 0px;
		margin-right: 0px;
		margin-bottom: 0px;
		margin-left: 0pt;
		padding-top: 0px;
		padding-right: 5px;
		padding-bottom: 0pt;
		padding-left: 5px;
		width: 25px;
	}
	
	#easyscrollnav li {
		color: #404a50;
		cursor: pointer;
		float: left;
		height: 13px;
		margin-top: 5px;
		margin-right: 0px;
		margin-bottom: 2px;
		margin-left: 0px;
		padding-top: 0pt;
		padding-right: 0pt;
		padding-bottom: 0pt;
		padding-left: 0pt;
		text-indent: -9000px;
		width: 25px;
	}

	#easyscrollnav li.over {
		color: #cccc00;
	}
		

	/* to use images for up and down buttons at side of content */
	#easyscrollnav #btnUp{
		background-image: url(../img/up.png);
		/*background-image: url(../img/btnUp.gif);*/
	}

	#easyscrollnav #btnUp:hover{
		background-image: url(../img/upblue.png);
		/*background-image: url(../img/btnUpHov.gif);*/
	}
	
	#easyscrollnav #btnDown {
		background-image: url(../img/down.png);
		/*background-image: url(../img/btnDown.gif);*/
		margin-top: 2px;
	}

	#easyscrollnav #btnDown:hover {
		background-image: url(../img/downblue.png);
		/*background-image: url(../img/btnDownHov.gif);*/
	}	

	#easyscrollnav #btnReset {
		background-image: url(../img/btnReset.gif);
		margin-left:11px;
	}

	#easyscrollnav #btnReset:hover {
		background-image: url(../img/btnResetHov.gif);
		margin-left:11px;
	}

/* Easy Scroll DIRECTIONS button styling */
#easyscrollDirections{
	background:#fff;
	margin:0px 10px;
	/* add additional styling */
}	

	/* to use images at side of content*/
	#easyscrollnavDirections, #easyscrollnavDirections ul, #easyscrollnavDirections li {
		margin-top: 0pt;
		margin-right: 0pt;
		margin-bottom: 0pt;
		margin-left: 0pt;
		padding-top: 0pt;
		padding-right: 0pt;
		padding-bottom: 0pt;
		padding-left: 0pt;
		z-index:3;
		list-style: none;
	}

	#easyscrollnavDirections {
		float: right;
		margin-top: 0px;
		margin-right: 0px;
		margin-bottom: 0px;
		margin-left: 0pt;
		padding-top: 0px;
		padding-right: 5px;
		padding-bottom: 0pt;
		padding-left: 5px;
		width: 25px;
	}
	
	#easyscrollnavDirections li {
		color: #404a50;
		cursor: pointer;
		float: left;
		height: 13px;
		margin-top: 5px;
		margin-right: 0px;
		margin-bottom: 2px;
		margin-left: 0px;
		padding-top: 0pt;
		padding-right: 0pt;
		padding-bottom: 0pt;
		padding-left: 0pt;
		text-indent: -9000px;
		width: 25px;
	}

	#easyscrollnavDirections li.over {
		color: #cccc00;
	}
		

	/* to use images for up and down buttons at side of content */
	#easyscrollnavDirections #btnUp{
		background-image: url(../img/up.png);
		/*background-image: url(../img/btnUp.gif);*/
	}

	#easyscrollnavDirections #btnUp:hover{
		background-image: url(../img/upblue.png);
		/*background-image: url(../img/btnUpHov.gif);*/
	}
	
	#easyscrollnavDirections #btnDown {
		background-image: url(../img/down.png);
		/*background-image: url(../img/btnDown.gif);*/
		margin-top: 2px;
	}

	#easyscrollnavDirections #btnDown:hover {
		background-image: url(../img/downblue.png);
		/*background-image: url(../img/btnDownHov.gif);*/
	}	

	#easyscrollnavDirections #btnReset {
		background-image: url(../img/btnReset.gif);
		margin-left:11px;
	}

	#easyscrollnavDirections #btnReset:hover {
		background-image: url(../img/btnResetHov.gif);
		margin-left:11px;
	}

/* Easy Scroll ASTINS WAY button styling */
#easyscrollAstinsWay{
	background:#fff;
	margin:0px 10px;
	/* add additional styling */
}	

	/* to use images at side of content*/
	#easyscrollnavAstinsWay, #easyscrollnavAstinsWay ul, #easyscrollnavAstinsWay li {
		margin-top: 0pt;
		margin-right: 0pt;
		margin-bottom: 0pt;
		margin-left: 0pt;
		padding-top: 0pt;
		padding-right: 0pt;
		padding-bottom: 0pt;
		padding-left: 0pt;
		z-index:3;
		list-style: none;
	}

	#easyscrollnavAstinsWay{
		float: right;
		margin-top: 0px;
		margin-right: 0px;
		margin-bottom: 0px;
		margin-left: 0pt;
		padding-top: 0px;
		padding-right: 5px;
		padding-bottom: 0pt;
		padding-left: 5px;
		width: 25px;
	}
	
	#easyscrollnavAstinsWay li {
		color: #404a50;
		cursor: pointer;
		float: left;
		height: 13px;
		margin-top: 5px;
		margin-right: 0px;
		margin-bottom: 2px;
		margin-left: 0px;
		padding-top: 0pt;
		padding-right: 0pt;
		padding-bottom: 0pt;
		padding-left: 0pt;
		text-indent: -9000px;
		width: 25px;
	}

	#easyscrollnavAstinsWay li.over {
		color: #cccc00;
	}
		

	/* to use images for up and down buttons at side of content */
	#easyscrollnavAstinsWay #btnUp{
		background-image: url(../img/up.png);
		/*background-image: url(../img/btnUp.gif);*/
	}

	#easyscrollnavAstinsWay #btnUp:hover{
		background-image: url(../img/upblue.png);
		/*background-image: url(../img/btnUpHov.gif);*/
	}
	
	#easyscrollnavAstinsWay #btnDown {
		background-image: url(../img/down.png);
		/*background-image: url(../img/btnDown.gif);*/
		margin-top: 2px;
	}

	#easyscrollnavAstinsWay #btnDown:hover {
		background-image: url(../img/downblue.png);
		/*background-image: url(../img/btnDownHov.gif);*/
	}	

	#easyscrollnavAstinsWay #btnReset {
		background-image: url(../img/btnReset.gif);
		margin-left:11px;
	}

	#easyscrollnavAstinsWay #btnReset:hover {
		background-image: url(../img/btnResetHov.gif);
		margin-left:11px;
	}
/* Easy Scroll ASTINS WAY B button styling */
#easyscrollAstinsWayB{
	background:#fff;
	margin:0px 10px;
	/* add additional styling */
}	

	/* to use images at side of content*/
	#easyscrollnavAstinsWayB, #easyscrollnavAstinsWayB ul, #easyscrollnavAstinsWayB li {
		margin-top: 0pt;
		margin-right: 0pt;
		margin-bottom: 0pt;
		margin-left: 0pt;
		padding-top: 0pt;
		padding-right: 0pt;
		padding-bottom: 0pt;
		padding-left: 0pt;
		z-index:3;
		list-style: none;
	}

	#easyscrollnavAstinsWayB{
		float: right;
		margin-top: 0px;
		margin-right: 0px;
		margin-bottom: 0px;
		margin-left: 0pt;
		padding-top: 0px;
		padding-right: 5px;
		padding-bottom: 0pt;
		padding-left: 5px;
		width: 25px;
	}
	
	#easyscrollnavAstinsWayB li {
		color: #404a50;
		cursor: pointer;
		float: left;
		height: 13px;
		margin-top: 5px;
		margin-right: 0px;
		margin-bottom: 2px;
		margin-left: 0px;
		padding-top: 0pt;
		padding-right: 0pt;
		padding-bottom: 0pt;
		padding-left: 0pt;
		text-indent: -9000px;
		width: 25px;
	}

	#easyscrollnavAstinsWayB li.over {
		color: #cccc00;
	}
		

	/* to use images for up and down buttons at side of content */
	#easyscrollnavAstinsWayB #btnUp{
		background-image: url(../img/up.png);
		/*background-image: url(../img/btnUp.gif);*/
	}

	#easyscrollnavAstinsWayB #btnUp:hover{
		background-image: url(../img/upblue.png);
		/*background-image: url(../img/btnUpHov.gif);*/
	}
	
	#easyscrollnavAstinsWayB #btnDown {
		background-image: url(../img/down.png);
		/*background-image: url(../img/btnDown.gif);*/
		margin-top: 2px;
	}

	#easyscrollnavAstinsWayB #btnDown:hover {
		background-image: url(../img/downblue.png);
		/*background-image: url(../img/btnDownHov.gif);*/
	}	

	#easyscrollnavAstinsWayB #btnReset {
		background-image: url(../img/btnReset.gif);
		margin-left:11px;
	}

	#easyscrollnavAstinsWayB #btnReset:hover {
		background-image: url(../img/btnResetHov.gif);
		margin-left:11px;
	}

/* Easy Scroll ADVISORYBOARD button styling */
#easyscrollAdvBoardA{
	background:#fff;
	margin:0px 10px;
	/* add additional styling */
}	

	/* to use images at side of content*/
	#easyscrollnavAdvBoardA, #easyscrollnavAdvBoardA ul, #easyscrollnavAdvBoardA li {
		margin-top: 0pt;
		margin-right: 0pt;
		margin-bottom: 0pt;
		margin-left: 0pt;
		padding-top: 0pt;
		padding-right: 0pt;
		padding-bottom: 0pt;
		padding-left: 0pt;
		z-index:3;
		list-style: none;
	}

	#easyscrollnavAdvBoardA{
		float: right;
		margin-top: 0px;
		margin-right: 0px;
		margin-bottom: 0px;
		margin-left: 0pt;
		padding-top: 0px;
		padding-right: 5px;
		padding-bottom: 0pt;
		padding-left: 5px;
		width: 25px;
	}
	
	#easyscrollnavAdvBoardA li {
		color: #404a50;
		cursor: pointer;
		float: left;
		height: 13px;
		margin-top: 5px;
		margin-right: 0px;
		margin-bottom: 2px;
		margin-left: 0px;
		padding-top: 0pt;
		padding-right: 0pt;
		padding-bottom: 0pt;
		padding-left: 0pt;
		text-indent: -9000px;
		width: 25px;
	}

	#easyscrollnavAdvBoardA li.over {
		color: #cccc00;
	}
		

	/* to use images for up and down buttons at side of content */
	#easyscrollnavAdvBoardA #btnUp{
		background-image: url(../img/up.png);
		/*background-image: url(../img/btnUp.gif);*/
	}

	#easyscrollnavAdvBoardA #btnUp:hover{
		background-image: url(../img/upblue.png);
		/*background-image: url(../img/btnUpHov.gif);*/
	}
	
	#easyscrollnavAdvBoardA #btnDown {
		background-image: url(../img/down.png);
		/*background-image: url(../img/btnDown.gif);*/
		margin-top: 2px;
	}

	#easyscrollnavAdvBoardA #btnDown:hover {
		background-image: url(../img/downblue.png);
		/*background-image: url(../img/btnDownHov.gif);*/
	}	

	#easyscrollnavAdvBoardA #btnReset {
		background-image: url(../img/btnReset.gif);
		margin-left:11px;
	}

	#easyscrollnavAdvBoardA #btnReset:hover {
		background-image: url(../img/btnResetHov.gif);
		margin-left:11px;
	}
	
/* Easy Scroll ADVISORYBOARD button styling */
#easyscrollAdvBoardB{
	background:#fff;
	margin:0px 10px;
	/* add additional styling */
}	

	/* to use images at side of content*/
	#easyscrollnavAdvBoardB, #easyscrollnavAdvBoardB ul, #easyscrollnavAdvBoardB li {
		margin-top: 0pt;
		margin-right: 0pt;
		margin-bottom: 0pt;
		margin-left: 0pt;
		padding-top: 0pt;
		padding-right: 0pt;
		padding-bottom: 0pt;
		padding-left: 0pt;
		z-index:3;
		list-style: none;
	}

	#easyscrollnavAdvBoardB{
		float: right;
		margin-top: 0px;
		margin-right: 0px;
		margin-bottom: 0px;
		margin-left: 0pt;
		padding-top: 0px;
		padding-right: 5px;
		padding-bottom: 0pt;
		padding-left: 5px;
		width: 25px;
	}
	
	#easyscrollnavAdvBoardB li {
		color: #404a50;
		cursor: pointer;
		float: left;
		height: 13px;
		margin-top: 5px;
		margin-right: 0px;
		margin-bottom: 2px;
		margin-left: 0px;
		padding-top: 0pt;
		padding-right: 0pt;
		padding-bottom: 0pt;
		padding-left: 0pt;
		text-indent: -9000px;
		width: 25px;
	}

	#easyscrollnavAdvBoardB li.over {
		color: #cccc00;
	}
		

	/* to use images for up and down buttons at side of content */
	#easyscrollnavAdvBoardB #btnUp{
		background-image: url(../img/up.png);
		/*background-image: url(../img/btnUp.gif);*/
	}

	#easyscrollnavAdvBoardB #btnUp:hover{
		background-image: url(../img/upblue.png);
		/*background-image: url(../img/btnUpHov.gif);*/
	}
	
	#easyscrollnavAdvBoardB #btnDown {
		background-image: url(../img/down.png);
		/*background-image: url(../img/btnDown.gif);*/
		margin-top: 2px;
	}

	#easyscrollnavAdvBoardB #btnDown:hover {
		background-image: url(../img/downblue.png);
		/*background-image: url(../img/btnDownHov.gif);*/
	}	

	#easyscrollnavAdvBoardB #btnReset {
		background-image: url(../img/btnReset.gif);
		margin-left:11px;
	}

	#easyscrollnavAdvBoardB #btnReset:hover {
		background-image: url(../img/btnResetHov.gif);
		margin-left:11px;
	}

/* Easy Scroll DIRECTIONS button styling */
#easyscrollRight{
	background:#fff;
	margin:0px 10px;
	/* add additional styling */
}	

	/* to use images at side of content*/
	#easyscrollnavRight, #easyscrollnavRight ul, #easyscrollnavRight li {
		margin-top: 0pt;
		margin-right: 0pt;
		margin-bottom: 0pt;
		margin-left: 0pt;
		padding-top: 0pt;
		padding-right: 0pt;
		padding-bottom: 0pt;
		padding-left: 0pt;
		z-index:3;
		list-style: none;
	}

	#easyscrollnavRight {
		float: right;
		margin-top: 0px;
		margin-right: 0px;
		margin-bottom: 0px;
		margin-left: 0pt;
		padding-top: 0px;
		padding-right: 5px;
		padding-bottom: 0pt;
		padding-left: 5px;
		width: 25px;
	}
	
	#easyscrollnavRight li {
		color: #404a50;
		cursor: pointer;
		float: left;
		height: 13px;
		margin-top: 5px;
		margin-right: 0px;
		margin-bottom: 2px;
		margin-left: 0px;
		padding-top: 0pt;
		padding-right: 0pt;
		padding-bottom: 0pt;
		padding-left: 0pt;
		text-indent: -9000px;
		width: 25px;
	}

	#easyscrollnavRight li.over {
		color: #cccc00;
	}
		

	/* to use images for up and down buttons at side of content */
	#easyscrollnavRight #btnUp{
		background-image: url(../img/up.png);
		/*background-image: url(../img/btnUp.gif);*/
	}

	#easyscrollnavRight #btnUp:hover{
		background-image: url(../img/upblue.png);
		/*background-image: url(../img/btnUpHov.gif);*/
	}
	
	#easyscrollnavRight #btnDown {
		background-image: url(../img/down.png);
		/*background-image: url(../img/btnDown.gif);*/
		margin-top: 2px;
	}

	#easyscrollnavRight #btnDown:hover {
		background-image: url(../img/downblue.png);
		/*background-image: url(../img/btnDownHov.gif);*/
	}	

	#easyscrollnavRight #btnReset {
		background-image: url(../img/btnReset.gif);
		margin-left:11px;
	}

	#easyscrollnavRight #btnReset:hover {
		background-image: url(../img/btnResetHov.gif);
		margin-left:11px;
	}
		
	
/* apply easyscroll styling*/
#easyscrollapply{
	background:#fff;
	margin:0px 0;
	z-index:3;
	/* add additional styling */
}

	#easyscrollnavapply, #easyscrollnavapply ul, #easyscrollnavapply li {
		margin-top: 0pt;
		margin-right: 0pt;
		margin-bottom: 0pt;
		margin-left: 0pt;
		padding-top: 0pt;
		padding-right: 0pt;
		padding-bottom: 0pt;
		padding-left: 0pt;
		z-index:3;
		list-style: none;
	}

	#easyscrollnavapply {
		float: right;
		margin-top: 5px;
		margin-right: 0pt;
		margin-bottom: 1em;
		margin-left: 0pt;
		padding-top: 0px;
		padding-right: 10px;
		padding-bottom: 0pt;
		padding-left: 5px;
		width: 25px;
	}
	
	#easyscrollnavapply li {
		color: #404a50;
		cursor: pointer;
		float: left;
		height: 13px;
		margin-top: 5px;
		margin-right: 0px;
		margin-bottom: 2px;
		margin-left: 0px;
		padding-top: 0pt;
		padding-right: 0pt;
		padding-bottom: 0pt;
		padding-left: 0pt;
		text-indent: -9000px;
		width: 25px;
	}

	#easyscrollnavapply li.over {
		color: #cccc00;
	}
	
	#easyscrollnavapply #btnUp{
		background-image: url(../img/up.png);
		/*background-image: url(../img/btnUp.gif);*/
	}

	#easyscrollnavapply #btnUp:hover{
		background-image: url(../img/upblue.png);
		/*background-image: url(../img/btnUpHov.gif);*/
	}
	
	#easyscrollnavapply #btnDown {
		background-image: url(../img/down.png);
		/*background-image: url(../img/btnDown.gif);*/
		margin-top: 2px;
	}

	#easyscrollnavapply #btnDown:hover {
		background-image: url(../img/downblue.png);
		/*background-image: url(../img/btnDownHov.gif);*/
	}	

	#easyscrollnavapply #btnReset {
		background-image: url(../img/btnReset.gif);
		margin-left:11px;
	}

	#easyscrollnavapply #btnReset:hover {
		background-image: url(../img/btnResetHov.gif);
		margin-left:11px;
	}	

/*faq easyscroll styling */	
#easyscrollfaqs{
	background:#fff;
	margin:0px 0;
	z-index:3;
	/* add additional styling */
}	

	/* to use images at side of content*/
	#easyscrollnavfaqs, #easyscrollnavfaqs ul, #easyscrollnavfaqs li {
		margin-top: 0pt;
		margin-right: 0pt;
		margin-bottom: 0pt;
		margin-left: 0pt;
		padding-top: 0pt;
		padding-right: 0pt;
		padding-bottom: 0pt;
		padding-left: 0pt;
		z-index:3;
		list-style: none;
	}

	#easyscrollnavfaqs {
		float: left;
		margin-top: 0px;
		margin-right: 0px;
		margin-bottom: 0px;
		margin-left: 0pt;
		padding-top: 0px;
		padding-right: 5px;
		padding-bottom: 0pt;
		padding-left: 0px;
		width: 25px;
	}
	
	#easyscrollnavfaqs li {
		color: #404a50;
		cursor: pointer;
		float: left;
		height: 13px;
		margin-top: 5px;
		margin-right: 0px;
		margin-bottom: 2px;
		margin-left: 0px;
		padding-top: 0pt;
		padding-right: 0pt;
		padding-bottom: 0pt;
		padding-left: 0pt;
		text-indent: -9000px;
		width: 25px;
	}

	#easyscrollnavfaqs li.over {
		color: #cccc00;
	}
		

	/* to use images for up and down buttons at side of content */
	#easyscrollnavfaqs #btnUp{
		background-image: url(../img/up.png);
		/*background-image: url(../img/btnUp.gif);*/
	}

	#easyscrollnavfaqs #btnUp:hover{
		background-image: url(../img/upblue.png);
		/*background-image: url(../img/btnUpHov.gif);*/
	}
	
	#easyscrollnavfaqs #btnDown {
		background-image: url(../img/down.png);
		/*background-image: url(../img/btnDown.gif);*/
		margin-top: 2px;
	}

	#easyscrollnavfaqs #btnDown:hover {
		background-image: url(../img/downblue.png);
		/*background-image: url(../img/btnDownHov.gif);*/
	}	

	#easyscrollnavfaqs #btnReset {
		background-image: url(../img/btnReset.gif);
		margin-left:11px;
	}

	#easyscrollnavfaqs #btnReset:hover {
		background-image: url(../img/btnResetHov.gif);
		margin-left:11px;
	}

/* hover styling for links*/
.paragraph_style_5 {
    color: #cccc00;
    font-family: 'Arial-BoldMT', 'Arial', sans-serif;
    font-size: 14px;
    font-style: normal;
    font-variant: normal;
    font-weight: bold;
    letter-spacing: 0;
    line-height: 32px;
    margin-bottom: 0px;
    margin-left: 0px;
    margin-right: 0px;
    margin-top: 0px;
    opacity: 1.00;
    padding-bottom: 0px;
    padding-top: 0px;
    text-align: center;
    text-decoration: none;
    text-indent: 0px;
    text-transform: none;
}
* html .paragraph_style_5 {
    color: #cccc00;
    font-family: 'Arial-BoldMT', 'Arial', sans-serif;
    font-size: 14px;
    font-style: normal;
    font-variant: normal;
    font-weight: bold;
    letter-spacing: 0;
    line-height: 32px;
    margin-bottom: 0px;
    margin-left: 0px;
    margin-right: 0px;
    margin-top: 0px;
    opacity: 1.00;
    padding-bottom: 0px;
    padding-top: 0px;
    text-align: center;
    text-decoration: none;
    text-indent: 0px;
    text-transform: none;
	white-space: nowrap;
}

	.paragraph_style_1  a{
	    color: #ffffff;
	    font-family: 'Arial-BoldMT', 'Arial', sans-serif;
	    font-size: 18px;
	    font-style: normal;
	    font-variant: normal;
	    font-weight: bold;
	    letter-spacing: 0;
	    line-height: 21px;
	    margin-bottom: 0px;
	    margin-left: 0px;
	    margin-right: 0px;
	    margin-top: 0px;
	    opacity: 1.00;
	    padding-bottom: 0px;
	    padding-top: 0px;
	    text-align: left;
	    text-decoration: none;
	    text-indent: 0px;
	    text-transform: none;
	}
	.paragraph_style_1 a:hover{
	    color: #ffffff;
	    text-decoration: none;
	    text-transform: none;
	}

	.paragraph_style_2  a {
		color: #000000;
	    font-family: 'Arial-BoldMT', 'Arial', sans-serif;
	    font-size: 14px;
	    font-style: normal;
	    font-variant: normal;
	    font-weight: bold;
	    letter-spacing: 0;
	    line-height: 14px;
	    margin-bottom: 0px;
	    margin-left: 0px;
	    margin-right: 0px;
	    margin-top: 0px;
	    opacity: 1.00;
	    padding-bottom: 0px;
	    padding-top: 0px;
	    text-align: left;
	    text-decoration: none;
	    text-indent: 0px;
	    text-transform: none;
	}
	.paragraph_style_2  a:hover {
	    color: #000000;
	    text-decoration: none;
	    text-transform: none;
	}

	.paragraph_style_6  a {
	    color: #ffffff;
	    font-family: 'Arial-BoldMT', 'Arial', sans-serif;
	    font-size: 14px;
	    font-style: normal;
	    font-variant: normal;
	    font-weight: bold;
	    letter-spacing: 0;
	    line-height: 32px;
	    margin-bottom: 0px;
	    margin-left: 0px;
	    margin-right: 0px;
	    margin-top: 0px;
	    opacity: 1.00;
	    padding-bottom: 0px;
	    padding-top: 0px;
	    text-align: center;
	    text-decoration: none;
	    text-indent: 0px;
	    text-transform: none;
	}
	.paragraph_style_6  a:hover {
	    color: #cccc00;
	    font-family: 'Arial-BoldMT', 'Arial', sans-serif;
	    text-decoration: underline;
	}
	* html .paragraph_style_6  a {
	    color: #ffffff;
	    font-family: 'Arial-BoldMT', 'Arial', sans-serif;
	    font-size: 14px;
	    font-style: normal;
	    font-variant: normal;
	    font-weight: bold;
	    letter-spacing: 0;
	    line-height: 32px;
	    margin-bottom: 0px;
	    margin-left: 0px;
	    margin-right: 0px;
	    margin-top: 0px;
	    opacity: 1.00;
	    padding-bottom: 0px;
	    padding-top: 0px;
	    text-align: center;
	    text-decoration: none;
	    text-indent: 0px;
	    text-transform: none;
		white-space:nowrap;
	}
	* html .paragraph_style_6  a:hover {
	    color: #cccc00;
	    font-family: 'Arial-BoldMT', 'Arial', sans-serif;
	    text-decoration: underline;
	}
.paragraph_style_7 {
    color: #ffffff;
    font-family: 'Arial-BoldMT', 'Arial', sans-serif;
    font-size: 14px;
    font-style: normal;
    font-variant: normal;
    font-weight: bold;
    letter-spacing: 0;
    line-height: 16px;
    margin-bottom: 0px;
    margin-left: 0px;
    margin-right: 0px;
    margin-top: 0px;
    opacity: 1.00;
    padding-bottom: 0px;
    padding-top: 0px;
    text-align: left;
    text-decoration: none;
    text-indent: 0px;
    text-transform: none;
}
	.paragraph_style_7  a{
	    color: #ffffff;
	    font-family: 'Arial-BoldMT', 'Arial', sans-serif;
	    font-size: 14px;
	    font-style: normal;
	    font-variant: normal;
	    font-weight: bold;
	    letter-spacing: 0;
	    line-height: 16px;
	    margin-bottom: 0px;
	    margin-left: 0px;
	    margin-right: 0px;
	    margin-top: 0px;
	    opacity: 1.00;
	    padding-bottom: 0px;
	    padding-top: 0px;
	    text-align: left;
	    text-decoration: none;
	    text-indent: 0px;
	    text-transform: none;
	}
	.paragraph_style_7  a:hover {
	    color: #cccc00;
	    font-family: 'Arial-BoldMT', 'Arial', sans-serif;
	    text-decoration: underline;
	}
	
	.style_3 a {
	    color: #003366;
	    font-family: 'Arial-BoldMT', 'Arial', sans-serif;
	    font-weight: bold;
	    opacity: 1.00;
		text-decoration: none;
	}
	.style_3 a:hover {
	    color: #003366;
	    font-family: 'Arial-BoldMT', 'Arial', sans-serif;
	    font-weight: bold;
	    opacity: 1.00;
		text-decoration: none;
	}